Update to upstream release 1.1.3

Build and install API documentation
Build tdb_compat and ccan statically. They have no upstream releases to
link against yet and their API is in flux. It is unsafe to make them
public and shared at this time.

Add explicit mention of the bundled libreplace
https://fedorahosted.org/fpc/ticket/120
Add explicit mention of bundled libtdb_compat and libccan
https://fedorahosted.org/fpc/ticket/119
This commit is contained in:
Stephen Gallagher 2011-11-23 13:53:29 -05:00
parent a66f0fd46a
commit f607e3787d

View File

@ -9,7 +9,7 @@
Name: libldb
Version: 1.1.3
Release: 1%{?dist}
Release: 3%{?dist}
Group: Development/Libraries
Summary: A schema-less, ldap like, API and database
Requires: libtalloc >= %{talloc_version}
@ -37,6 +37,10 @@ BuildRequires: python-tdb
BuildRequires: pytalloc-devel
BuildRequires: doxygen
Provides: bundled(libreplace)
Provides: bundled(libtdb_compat)
Provides: bundled(libccan)
# Patches
%description
@ -84,9 +88,13 @@ Development files for the Python bindings for the LDB library
%setup -q -n ldb-%{version}
%build
# tdb_compat and ccan have no upstream releases to link against yet and their
# API is in flux. It is unsafe to make them public and shared at this time.
%configure --disable-rpath \
--disable-rpath-install \
--bundled-libraries=NONE \
--builtin-libraries=tdb_compat,ccan,replace \
--with-modulesdir=%{_libdir}/ldb/modules \
--with-privatelibdir=%{_libdir}/ldb
@ -167,10 +175,19 @@ rm -rf %{buildroot}
%postun -n pyldb -p /sbin/ldconfig
%changelog
* Mon Nov 21 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-2
- Build and install API documentation
* Wed Nov 23 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-3
- Add explicit mention of the bundled libreplace
- https://fedorahosted.org/fpc/ticket/120
- Add explicit mention of bundled libtdb_compat and libccan
- https://fedorahosted.org/fpc/ticket/119
* Wed Nov 09 2011 Stepgen Gallagher <sgallagh@redhat.com> - 1.1.3-1
* Mon Nov 21 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-2
- Build and install API documentation
- Build tdb_compat and ccan statically. They have no upstream releases to
link against yet and their API is in flux. It is unsafe to make them
public and shared at this time.
* Wed Nov 09 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.1.3-1
- New upstream release
- Required for building newer samba4 packages