summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2012-05-28 15:38:51 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2012-05-28 15:38:51 +0200
commite4735c0145ada43a5057cb541ce41b89d5bd6142 (patch)
tree4d19c9ae40d777234b3dae9bb63285774d66ae6c
parentd5d544822ae882a129723242bc5e2eb5c3aa63c6 (diff)
downloadm4-e4735c0145ada43a5057cb541ce41b89d5bd6142.tar.gz
m4-e4735c0145ada43a5057cb541ce41b89d5bd6142.tar.xz
m4-e4735c0145ada43a5057cb541ce41b89d5bd6142.zip
Fix handling of bundled gnulib in the spec file
-rw-r--r--m4.spec9
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@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@lists.fedoraproject.org> - 1.4.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild