[libtdb] Add explicit mention of the bundled libreplace https://fedorahosted.org/fpc/ticket/120

Stephen Gallagher sgallagh at fedoraproject.org
Wed Nov 23 18:43:10 UTC 2011


commit d47df948c8d74f3780aeadcc1402b6c3b84b91b4
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Nov 23 13:43:35 2011 -0500

    Add explicit mention of the bundled libreplace
    https://fedorahosted.org/fpc/ticket/120

 libtdb.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/libtdb.spec b/libtdb.spec
index 4ef57fe..9484d84 100644
--- a/libtdb.spec
+++ b/libtdb.spec
@@ -6,7 +6,7 @@
 
 Name: libtdb
 Version: 1.2.9
-Release: 11%{?dist}
+Release: 12%{?dist}
 Group: System Environment/Daemons
 Summary: The tdb library
 License: LGPLv3+
@@ -19,6 +19,8 @@ BuildRequires: libxslt
 BuildRequires: docbook-style-xsl
 BuildRequires: python-devel
 
+Provides: bundled(libreplace)
+
 # Patches
 Patch0001: 0001-Install-python-bindings-in-the-arch-specific-locatio.patch
 Patch0002: tdb-1.2.9-limit-tdb_expand.patch
@@ -58,7 +60,9 @@ Python bindings for libtdb
 
 %build
 ./autogen.sh
-%configure --disable-rpath --bundled-libraries=NONE
+%configure --disable-rpath \
+           --bundled-libraries=NONE \
+           --builtin-libraries=replace
 make %{?_smp_mflags} V=1
 
 %install
@@ -109,6 +113,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n python-tdb -p /sbin/ldconfig
 
 %changelog
+* Wed Nov 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.2.9-12
+- Add explicit mention of the bundled libreplace
+- https://fedorahosted.org/fpc/ticket/120
+
+
 * Wed Nov 09 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.2.9-11
 - Rebuild for F17 due to bz#744766
 


More information about the scm-commits mailing list