Changeset 449 for spec/trunk/SPECS/automake.spec
- Timestamp:
- Sep 3, 2014, 1:04:21 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/automake.spec
r443 r449 8 8 Name: automake 9 9 Version: %{api_version}.1 10 Release: 1%{?dist}10 Release: 2%{?dist} 11 11 12 12 # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT … … 21 21 Source: %{name}-%{version}-r%{svn_rev}.zip 22 22 23 BuildRequires: gcc make subversion zip 24 23 25 URL: http://www.gnu.org/software/automake/ 24 26 Requires: autoconf >= 2.65 25 27 26 28 BuildRequires: autoconf >= 2.65 27 #BuildRequires: automake <- needs to be reenabled on the next release29 BuildRequires: automake 28 30 #Requires(post): /sbin/install-info 29 31 #Requires(preun): /sbin/install-info … … 68 70 %build 69 71 70 # we don't have makeinfo yet; fake it (this will keep the old docs)72 # we don't have makeinfo/help2man yet; fake them (this will wipe docs out) 71 73 export MAKEINFO=: 74 export HELP2MAN=: 72 75 73 76 %configure --docdir=%{pkg_docdir} … … 115 118 116 119 %changelog 117 * TBD 120 * Wed Sep 3 2014 Dmitriy Kuminov <coding@dmik.org> 1.14.1-2 121 - Rebuild with autoconf 2.69-2. 118 122 119 123 * Sat Aug 30 2014 Dmitriy Kuminov <coding@dmik.org> 1.14.1-1
Note:
See TracChangeset
for help on using the changeset viewer.