rpms/db4/devel db4.spec,1.41,1.42

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 30 11:48:41 UTC 2006


Author: jnovy

Update of /cvs/dist/rpms/db4/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1036

Modified Files:
	db4.spec 
Log Message:
- sync db4 and compat-db licenses to BSD-style as the result of
  consultation with legal department
- fix some rpmlint warnings



Index: db4.spec
===================================================================
RCS file: /cvs/dist/rpms/db4/devel/db4.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- db4.spec	10 Nov 2006 18:00:10 -0000	1.41
+++ db4.spec	30 Nov 2006 11:48:38 -0000	1.42
@@ -5,10 +5,10 @@
 %define	_libdb_a	libdb-%{__soversion}.a
 %define	_libcxx_a	libdb_cxx-%{__soversion}.a
 
-Summary: The Berkeley DB database library (version 4) for C.
+Summary: The Berkeley DB database library (version 4) for C
 Name: db4
 Version: 4.5.20
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
 Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
 Source2: nptl-abi-note.S
@@ -20,7 +20,7 @@
 Patch13: http://www.oracle.com/technology/products/berkeley-db/db/update/1.85/patch.1.4
 Patch14: db-1.85-errno.patch
 URL: http://www.oracle.com/database/berkeley-db/
-License: GPL
+License: BSD-style
 Group: System Environment/Libraries
 Obsoletes: db1, db2, db3
 BuildRequires: perl, libtool, ed, tcl-devel >= 8.4.4
@@ -42,7 +42,7 @@
 be installed on all systems.
 
 %package utils
-Summary: Command line tools for managing Berkeley DB (version 4) databases.
+Summary: Command line tools for managing Berkeley DB (version 4) databases
 Group: Applications/Databases
 Requires: db4 = %{version}-%{release}
 Obsoletes: db1-utils, db2-utils, db3-utils
@@ -59,7 +59,7 @@
 (version 4) databases.
 
 %package devel
-Summary: Development files for the Berkeley DB (version 4) library.
+Summary: Development files for the Berkeley DB (version 4) library
 Group: Development/Libraries
 Requires: db4 = %{version}-%{release}
 Obsoletes: db1-devel, db2-devel, db3-devel
@@ -72,7 +72,7 @@
 Berkeley DB.
 
 %package tcl
-Summary: Development files for using the Berkeley DB (version 4) with tcl.
+Summary: Development files for using the Berkeley DB (version 4) with tcl
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -83,7 +83,7 @@
 for building programs which use the Berkeley DB in Tcl.
 
 %package java
-Summary: Development files for using the Berkeley DB (version 4) with Java.
+Summary: Development files for using the Berkeley DB (version 4) with Java
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
@@ -347,6 +347,11 @@
 %endif
 
 %changelog
+* Sun Nov 26 2006 Jindrich Novy <jnovy at redhat.com> 4.5.20-2
+- sync db4 and compat-db licenses to BSD-style as the result of
+  consultation with legal department
+- fix some rpmlint warnings
+
 * Fri Nov 10 2006 Jindrich Novy <jnovy at redhat.com> 4.5.20-1
 - update to db-4.5.20 (#198038)
 - fix BuildRoot




More information about the fedora-cvs-commits mailing list