Changeset 911 for spec/trunk/SPECS
- Timestamp:
- Nov 28, 2016, 8:26:32 PM (9 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libtool.spec (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libtool.spec
r652 r911 6 6 Name: libtool 7 7 Version: 2.4.6 8 Release: 2%{?dist}8 Release: 3%{?dist} 9 9 License: GPLv2+ and LGPLv2+ and GFDL 10 10 URL: http://www.gnu.org/software/libtool/ … … 12 12 Vendor: bww bitwise works GmbH 13 13 14 #Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz15 16 14 %define svn_url http://svn.netlabs.org/repos/ports/libtool/trunk 17 %define svn_rev 1 28315 %define svn_rev 1847 18 16 19 17 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip … … 97 95 98 96 %build 97 98 # These are for LTDL DLL 99 export LDFLAGS="-Zomf -Zmap -Zhigh-mem" 99 100 100 101 %configure --prefix=%{_prefix} \ … … 112 113 113 114 ## build not smp safe: 114 make # %%{?_smp_mflags}115 make V=1 # %%{?_smp_mflags} 115 116 116 117 #for i in ChangeLog.1997 ChangeLog.1998 ChangeLog.1999 ChangeLog.2002; do … … 133 134 rm -f %{buildroot}%{_libdir}/libltdl.la 134 135 rm -f %{buildroot}%{_libdir}/ltdl.a 136 137 %clean 138 rm -rf $RPM_BUILD_ROOT 135 139 136 140 %post … … 167 171 168 172 %changelog 173 * Mon Nov 28 2016 Dmitriy Kuminov <coding@dmik.org> 2.4.6-3 174 - Add -buildlevel command line option to pass BUILDLEVEL signature 175 for DLL creation. 176 - Fix NEED_USCORE detection in ltdl (LT_FUNC_DLSYM_USCORE) on OS/2. 177 - Build LTDL DLL with high memory support (-Zhigh-mem). 178 169 179 * Tue Feb 2 2016 Dmitriy Kuminov <coding@dmik.org> 2.4.6-2 170 180 - Fix missing DLL exports when -export-symbols-regex is given. … … 176 186 - Update to version 2.4.6 from vendor. 177 187 178 * TueJan 23 2015 yd188 * Fri Jan 23 2015 yd 179 189 - rebuild for gcc 4.9.2. 180 190
Note:
See TracChangeset
for help on using the changeset viewer.
