diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-11-28 16:52:19 +0100 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-12-22 14:19:46 +0100 |
commit | e5e5fd81c8bc1095b8c185e2083b2698b4f063e5 (patch) | |
tree | 858f2360161aa04ee1bf4734bf122e4a8960c71f | |
parent | 5d52c16ebdb6be9009292e96be28a8d5fae64d39 (diff) | |
download | automake-e5e5fd81c8bc1095b8c185e2083b2698b4f063e5.tar.gz automake-e5e5fd81c8bc1095b8c185e2083b2698b4f063e5.tar.bz2 automake-e5e5fd81c8bc1095b8c185e2083b2698b4f063e5.zip |
packaging: Bump to 1.14.1
Change-Id: I5c63cf72e8f71e769860a2dffeb5761f62862dfd
Bug-Tizen: TC-2003
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-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 |