Changeset 448 for spec/trunk/SPECS/autoconf.spec
- Timestamp:
- Sep 3, 2014, 1:03:59 AM (11 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/autoconf.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/autoconf.spec
r441 r448 2 2 Name: autoconf 3 3 Version: 2.69 4 Release: 1%{?dist}4 Release: 2%{?dist} 5 5 License: GPLv2+ and GFDL 6 6 Group: Development/Tools … … 13 13 14 14 %define svn_url http://svn.netlabs.org/repos/ports/autoconf/trunk 15 %define svn_rev 76315 %define svn_rev 845 16 16 17 17 Source: %{name}-%{version}-r%{svn_rev}.zip 18 19 BuildRequires: gcc make subversion zip 18 20 19 21 # m4 >= 1.4.6 is required, >= 1.4.13 is recommended: … … 72 74 # make sure configure is updated to properly support OS/2 73 75 autoreconf --verbose --install 74 # autoreconf changes some doc files; prevent docs re-generation since we don't have 75 # makeinfo/html2man yet 76 touch doc/* 76 77 # we don't have makeinfo/help2man yet; fake them (this will wipe docs out) 78 export MAKEINFO=: 79 export HELP2MAN=: 77 80 78 81 %configure … … 108 111 %defattr(-,root,root,-) 109 112 %{_bindir}/* 110 %{_infodir}/autoconf.info*113 #%{_infodir}/autoconf.info* 111 114 # don't include standards.info, because it comes from binutils... 112 115 %exclude %{_infodir}/standards* … … 118 121 119 122 %changelog 123 * Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 2.69-2 124 - Use /@unixroot in generated files instead of absolute paths to programs. 125 120 126 * Fri Aug 29 2014 Dmitriy Kuminov <coding@dmik.org> 2.69-1 121 127 - Update to version 2.69.
Note:
See TracChangeset
for help on using the changeset viewer.
