automatic version update by autodist [release 1.17-1mamba;Wed Jul 31 2024]

This commit is contained in:
Automatic Build System 2024-07-31 09:48:00 +02:00
parent 1d72db25bf
commit dc191d491a

View File

@ -1,16 +1,16 @@
%define majversion %(echo %version | cut -d. -f 1-2)
Name: automake
Version: 1.16.5
Version: 1.17
Release: 1mamba
Summary: A GNU tool for automatically creating Makefiles
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/software/automake/
Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Patch: %{name}-1.14-use_mktemp.patch
URL: https://www.gnu.org/software/automake/
Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz
Patch0: %{name}-1.14-use_mktemp.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
@ -30,7 +30,7 @@ If you install Automake, you will also need to install GNU's Autoconf package.
%prep
%setup -q
%patch -p1 -b .use_mktemp
%patch 0 -p1 -b .use_mktemp
%build
export WANT_AUTOCONF_2_5=1
@ -45,6 +45,8 @@ rm %{buildroot}%{_bindir}/{aclocal,automake}
ln -s aclocal-%{majversion} %{buildroot}%{_bindir}/aclocal
ln -s automake-%{majversion} %{buildroot}%{_bindir}/automake
rm -f %{buildroot}%{_datadir}/info/dir
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}""%{buildroot}"
@ -74,6 +76,9 @@ exit 0
#%doc doc/amhello-1.0.tar.gz
%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
- automatic version update by autodist