]> git.pld-linux.org Git - packages/db3.git/commitdiff
- added patch from sleepy cat
authorArtur Frysiak <artur@frysiak.net>
Wed, 2 Aug 2000 15:22:48 +0000 (15:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- separated TCL library

Changed files:
    db3.spec -> 1.9

db3.spec

index 546ccaf995642a049ed2196fc32de4f6cec37703..ce932b276e2b7fec97ada034d1d84cb5bc2cefa8 100644 (file)
--- a/db3.spec
+++ b/db3.spec
@@ -13,6 +13,7 @@ Patch0:               %{name}-align.patch
 Patch1:                %{name}-linux-threads.patch
 Patch2:                %{name}-shmget.patch
 Patch3:                %{name}-static.patch
+Patch4:                http://www.sleepycat.com/update/3.1.14/patch.3.1.14.1
 PreReq:                /sbin/ldconfig
 BuildRequires: db1-static
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,6 +41,15 @@ recovery. DB supports C, C++, Java and Perl APIs.
 This package contains command line tools for managing Berkeley DB
 databases.
 
+%package tcl
+Summary:       Berkeley database library for TCL
+Group:         Development/Languages/Tcl
+Group(pl):     Programowanie/Jêzyki/Tcl
+Requires:      %{name} = %{version}
+
+%description tcl
+Berkeley database library for TCL.
+
 %package devel
 Summary:       Development libraries and header files for Berkeley database library
 Group:         Development/Libraries
@@ -83,6 +93,7 @@ use Berkeley DB.
 # XXX not applied
 #%patch2 -p1
 %patch3 -p1
+%patch4 -p0
 
 %build
 cp -a build_unix build_unix.static
@@ -162,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post tcl -p /sbin/ldconfig
+%postun tcl -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc LICENSE.gz README.gz
@@ -170,7 +184,6 @@ rm -rf $RPM_BUILD_ROOT
 %files utils
 %defattr(644,root,root,755)
 %doc docs/utility/*
-%attr(755,root,root) %{_libdir}/libdb_tcl-*.so
 %attr(755,root,root) %{_bindir}/berkeley_db_svc
 %attr(755,root,root) %{_bindir}/db*_archive
 %attr(755,root,root) %{_bindir}/db*_checkpoint
@@ -184,6 +197,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/db*_upgrade
 %attr(755,root,root) %{_bindir}/db*_verify
 
+%files tcl
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libdb_tcl-*.so
+
 %files devel
 %defattr(644,root,root,755)
 %doc docs/{api*,ref,index.html,sleepycat,images} examples*
This page took 0.119079 seconds and 4 git commands to generate.