mirror of
https://abf.rosa.ru/djam/automake.git
synced 2025-02-24 08:52:51 +00:00
Automatic import for version 1.12
This commit is contained in:
parent
9cd38b2925
commit
ad0bbd1a0b
2 changed files with 17 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"automake-1.11.5.tar.xz": d4cf2a8b5b7fd1458014e3d7fefbdc175639f59f
|
||||
"automake-1.12.tar.xz": b01dccdcb638ed90744e87b19ad3a92737149dff
|
||||
|
|
|
@ -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 <bero@bero.eu> 1.12-1
|
||||
+ Revision: 793944
|
||||
- Update to 1.12
|
||||
|
||||
* Sat Apr 14 2012 Bernhard Rosenkraenzer <bero@bero.eu> 1.11.5-1
|
||||
+ Revision: 790967
|
||||
- Update to 1.11.5
|
||||
|
|
Loading…
Add table
Reference in a new issue