rpms/libdbi-drivers/devel libdbi-drivers.spec,1.10,1.11

Tom Lane (tgl) fedora-extras-commits at redhat.com
Fri Aug 3 22:02:02 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/libdbi-drivers/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24960

Modified Files:
	libdbi-drivers.spec 
Log Message:
On closer inspection, this package has got
some confusion about its license :-(


Index: libdbi-drivers.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdbi-drivers/devel/libdbi-drivers.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libdbi-drivers.spec	2 Aug 2007 22:38:20 -0000	1.10
+++ libdbi-drivers.spec	3 Aug 2007 22:01:29 -0000	1.11
@@ -1,10 +1,15 @@
 Summary: Database-specific drivers for libdbi
 Name: libdbi-drivers
 Version: 0.8.2
-Release: 1.1%{?dist}
+Release: 1.2%{?dist}
 Group: Development/Libraries
-License: LGPLv2+
 URL: http://libdbi-drivers.sourceforge.net/
+# The sqlite driver is under GPLv2+, all else under LGPLv2+.
+# Upstream has indicated intention to make it all LGPLv2+, but that's not what
+# the code currently says.  Remove separate License tag for libdbi-dbd-sqlite
+# when fixed.
+License: LGPLv2+
+
 # Hack: upstream calls it 0.8.2-1 but RPM disallows that as a Version
 Source: http://prdownloads.sourceforge.net/libdbi-drivers/%{name}-%{version}-1.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -50,6 +55,7 @@
 Requires:	%{name} = %{version}-%{release}
 Requires: sqlite >= 3
 BuildRequires: sqlite-devel
+License: GPLv2+
 
 %description -n libdbi-dbd-sqlite
 This plugin provides access to an embedded SQL engine using libsqlite3 through
@@ -114,6 +120,10 @@
 %{_libdir}/dbd/libdbdsqlite3.*
 
 %changelog
+* Fri Aug  3 2007 Tom Lane <tgl at redhat.com> 0.8.2-1.2
+- Correct License tag for sqlite subpackage; it's currently not same license
+  as the rest of the code.
+
 * Thu Aug  2 2007 Tom Lane <tgl at redhat.com> 0.8.2-1.1
 - Update to version 0.8.2-1.
 - Update License tag to match code.




More information about the fedora-extras-commits mailing list