packages: ldb/ldb.spec - rename to ldb (follow upstream name)

glen glen at pld-linux.org
Thu Oct 20 09:05:01 CEST 2011


Author: glen                         Date: Thu Oct 20 07:05:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rename to ldb (follow upstream name)

---- Files affected:
packages/ldb:
   ldb.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/ldb/ldb.spec
diff -u packages/ldb/ldb.spec:1.4 packages/ldb/ldb.spec:1.5
--- packages/ldb/ldb.spec:1.4	Thu Oct 20 08:51:19 2011
+++ packages/ldb/ldb.spec	Thu Oct 20 09:04:56 2011
@@ -5,13 +5,13 @@
 %define		tdb_version		1.2.9
 %define		tevent_version	0.9.12
 Summary:	A schema-less, ldap like, API and database
-Name:		libldb
+Name:		ldb
 Version:	1.1.0
-Release:	2
+Release:	3
 License:	LGPL v3+
 Group:		Development/Libraries
 URL:		http://ldb.samba.org/
-Source0:	http://samba.org/ftp/ldb/ldb-%{version}.tar.gz
+Source0:	http://samba.org/ftp/ldb/%{name}-%{version}.tar.gz
 # Source0-md5:	61145ad9cfe017ce4fca5cbc77b9552b
 BuildRequires:	autoconf
 BuildRequires:	docbook-style-xsl
@@ -26,18 +26,20 @@
 Requires:	libtalloc >= %{talloc_version}
 Requires:	tdb >= %{tdb_version}
 Requires:	tevent >= %{tevent_version}
+Provides:	libldb = %{version}-%{release}
+Obsoletes:	libldb < 1.1.0-3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 An extensible library that implements an LDAP like API to access
 remote LDAP servers, or use local tdb databases.
 
-%package -n ldb-tools
+%package tools
 Summary:	Tools to manage LDB files
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
-%description -n ldb-tools
+%description tools
 Tools to manage LDB files.
 
 %package devel
@@ -48,6 +50,8 @@
 Requires:	pkgconfig
 Requires:	tdb-devel >= %{tdb_version}
 Requires:	tevent-devel >= %{tevent_version}
+Provides:	libldb-devel = %{version}-%{release}
+Obsoletes:	libldb-devel < 1.1.0-3
 
 %description devel
 Header files needed to develop programs that link against the LDB
@@ -66,13 +70,13 @@
 %package -n python-ldb-devel
 Summary:	Development files for the Python bindings for the LDB library
 Group:		Development/Libraries
-Requires:	pyldb = %{version}-%{release}
+Requires:	python-ldb = %{version}-%{release}
 
 %description -n python-ldb-devel
 Development files for the Python bindings for the LDB library
 
 %prep
-%setup -q -n ldb-%{version}
+%setup -q
 
 %build
 CC="%{__cc}" \
@@ -165,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2011/10/20 07:04:56  glen
+- rename to ldb (follow upstream name)
+
 Revision 1.4  2011/10/20 06:51:19  glen
 - force ld.bfd via -fuse-ld=bfd (option since gcc-6:4.6.1-5)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ldb/ldb.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list