Changeset 652 for spec/trunk/SPECS/libtool.spec
- Timestamp:
- Feb 2, 2016, 9:27:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libtool.spec
r552 r652 6 6 Name: libtool 7 7 Version: 2.4.6 8 Release: 1%{?dist}8 Release: 2%{?dist} 9 9 License: GPLv2+ and LGPLv2+ and GFDL 10 10 URL: http://www.gnu.org/software/libtool/ 11 11 Group: Development/Tools 12 Vendor: bww bitwise works GmbH 12 13 13 14 #Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz 14 15 15 16 %define svn_url http://svn.netlabs.org/repos/ports/libtool/trunk 16 %define svn_rev 1 07017 %define svn_rev 1283 17 18 18 19 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip … … 20 21 BuildRequires: gcc make subversion zip 21 22 22 # @todo Replace with `%info_requires` when it's available. 23 Requires(post): %{_sbindir}/install-info.exe 24 Requires(preun): %{_sbindir}/install-info.exe 23 %info_requires 25 24 26 25 BuildRequires: autoconf, automake … … 75 74 Static libraries and header files for development with ltdl. 76 75 77 %package debug 78 Summary: HLL debug data for exception handling support. 79 80 %description debug 81 HLL debug data for exception handling support. 76 %debug_package 82 77 83 78 %prep … … 92 87 93 88 # Make sure configure is updated to properly support OS/2 89 # (slashes in PATH are needed for the bootstrap script itself) 94 90 export PATH=`echo $PATH | tr '\\\\' /` 95 91 ./bootstrap --copy --force --skip-git … … 123 119 #done 124 120 121 # @todo Check seems to work per se but not under RPM 125 122 #%check 126 123 #make check VERBOSE=yes … … 138 135 139 136 %post 140 # @todo Replace with `%info_post foobar.info` when it's available. 141 if [ -f %{_infodir}/libtool.info ]; then 142 %{_sbindir}/install-info.exe %{_infodir}/libtool.info %{_infodir}/dir || : 143 fi 137 %info_post %{name}.info 144 138 145 139 %preun 146 # @todo Replace with `%info_preun foobar.info` when it's available. 147 if [ $1 -eq 0 ]; then 148 if [ -f %{_infodir}/libtool.info ]; then 149 %{_sbindir}/install-info.exe --delete %{_infodir}/libtool.info %{_infodir}/dir || : 150 fi 151 fi 140 %info_preun %{name}.info 152 141 153 142 %files … … 177 166 %{_libdir}/ltdl*_dll.a 178 167 179 %files debug180 %defattr(-,root,root)181 %{_libdir}/*.dbg182 183 168 %changelog 169 * Tue Feb 2 2016 Dmitriy Kuminov <coding@dmik.org> 2.4.6-2 170 - Fix missing DLL exports when -export-symbols-regex is given. 171 - Fix broken -os2dllname compatiblity. 172 - Set libext to lib when AR is emxomfar. 173 - Make SYMBOL_UNDERSCORE correctly defined. 174 184 175 * Tue Feb 17 2015 Dmitriy Kuminov <coding@dmik.org> 2.4.6-1 185 176 - Update to version 2.4.6 from vendor.
Note:
See TracChangeset
for help on using the changeset viewer.