From fb14447d56261e2b9e60c534ae6ab03828a438bb50cd99966a5ad82d1ef893b4 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 19 Jan 2012 09:35:09 +0000 Subject: [PATCH] Accepting request 100261 from devel:libraries:c_c++ patching license field to be in spdx.org format, for legal team to review before forward (forwarded request 99945 from dec16180) OBS-URL: https://build.opensuse.org/request/show/100261 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi-drivers?expand=0&rev=7 --- libdbi-drivers.changes | 5 +++++ libdbi-drivers.spec | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/libdbi-drivers.changes b/libdbi-drivers.changes index a7c1e52..fe45c5f 100644 --- a/libdbi-drivers.changes +++ b/libdbi-drivers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 12 11:30:42 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + ------------------------------------------------------------------- Tue Feb 22 08:57:42 UTC 2011 - coolo@novell.com diff --git a/libdbi-drivers.spec b/libdbi-drivers.spec index 7447490..29e229d 100644 --- a/libdbi-drivers.spec +++ b/libdbi-drivers.spec @@ -1,7 +1,7 @@ # # spec file for package libdbi-drivers # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,21 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define special -1 Summary: Database drivers for libdbi +License: LGPL-2.1+ +Group: Development/Libraries Name: libdbi-drivers Version: 0.8.3 -Release: 6 -Group: Development/Libraries -License: LGPL +Release: 0 Url: http://libdbi-drivers.sourceforge.net/ Source: %{name}-%{version}%{special}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gettext libdbi-devel mysql-devel openjade postgresql-devel sqlite-devel +BuildRequires: gettext +BuildRequires: libdbi-devel +BuildRequires: mysql-devel +BuildRequires: openjade +BuildRequires: postgresql-devel +BuildRequires: sqlite-devel %description libdbi implements a database-independent abstraction layer in C, similar to the @@ -41,7 +45,6 @@ _Original_Packager: David A. Parker %package dbd-mysql -License: LGPL Summary: MySQL driver for libdbi Group: Development/Libraries Requires: libdbi0 = %{version} @@ -52,7 +55,6 @@ libdbi database independent abstraction layer. Switching a program's driver does not require recompilation or rewriting source code. %package dbd-pgsql -License: LGPL Summary: PostgreSQL driver for libdbi Group: Development/Libraries Requires: libdbi0 = %{version}, postgresql >= 7.0.3 @@ -66,7 +68,6 @@ does not require recompilation or rewriting source code. # SLES 9 %package dbd-sqlite -License: LGPL Summary: SQLite driver for libdbi Group: Development/Libraries Requires: libdbi0 = %{version}, sqlite @@ -80,7 +81,6 @@ does not require recompilation or rewriting source code. %package dbd-sqlite3 - Summary: SQLite3 driver for libdbi Group: Development/Libraries Requires: libdbi0 = %{version}, sqlite