|
|
|
@ -1,13 +1,14 @@
|
|
|
|
|
Name: autoconf-archive
|
|
|
|
|
Version: 2019.01.06
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 2018.03.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The Autoconf Macro Archive
|
|
|
|
|
License: GPLv3+ with exceptions
|
|
|
|
|
URL: https://www.gnu.org/software/autoconf-archive/
|
|
|
|
|
Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
URL: http://www.gnu.org/software/autoconf-archive/
|
|
|
|
|
Source0: http://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
|
|
|
|
@ -26,7 +27,15 @@ 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}/doc/%{name}
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc AUTHORS NEWS README TODO
|
|
|
|
@ -35,37 +44,6 @@ rm -frv %{buildroot}%{_datadir}/doc/%{name}
|
|
|
|
|
%{_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)
|
|
|
|
|
|
|
|
|
|