[bison] Add a virtual provides for bundled(gnulib) - Resolves: #821746

Petr Machata pmachata at fedoraproject.org
Tue May 15 14:33:34 UTC 2012


commit fb7cd1030fba5c32eb8b2936a820ed2ba7c81549
Author: Petr Machata <pmachata at redhat.com>
Date:   Tue May 15 16:33:25 2012 +0200

    Add a virtual provides for bundled(gnulib)
    - Resolves: #821746

 bison.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/bison.spec b/bison.spec
index 11b1337..262b8a9 100644
--- a/bison.spec
+++ b/bison.spec
@@ -1,7 +1,7 @@
 Summary: A GNU general-purpose parser generator
 Name: bison
 Version: 2.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
@@ -17,6 +17,12 @@ Requires: m4 >= 1.4
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
+# bison contains a copy of gnulib.  As a copylib, gnulib was granted
+# an exception that allows bundling it with other software.  For
+# details, see:
+# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Exceptions
+Provides: bundled(gnulib)
+
 %description
 Bison is a general purpose parser generator that converts a grammar
 description for an LALR(1) context-free grammar into a C program to
@@ -126,6 +132,10 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue May 15 2012 Petr Machata <pmachata at redhat.com> - 2.5-4
+- Add a virtual provides for bundled(gnulib).
+- Resolves: #821746
+
 * Tue Apr 17 2012 Bill Nottingham <notting at redhat.com> - 2.5-2
 - swap java-openjdk-1.6.0 for 1.7.0 in buildrequirements
 


More information about the scm-commits mailing list