From 3b7515b71ac6353d834a0fab5da874b57ce90ec5 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sep 18 2014 06:09:07 +0000 Subject: Update to 2014.02.28 --- diff --git a/.gitignore b/.gitignore index f081b7a..1dac600 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /autoconf-archive-2011.09.17.tar.xz /autoconf-archive-2012.04.07.tar.xz /autoconf-archive-2012.09.08.tar.xz +/autoconf-archive-2014.02.28.tar.xz diff --git a/autoconf-archive.spec b/autoconf-archive.spec index d033473..4e49ebc 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,18 +1,14 @@ -Name: autoconf-archive -Version: 2012.09.08 -Release: 4%{?dist} -Summary: The Autoconf Macro Archive - -Group: Development/Tools -License: GPLv3+ with exceptions -URL: http://www.gnu.org/software/autoconf-archive/ -Source0: ftp://ftp.gnu.org/gnu/autoconf-archive/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -Requires: autoconf -BuildRequires: xz +Name: autoconf-archive +Version: 2014.02.28 +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/autoconf-archive/%{name}-%{version}.tar.xz +BuildArch: noarch +Requires: autoconf Requires(post): info -Requires(preun): info +Requires(preun):info %description The GNU Autoconf Archive is a collection of more than 450 macros for @@ -24,34 +20,32 @@ supporters of the cause from all over the Internet. %build %configure -make %{?_smp_mflags} +%make_build %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install INSTALL="install -p" # remove dir file which will be generated by /sbin/install-info -rm -f %{buildroot}%{_infodir}/dir +rm -frv %{buildroot}%{_infodir}/dir # document files are installed another location -rm -rf %{buildroot}%{_datadir}/%{name} - -%clean -rm -rf %{buildroot} +rm -frv %{buildroot}%{_datadir}/%{name} %post -/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || : +install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || : %preun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : + install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : fi %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING* ChangeLog NEWS README TODO +%doc AUTHORS COPYING* NEWS README TODO %{_datadir}/aclocal/*.m4 %{_infodir}/autoconf-archive.info* %changelog +* 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 diff --git a/sources b/sources index 4497d18..5d44910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -670ca8a5d2d85437f034f0448ee9470d autoconf-archive-2012.09.08.tar.xz +c75812c827654c2ca015c8995b17c8cb autoconf-archive-2014.02.28.tar.xz