diff --git a/m4.spec b/m4.spec index 45fd98b..a0819ea 100644 --- a/m4.spec +++ b/m4.spec @@ -1,7 +1,7 @@ Summary: The GNU macro processor Name: m4 Version: 1.4.16 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3+ Group: Applications/Text Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz @@ -15,6 +15,7 @@ Patch0: m4-1.4.16-readlink-einval.patch Patch1: m4-1.4.16-gnulib-gets.patch Requires(post): /sbin/install-info Requires(preun): /sbin/install-info +BuildRequires: autoconf automake # Gnulib bundled - the library has been granted an exception, see https://fedorahosted.org/fpc/ticket/174 # Gnulib is not versioned, see m4 ChangeLog for approximate date of Gnulib copy Provides: bundled(gnulib) @@ -36,6 +37,7 @@ Install m4 if you need a macro processor. chmod 644 COPYING %build +autoreconf -ivf %configure make %{?_smp_mflags} @@ -65,6 +67,10 @@ if [ "$1" = 0 ]; then fi %changelog +* Thu Apr 04 2013 Vitezslav Crhonek - 1.4.16-8 +- Rerun autoreconf + Resolves: #926109 + * Thu Feb 14 2013 Fedora Release Engineering - 1.4.16-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild