Blame SPECS/autoconf-archive.spec

91fefd
Name:           autoconf-archive
91fefd
Version:        2018.03.13
91fefd
Release:        1%{?dist}
91fefd
Summary:        The Autoconf Macro Archive
91fefd
License:        GPLv3+ with exceptions
91fefd
URL:            http://www.gnu.org/software/autoconf-archive/
91fefd
Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
91fefd
BuildArch:      noarch
91fefd
Requires:       autoconf
91fefd
Requires(post): info
91fefd
Requires(preun):info
91fefd
91fefd
%description
91fefd
The GNU Autoconf Archive is a collection of more than 450 macros for
91fefd
GNU Autoconf that have been contributed as free software by friendly
91fefd
supporters of the cause from all over the Internet.
91fefd
91fefd
%prep
91fefd
%setup -q
91fefd
91fefd
%build
91fefd
%configure
91fefd
%make_build
91fefd
91fefd
%install
91fefd
%make_install INSTALL="install -p"
91fefd
# remove dir file which will be generated by /sbin/install-info
91fefd
rm -frv %{buildroot}%{_infodir}/dir
91fefd
# document files are installed another location
91fefd
rm -frv %{buildroot}%{_datadir}/%{name}
91fefd
91fefd
%post
91fefd
install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
91fefd
91fefd
%preun
91fefd
if [ $1 = 0 ]; then
91fefd
  install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
91fefd
fi
91fefd
91fefd
%files
91fefd
%doc AUTHORS NEWS README TODO
91fefd
%license COPYING*
91fefd
%{_datadir}/aclocal/*.m4
91fefd
%{_infodir}/autoconf-archive.info*
91fefd
91fefd
%changelog
91fefd
* Wed Mar 14 2018 David King <amigadave@amigadave.com> - 2018.03.13-1
91fefd
- Update to 2018.03.13 (#1555090)
91fefd
91fefd
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.09.28-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
91fefd
91fefd
* Sat Sep 30 2017 David King <amigadave@amigadave.com> - 2017.09.28-1
91fefd
- Update to 2017.09.28 (#1496786)
91fefd
91fefd
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017.03.21-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
91fefd
91fefd
* Wed Mar 22 2017 David King <amigadave@amigadave.com> - 2016.09.16-3
91fefd
- Update to 2017.03.21 (#1434626)
91fefd
91fefd
* Tue Mar 14 2017 Igor Gnatenko <ignatenko@redhat.com> - 2016.09.16-3
91fefd
- Backport patch to fix broken AX_PYTHON_DEVEL (py3.6+)
91fefd
91fefd
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016.09.16-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
91fefd
91fefd
* Fri Sep 16 2016 David King <amigadave@amigadave.com> - 2016.09.16-1
91fefd
- Update to 2016.09.16 (#1376791)
91fefd
91fefd
* Mon Mar 21 2016 David King <amigadave@amigadave.com> - 2016.03.20-1
91fefd
- Update to 2016.03.20 (#1319533)
91fefd
91fefd
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2015.09.25-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
91fefd
91fefd
* Fri Sep 25 2015 David King <amigadave@amigadave.com> - 2015.09.25-1
91fefd
- Update to 2015.09.25 (#1266490)
91fefd
91fefd
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.02.24-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
91fefd
91fefd
* Tue Feb 24 2015 David King <amigadave@amigadave.com> - 2015.02.24-1
91fefd
- Update to 2015.02.24
91fefd
- Use license macro for COPYING*
91fefd
91fefd
* Mon Feb 09 2015 Christopher Meng <rpm@cicku.me> - 2015.02.04-1
91fefd
- Update to 2015.02.04
91fefd
91fefd
* Thu Sep 18 2014 Christopher Meng <rpm@cicku.me> - 2014.02.28-1
91fefd
- Update to 2014.02.28
91fefd
91fefd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-4
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
91fefd
91fefd
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-3
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
91fefd
91fefd
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.09.08-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
91fefd
91fefd
* Mon Sep 10 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.09.08-1
91fefd
- update to 2012.09.08
91fefd
91fefd
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.04.07-2
91fefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
91fefd
91fefd
* Sun Apr  8 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2012.04.07-1
91fefd
- update to 2012.04.07
91fefd
91fefd
* Thu Jan  5 2012 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.12.21-1
91fefd
- update to 2011.12.21
91fefd
91fefd
* Sat Nov 19 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.09.17-1
91fefd
- update to 2011.09.17
91fefd
91fefd
* Fri Aug  5 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.07.17-1
91fefd
- update to 2011.07.17
91fefd
91fefd
* Thu May 26 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-1
91fefd
- initial release
91fefd
91fefd
* Fri May  6 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.04.12-0
91fefd
- update to 2011.04.12
91fefd
91fefd
* Fri Mar 25 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.03.17-0
91fefd
- update to 2011.03.17
91fefd
91fefd
* Tue Jan 11 2011 Takanori MATSUURA <t.matsuu@gmail.com> - 2011.01.02-0
91fefd
- update to 2011.01.02
91fefd
91fefd
* Fri Dec 17 2010 Takanori MATSUURA <t.matsuu@gmail.com> - 2010.10.26-0
91fefd
- initial build