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:
parent
4c7d1a3456
commit
dc23193dd6
@ -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
|
Wed May 30 16:39:26 UTC 2012 - lmuelle@suse.com
|
||||||
|
|
||||||
|
6
tdb.spec
6
tdb.spec
@ -49,7 +49,7 @@ small.
|
|||||||
This package contains the tdb1 library.
|
This package contains the tdb1 library.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package -n libtdb-devel
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
|
Summary: Libraries and Header Files to Develop Programs with tdb1 Support
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -60,7 +60,7 @@ Requires: pkg-config
|
|||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description -n libtdb-devel
|
||||||
TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB
|
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
|
except that it allows multiple simultaneous writers and uses locking
|
||||||
internally to keep writers from trampling on each other. TDB is also extremely
|
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)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtdb.so.*
|
%{_libdir}/libtdb.so.*
|
||||||
|
|
||||||
%files devel
|
%files -n libtdb-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/tdb.h
|
%{_includedir}/tdb.h
|
||||||
%{_libdir}/libtdb.so
|
%{_libdir}/libtdb.so
|
||||||
|
Loading…
Reference in New Issue
Block a user