diff --git a/.abf.yml b/.abf.yml index bc00bd5..d72b2e8 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "automake-1.11.3.tar.xz": 711b365fce1522d7ab1ffb26ca49d67757264e9b + "automake-1.11.4.tar.xz": 96b0bb00b20a8b0be67de11400f5e4b033ab4e71 diff --git a/automake.spec b/automake.spec index e903762..b28cd30 100644 --- a/automake.spec +++ b/automake.spec @@ -5,7 +5,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake -Version: 1.11.3 +Version: 1.11.4 Release: %mkrel 1 License: GPLv2+ Group: Development/Other @@ -22,8 +22,6 @@ Provides: automake1.9 = %{version}-%{release} Obsoletes: automake1.9 Provides: automake1.8 = %{version}-%{release} Obsoletes: automake1.8 -Requires(post): info-install -Requires(preun): info-install Requires(post): update-alternatives Requires(preun): update-alternatives @@ -90,12 +88,6 @@ if [ "$1" = 1 ]; then update-alternatives --remove automake %{_bindir}/automake-1.9 fi -%post -%_install_info %{name}.info - -%preun -%_remove_install_info %{name}.info - %files %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README THANKS TODO @@ -117,7 +109,12 @@ fi %changelog -* Mon Feb 13 2012 Andrey Bondrov 1.11.3-1mdv2012.0 +* Tue Apr 03 2012 Bernhard Rosenkraenzer 1.11.4-1mdv2012.0 ++ Revision: 789044 +- Update to 1.11.4 +- Fix build in current environment (rpmlint) + +* Mon Feb 13 2012 Andrey Bondrov 1.11.3-1 + Revision: 773760 - New version 1.11.3, drop BuildRoot definition from spec