From 9fcb980621e428088183507c7c6cb047276e432d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 22 2019 13:38:33 +0000 Subject: import autoconf-archive-2017.03.21-1.el7 --- diff --git a/.autoconf-archive.metadata b/.autoconf-archive.metadata new file mode 100644 index 0000000..b50ebd1 --- /dev/null +++ b/.autoconf-archive.metadata @@ -0,0 +1 @@ +93483641babea959e4a307a808cbd74fb9e90d58 SOURCES/autoconf-archive-2017.03.21.tar.xz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a5158f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/autoconf-archive-2017.03.21.tar.xz diff --git a/SPECS/autoconf-archive.spec b/SPECS/autoconf-archive.spec new file mode 100644 index 0000000..11f96ca --- /dev/null +++ b/SPECS/autoconf-archive.spec @@ -0,0 +1,118 @@ +Name: autoconf-archive +Version: 2017.03.21 +Release: 1%{?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 +BuildArch: noarch +Requires: autoconf +Requires(post): info +Requires(preun):info + +%description +The GNU Autoconf Archive is a collection of more than 450 macros for +GNU Autoconf that have been contributed as free software by friendly +supporters of the cause from all over the Internet. + +%prep +%setup -q + +%build +%configure +%make_build + +%install +%make_install INSTALL="install -p" +# 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 + +%files +%doc AUTHORS NEWS README TODO +%license COPYING* +%{_datadir}/aclocal/*.m4 +%{_infodir}/autoconf-archive.info* + +%changelog +* Wed Mar 22 2017 David King - 2017.03.21-1 +- Update to 2017.03.21 (#1388473) + +* Wed Jan 11 2017 David King - 2016.09.16-2 +- Remove obsolete licensedir definition + +* Fri Sep 16 2016 David King - 2016.09.16-1 +- Update to 2016.09.16 (#1376791) + +* Mon Mar 21 2016 David King - 2016.03.20-1 +- Update to 2016.03.20 (#1319533) + +* Wed Feb 03 2016 Fedora Release Engineering - 2015.09.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Sep 25 2015 David King - 2015.09.25-1 +- Update to 2015.09.25 (#1266490) + +* Wed Jun 17 2015 Fedora Release Engineering - 2015.02.24-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Feb 24 2015 David King - 2015.02.24-1 +- Update to 2015.02.24 +- Use license macro for COPYING* + +* Mon Feb 09 2015 Christopher Meng - 2015.02.04-1 +- Update to 2015.02.04 + +* Thu Sep 18 2014 Christopher Meng - 2014.02.28-1 +- Update to 2014.02.28 + +* Sat Jun 07 2014 Fedora Release Engineering - 2012.09.08-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 2012.09.08-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 2012.09.08-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Sep 10 2012 Takanori MATSUURA - 2012.09.08-1 +- update to 2012.09.08 + +* Wed Jul 18 2012 Fedora Release Engineering - 2012.04.07-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Apr 8 2012 Takanori MATSUURA - 2012.04.07-1 +- update to 2012.04.07 + +* Thu Jan 5 2012 Takanori MATSUURA - 2011.12.21-1 +- update to 2011.12.21 + +* Sat Nov 19 2011 Takanori MATSUURA - 2011.09.17-1 +- update to 2011.09.17 + +* Fri Aug 5 2011 Takanori MATSUURA - 2011.07.17-1 +- update to 2011.07.17 + +* Thu May 26 2011 Takanori MATSUURA - 2011.04.12-1 +- initial release + +* Fri May 6 2011 Takanori MATSUURA - 2011.04.12-0 +- update to 2011.04.12 + +* Fri Mar 25 2011 Takanori MATSUURA - 2011.03.17-0 +- update to 2011.03.17 + +* Tue Jan 11 2011 Takanori MATSUURA - 2011.01.02-0 +- update to 2011.01.02 + +* Fri Dec 17 2010 Takanori MATSUURA - 2010.10.26-0 +- initial build