Compare commits

...

No commits in common. "c8" and "c9" have entirely different histories.
c8 ... c9

3 changed files with 39 additions and 17 deletions

View File

@ -1 +1 @@
6177513edcf3998e07684cf65fbb7470acc72997 SOURCES/autoconf-archive-2018.03.13.tar.xz
25986729b9a156a6aee058e6bcf90406659eac83 SOURCES/autoconf-archive-2019.01.06.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/autoconf-archive-2018.03.13.tar.xz
SOURCES/autoconf-archive-2019.01.06.tar.xz

View File

@ -1,14 +1,13 @@
Name: autoconf-archive
Version: 2018.03.13
Release: 1%{?dist}
Version: 2019.01.06
Release: 9%{?dist}
Summary: The Autoconf Macro Archive
License: GPLv3+ with exceptions
URL: http://www.gnu.org/software/autoconf-archive/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
URL: https://www.gnu.org/software/autoconf-archive/
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
BuildArch: noarch
BuildRequires: make
Requires: autoconf
Requires(post): info
Requires(preun):info
%description
The GNU Autoconf Archive is a collection of more than 450 macros for
@ -27,15 +26,7 @@ supporters of the cause from all over the Internet.
# remove dir file which will be generated by /sbin/install-info
rm -frv %{buildroot}%{_infodir}/dir
# document files are installed another location
rm -frv %{buildroot}%{_datadir}/%{name}
%post
install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
%preun
if [ $1 = 0 ]; then
install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
fi
rm -frv %{buildroot}%{_datadir}/doc/%{name}
%files
%doc AUTHORS NEWS README TODO
@ -44,6 +35,37 @@ fi
%{_infodir}/autoconf-archive.info*
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2019.01.06-9
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2019.01.06-8
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.06-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.06-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.06-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.06-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Mar 7 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 2019.01.06-3
- Remove obsolete requirements for post/preun scriptlets
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.01.06-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jan 11 2019 David King <amigadave@amigadave.com> - 2019.01.06-1
- Update to 2019.01.06
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.03.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Mar 14 2018 David King <amigadave@amigadave.com> - 2018.03.13-1
- Update to 2018.03.13 (#1555090)