automatic version update by autodist [release 1.17-1mamba;Wed Jul 31 2024]
This commit is contained in:
parent
1d72db25bf
commit
dc191d491a
@ -1,16 +1,16 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: automake
|
Name: automake
|
||||||
Version: 1.16.5
|
Version: 1.17
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GNU tool for automatically creating Makefiles
|
Summary: A GNU tool for automatically creating Makefiles
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/automake/
|
URL: https://www.gnu.org/software/automake/
|
||||||
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
|
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
|
||||||
Patch: %{name}-1.14-use_mktemp.patch
|
Patch0: %{name}-1.14-use_mktemp.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
@ -30,7 +30,7 @@ If you install Automake, you will also need to install GNU's Autoconf package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .use_mktemp
|
%patch 0 -p1 -b .use_mktemp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export WANT_AUTOCONF_2_5=1
|
export WANT_AUTOCONF_2_5=1
|
||||||
@ -45,6 +45,8 @@ rm %{buildroot}%{_bindir}/{aclocal,automake}
|
|||||||
ln -s aclocal-%{majversion} %{buildroot}%{_bindir}/aclocal
|
ln -s aclocal-%{majversion} %{buildroot}%{_bindir}/aclocal
|
||||||
ln -s automake-%{majversion} %{buildroot}%{_bindir}/automake
|
ln -s automake-%{majversion} %{buildroot}%{_bindir}/automake
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_datadir}/info/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}""%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}""%{buildroot}"
|
||||||
|
|
||||||
@ -74,6 +76,9 @@ exit 0
|
|||||||
#%doc doc/amhello-1.0.tar.gz
|
#%doc doc/amhello-1.0.tar.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 31 2024 Automatic Build System <autodist@openmamba.org> 1.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Oct 04 2021 Automatic Build System <autodist@mambasoft.it> 1.16.5-1mamba
|
* Mon Oct 04 2021 Automatic Build System <autodist@mambasoft.it> 1.16.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user