Changeset 451 for spec/trunk/SPECS/libtool.spec
- Timestamp:
- Sep 3, 2014, 6:11:47 PM (11 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libtool.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libtool.spec
r444 r451 6 6 Name: libtool 7 7 Version: 2.4.2 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/ … … 14 14 15 15 %define svn_url http://svn.netlabs.org/repos/ports/libtool/trunk 16 %define svn_rev 84 216 %define svn_rev 846 17 17 18 18 Source: %{name}-%{version}-r%{svn_rev}.zip 19 19 20 BuildRequires: gcc make subversion 20 BuildRequires: gcc make subversion zip 21 21 22 22 #Requires(post): /sbin/install-info … … 89 89 %build 90 90 91 # we don't have makeinfo/help2man yet; fake it (this will keep the old docs)91 # we don't have makeinfo/help2man yet; fake them (this will wipe docs out) 92 92 export MAKEINFO=: 93 93 export HELP2MAN=: … … 131 131 #/sbin/install-info %{_infodir}/libtool.info.gz %{_infodir}/dir || : 132 132 133 %preun134 if [ "$1" = 0 ]; then135 /sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir || :136 fi133 #%preun 134 #if [ "$1" = 0 ]; then 135 # /sbin/install-info --delete %{_infodir}/libtool.info.gz %{_infodir}/dir || : 136 #fi 137 137 138 138 %files … … 163 163 164 164 %changelog 165 * Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 2.4.2-3 166 - Rebuild with autoconf 2.69-2. 167 - Use /@unixroot in generated files instead of absolute paths to 168 compiler files. 169 165 170 * Mon Sep 1 2014 Dmitriy Kuminov <coding@dmik.org> 2.4.2-2 166 171 - Fix PATH_SEPARATOR detection in libtoolize.
Note:
See TracChangeset
for help on using the changeset viewer.
