|
@@ -3,17 +3,19 @@
|
|
%define tevent_version 0.9.21
|
|
%define tevent_version 0.9.21
|
|
|
|
|
|
Name: libldb
|
|
Name: libldb
|
|
-Version: 1.1.17
|
|
|
|
-Release: 1%{?_dist_release}
|
|
|
|
-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}
|
|
+Version: 1.1.17
|
|
-Requires: libtdb >= %{tdb_version}
|
|
+Release: 2%{?_dist_release}
|
|
-Requires: libtevent >= %{tevent_version}
|
|
+
|
|
|
|
+Group: System Environment/Libraries
|
|
License: LGPLv3+
|
|
License: LGPLv3+
|
|
URL: http://ldb.samba.org/
|
|
URL: http://ldb.samba.org/
|
|
|
|
+
|
|
Source: http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
|
Source: http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
|
|
|
|
+# Patches
|
|
|
|
+Patch1001: FED01-fix-tevent-check.patch
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
|
BuildRequires: libtalloc-devel >= %{talloc_version}
|
|
BuildRequires: libtdb-devel >= %{tdb_version}
|
|
BuildRequires: libtdb-devel >= %{tdb_version}
|
|
BuildRequires: libtevent-devel >= %{tevent_version}
|
|
BuildRequires: libtevent-devel >= %{tevent_version}
|
|
@@ -26,15 +28,14 @@ BuildRequires: python-tdb
|
|
BuildRequires: pytalloc-devel
|
|
BuildRequires: pytalloc-devel
|
|
BuildRequires: python-tevent
|
|
BuildRequires: python-tevent
|
|
BuildRequires: doxygen
|
|
BuildRequires: doxygen
|
|
|
|
+Requires: libtalloc >= %{talloc_version}
|
|
|
|
+Requires: libtdb >= %{tdb_version}
|
|
|
|
+Requires: libtevent >= %{tevent_version}
|
|
|
|
|
|
Provides: bundled(libreplace)
|
|
Provides: bundled(libreplace)
|
|
Provides: bundled(libtdb_compat)
|
|
Provides: bundled(libtdb_compat)
|
|
Provides: bundled(libccan)
|
|
Provides: bundled(libccan)
|
|
|
|
|
|
-# Patches
|
|
|
|
-
|
|
|
|
-Patch1001: FED01-fix-tevent-check.patch
|
|
|
|
-
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: tomop
|
|
Packager: tomop
|
|
@@ -44,7 +45,7 @@ An extensible library that implements an LDAP like API to access remote LDAP
|
|
servers, or use local tdb databases.
|
|
servers, or use local tdb databases.
|
|
|
|
|
|
%package -n ldb-tools
|
|
%package -n ldb-tools
|
|
-Group: Development/Libraries
|
|
+Group: Applications/System
|
|
Summary: Tools to manage LDB files
|
|
Summary: Tools to manage LDB files
|
|
Requires: libldb = %{version}-%{release}
|
|
Requires: libldb = %{version}-%{release}
|
|
|
|
|
|
@@ -64,7 +65,7 @@ Requires: pkgconfig
|
|
Header files needed to develop programs that link against the LDB library.
|
|
Header files needed to develop programs that link against the LDB library.
|
|
|
|
|
|
%package -n pyldb
|
|
%package -n pyldb
|
|
-Group: Development/Libraries
|
|
+Group: System Environment/Libraries
|
|
Summary: Python bindings for the LDB library
|
|
Summary: Python bindings for the LDB library
|
|
Requires: libldb = %{version}-%{release}
|
|
Requires: libldb = %{version}-%{release}
|
|
Requires: python-tdb >= %{tdb_version}
|
|
Requires: python-tdb >= %{tdb_version}
|
|
@@ -176,6 +177,10 @@ rm -rf %{buildroot}
|
|
/sbin/ldconfig
|
|
/sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Oct 3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.1.17-2
|
|
|
|
+- moved libldb and pyldb to System Environment/Libraries Group
|
|
|
|
+- moved ldb-tool to Applications/System Group
|
|
|
|
+
|
|
* Tue Aug 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.17-1
|
|
* Tue Aug 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.17-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|