From dc191d491a4d506f0c5e2e3e63e590a935661caf Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Wed, 31 Jul 2024 09:48:00 +0200 Subject: [PATCH] automatic version update by autodist [release 1.17-1mamba;Wed Jul 31 2024] --- automake.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/automake.spec b/automake.spec index 87a1928..34d35f5 100644 --- a/automake.spec +++ b/automake.spec @@ -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 -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 1.17-1mamba +- automatic version update by autodist + * Mon Oct 04 2021 Automatic Build System 1.16.5-1mamba - automatic version update by autodist