From ad0bbd1a0b05d0959acf564bede2bbc41cdf8eee Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 29 Apr 2012 05:14:06 +0400 Subject: [PATCH] Automatic import for version 1.12 --- .abf.yml | 2 +- automake.spec | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.abf.yml b/.abf.yml index 2344d93..c0d6b68 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "automake-1.11.5.tar.xz": d4cf2a8b5b7fd1458014e3d7fefbdc175639f59f + "automake-1.12.tar.xz": b01dccdcb638ed90744e87b19ad3a92737149dff diff --git a/automake.spec b/automake.spec index ac53b48..dcc82ce 100644 --- a/automake.spec +++ b/automake.spec @@ -1,11 +1,11 @@ -%define amversion 1.11 +%define amversion 1.12 %define docheck 0 %{?_without_check: %global docheck 0} Summary: A GNU tool for automatically creating Makefiles Name: automake -Version: 1.11.5 +Version: 1.12 Release: 1 License: GPLv2+ Group: Development/Other @@ -74,6 +74,10 @@ Autoconf package. %__ln_s automake-%{amversion} %{buildroot}%{_bindir}/automake-1.9 %__ln_s aclocal-%{amversion} %{buildroot}%{_bindir}/aclocal-1.9 +# provide -1.11 symlinks +%__ln_s automake-%{amversion} %{buildroot}%{_bindir}/automake-1.11 +%__ln_s aclocal-%{amversion} %{buildroot}%{_bindir}/aclocal-1.11 + %__rm -f %{buildroot}/%{_infodir}/* %__install -m 644 doc/%{name}.info* %{buildroot}/%{_infodir}/ @@ -86,11 +90,12 @@ Autoconf package. if [ "$1" = 1 ]; then update-alternatives --remove automake %{_bindir}/automake-1.8 update-alternatives --remove automake %{_bindir}/automake-1.9 + update-alternatives --remove automake %{_bindir}/automake-1.11 fi %files %defattr(-,root,root) -%doc AUTHORS ChangeLog NEWS README THANKS TODO +%doc AUTHORS ChangeLog NEWS README THANKS %{_bindir}/automake %{_bindir}/aclocal %{_bindir}/automake-%{amversion} @@ -99,16 +104,22 @@ fi %{_bindir}/aclocal-1.8 %{_bindir}/automake-1.9 %{_bindir}/aclocal-1.9 +%{_bindir}/automake-1.11 +%{_bindir}/aclocal-1.11 %{_datadir}/automake* %{_infodir}/automake* %{_datadir}/aclocal* -%{_mandir}/man1/aclocal-1.11.1* +%{_mandir}/man1/aclocal-1.12* %{_mandir}/man1/aclocal.1* -%{_mandir}/man1/automake-1.11.1* +%{_mandir}/man1/automake-1.12* %{_mandir}/man1/automake.1* %changelog +* Fri Apr 27 2012 Bernhard Rosenkraenzer 1.12-1 ++ Revision: 793944 +- Update to 1.12 + * Sat Apr 14 2012 Bernhard Rosenkraenzer 1.11.5-1 + Revision: 790967 - Update to 1.11.5