Rename libtdb1-devel to libtdb-devel.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tdb?expand=0&rev=7
This commit is contained in:
Lars Müller 2012-05-31 12:14:24 +00:00 committed by Git OBS Bridge
parent 4c7d1a3456
commit dc23193dd6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 31 12:09:09 UTC 2012 - lmuelle@suse.com
- Rename libtdb1-devel to libtdb-devel.
-------------------------------------------------------------------
Wed May 30 16:39:26 UTC 2012 - lmuelle@suse.com

View File

@ -49,7 +49,7 @@ small.
This package contains the tdb1 library.
%package devel
%package -n libtdb-devel
License: GPL-3.0+
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
Group: Development/Libraries/C and C++
@ -60,7 +60,7 @@ Requires: pkg-config
Requires: pkgconfig
%endif
%description devel
%description -n libtdb-devel
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
except that it allows multiple simultaneous writers and uses locking
internally to keep writers from trampling on each other. TDB is also extremely
@ -132,7 +132,7 @@ DESTDIR=${RPM_BUILD_ROOT} make install
%defattr(-,root,root)
%{_libdir}/libtdb.so.*
%files devel
%files -n libtdb-devel
%defattr(-,root,root)
%{_includedir}/tdb.h
%{_libdir}/libtdb.so