mirror of
https://abf.rosa.ru/djam/automake.git
synced 2025-02-23 16:32:50 +00:00
provides 1.15 too
This commit is contained in:
parent
43c63cbba9
commit
8971db94e9
1 changed files with 3 additions and 1 deletions
|
@ -73,6 +73,8 @@ Autoconf package.
|
|||
%{_bindir}/aclocal-1.13
|
||||
%{_bindir}/automake-1.14
|
||||
%{_bindir}/aclocal-1.14
|
||||
%{_bindir}/automake-1.15
|
||||
%{_bindir}/aclocal-1.15
|
||||
%{_datadir}/automake*
|
||||
%{_infodir}/automake*
|
||||
%{_datadir}/aclocal*
|
||||
|
@ -107,7 +109,7 @@ make check # VERBOSE=1
|
|||
%makeinstall_std
|
||||
|
||||
# provide -1.x symlinks
|
||||
for i in 8 9 11 12 13 14; do
|
||||
for i in 8 9 11 12 13 14 15; do
|
||||
ln -s automake-%{amversion} %{buildroot}%{_bindir}/automake-1.$i
|
||||
ln -s aclocal-%{amversion} %{buildroot}%{_bindir}/aclocal-1.$i
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue