[m4] Fix handling of bundled gnulib in the spec file

vcrhonek vcrhonek at fedoraproject.org
Mon May 28 13:38:59 UTC 2012


commit e4735c0145ada43a5057cb541ce41b89d5bd6142
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Mon May 28 15:38:51 2012 +0200

    Fix handling of bundled gnulib in the spec file

 m4.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/m4.spec b/m4.spec
index d6d10aa..dda5627 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
 Summary: The GNU macro processor
 Name: m4
 Version: 1.4.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group: Applications/Text
 Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
@@ -13,6 +13,9 @@ Patch0: m4-1.4.16-readlink-einval.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
+# 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)
 
 %description
 A GNU implementation of the traditional UNIX macro processor.  M4 is
@@ -64,6 +67,10 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon May 28 2012 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.4.16-4
+- Fix handling of bundled gnulib in the spec file
+  Resolves: #821777
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.16-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list