Add provides bundled gnulib

This commit is contained in:
Steve 2012-09-06 09:36:46 -04:00
parent 86ed2bd0d6
commit bdcaa7e2be
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: libpreludedb
Epoch: 1
Version: 1.0.0
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Provide the framework for easy access to the Prelude database
Group: System Environment/Libraries
License: GPLv2+
@ -17,6 +17,10 @@ BuildRequires: libprelude-devel python-devel perl-devel
BuildRequires: sqlite-devel mysql-devel, postgresql-devel
# For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch:
BuildRequires: autoconf, automake
# This package uses gnulib. It was granted an exception
# https://fedorahosted.org/fpc/ticket/174
Provides: bundled(gnulib)
%description
The PreludeDB Library provides an abstraction layer upon the type and the
@ -171,6 +175,9 @@ rm -rf %{buildroot}
%changelog
* Thu Sep 06 2012 Steve Grubb <sgrubb@redhat.com> - 1:1.0.0-14
- Add provides bundled gnulib
* Wed Aug 08 2012 Petr Pisar <ppisar@redhat.com> - 1:1.0.0-13
- Fix building with glibc-2.16.6 (bug #839607)