[m4] Rerun autoreconf

vcrhonek vcrhonek at fedoraproject.org
Thu Apr 4 12:54:02 UTC 2013


commit 3f4ff702c87ea75009f3c801f64edf14ffb1286b
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Thu Apr 4 14:53:53 2013 +0200

    Rerun autoreconf

 m4.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <vcrhonek at redhat.com> - 1.4.16-8
+- Rerun autoreconf
+  Resolves: #926109
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.16-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list