diff options
-rw-r--r-- | packaging/automake.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/automake.spec b/packaging/automake.spec index 8661d22f2..f6c860e8d 100644 --- a/packaging/automake.spec +++ b/packaging/automake.spec @@ -2,14 +2,16 @@ Name: automake BuildRequires: autoconf >= 2.69 BuildRequires: bison BuildRequires: gcc-c++ +BuildRequires: makeinfo BuildRequires: xz Requires: autoconf >= 2.69 -Version: 1.12.1 +Version: 1.14.1 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files License: GPL-2.0+ Group: Development/Tools/Building Url: http://www.gnu.org/software/automake +#X-Vc-Url: git://git.savannah.gnu.org/automake.git Source: automake-%{version}.tar.xz Source1: automake-rpmlintrc Source1001: automake.manifest @@ -60,4 +62,3 @@ rm -rf %{buildroot}%{_infodir}/dir %{_datadir}/automake-* %config /etc/aclocal_dirlist -%changelog |