Add explicit mention of the bundled libreplace

https://fedorahosted.org/fpc/ticket/120
This commit is contained in:
Stephen Gallagher 2011-11-23 13:43:35 -05:00
parent c98eb1d2f6
commit d47df948c8

View File

@ -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@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@redhat.com> - 1.2.9-11
- Rebuild for F17 due to bz#744766