Add patch by Stephen Gallagher to include manual pages for ldb_connect() and several other functions.
This commit is contained in:
parent
b840001b15
commit
f330d83684
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: libldb
|
Name: libldb
|
||||||
Version: 1.1.14
|
Version: 1.1.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: A schema-less, ldap like, API and database
|
Summary: A schema-less, ldap like, API and database
|
||||||
Requires: libtalloc >= %{talloc_version}
|
Requires: libtalloc >= %{talloc_version}
|
||||||
@ -42,6 +42,7 @@ Provides: bundled(libreplace)
|
|||||||
Provides: bundled(libtdb_compat)
|
Provides: bundled(libtdb_compat)
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
|
Patch0001: 0001-ldb-Move-doxygen-comments-for-ldb_connect-to-the-rig.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An extensible library that implements an LDAP like API to access remote LDAP
|
An extensible library that implements an LDAP like API to access remote LDAP
|
||||||
@ -86,6 +87,7 @@ Development files for the Python bindings for the LDB library
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ldb-%{version}
|
%setup -q -n ldb-%{version}
|
||||||
|
%patch0001 -p3 -b .docs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -177,6 +179,10 @@ rm -rf %{buildroot}
|
|||||||
%postun -n pyldb -p /sbin/ldconfig
|
%postun -n pyldb -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 30 2013 Jakub Hrozek <jhrozek@redhat.com> - 1.1.14-2
|
||||||
|
- Add patch by Stephen Gallagher to include manual pages for
|
||||||
|
ldb_connect() and several other functions.
|
||||||
|
|
||||||
* Sat Dec 01 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.1.14-1
|
* Sat Dec 01 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.1.14-1
|
||||||
- New upstream release 1.1.14
|
- New upstream release 1.1.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user