]> git.pld-linux.org Git - packages/db1.git/commitdiff
- release 6 (for allow upgrade from RH version), db1-1_85-6
authorkloczek <kloczek@pld-linux.org>
Thu, 16 Nov 2000 00:07:04 +0000 (00:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using new rpm automation,
- removed "PreReq: /sbin/ldconfig" (this is autogenerated),
- removed provides glibc-db1.

Changed files:
    db1.spec -> 1.3

db1.spec

index 931fd6ea077a0fb66df17e89400483ccd35fee95..926a3aa62f2889aa6efececf842f8c8c439dd071 100644 (file)
--- a/db1.spec
+++ b/db1.spec
@@ -1,27 +1,30 @@
 Summary:       BSD database library for C
 Name:          db1
 Version:       1.85
-Release:       1
-Group:         Libraries
+Release:       6
 License:       BSD
+Group:         Libraries
+Group(de):     Libraries
+Group(fr):     Librairies
+Group(pl):     Biblioteki
 URL:           http://www.sleepycat.com
 Source0:       http://www.sleepycat.com/update/%{version}/db.%{version}.tar.gz
-Patch0:                db.%{version}.patch
-PreReq:                /sbin/ldconfig
+Patch0:                %{name}.patch
 Conflicts:     glibc < 2.1.90
-Obsoletes:     glibc-db1
-Provides:      glibc-db1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     glibc-db1
 
 %description
-The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
-embedded database support for both traditional and client/server applications.
-It should be installed if compatibility is needed with databases created with
-db1. This library used to be part of the glibc package.
+The Berkeley Database (Berkeley DB) is a programmatic toolkit that
+provides embedded database support for both traditional and
+client/server applications. It should be installed if compatibility is
+needed with databases created with db1. This library used to be part
+of the glibc package.
 
 %package devel
 Summary:       Development libraries and header files for Berkeley database library
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
@@ -29,10 +32,10 @@ Conflicts:  glibc-devel < 2.1.90
 Obsoletes:     glibc-db1-devel
 
 %description devel
-The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
-embedded database support for both traditional and client/server applications.
-Berkeley DB includes B tree, Hashing, Fixed and Variable-length record access
-methods.
+The Berkeley Database (Berkeley DB) is a programmatic toolkit that
+provides embedded database support for both traditional and
+client/server applications. Berkeley DB includes B tree, Hashing,
+Fixed and Variable-length record access methods.
 
 This package contains the header files, libraries, and documentation
 for building programs which use Berkeley DB.
@@ -40,6 +43,7 @@ for building programs which use Berkeley DB.
 %package static
 Summary:       Static libraries for Berkeley database library
 Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -47,13 +51,13 @@ Conflicts:  glibc-static < 2.1.90
 Obsoletes:     glibc-db1-static
 
 %description static
-The Berkeley Database (Berkeley DB) is a programmatic toolkit that provides
-embedded database support for both traditional and client/server applications.
-Berkeley DB includes B tree, Hashing, Fixed and Variable-length record access
-methods.
+The Berkeley Database (Berkeley DB) is a programmatic toolkit that
+provides embedded database support for both traditional and
+client/server applications. Berkeley DB includes B tree, Hashing,
+Fixed and Variable-length record access methods.
 
-This package contains the static libraries for building programs which use
-Berkeley DB.
+This package contains the static libraries for building programs which
+use Berkeley DB.
 
 %prep
 %setup -q -n db.%{version}
@@ -81,15 +85,12 @@ install ../../include/mpool.h       $RPM_BUILD_ROOT/%{_includedir}/db1/
 install -s db_dump185          $RPM_BUILD_ROOT/%{_bindir}/db1_dump185
 cd ../..
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_bindir}/*
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*
-
 gzip -9nf docs/*.ps README LICENSE changelog
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
-%post -p /sbin/ldconfig
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
This page took 0.088229 seconds and 4 git commands to generate.