forked from pool/libdbi-drivers
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
This commit is contained in:
parent
1ed778e432
commit
fb14447d56
@ -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
|
Tue Feb 22 08:57:42 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdbi-drivers
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,21 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define special -1
|
%define special -1
|
||||||
|
|
||||||
Summary: Database drivers for libdbi
|
Summary: Database drivers for libdbi
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Development/Libraries
|
||||||
|
|
||||||
Name: libdbi-drivers
|
Name: libdbi-drivers
|
||||||
Version: 0.8.3
|
Version: 0.8.3
|
||||||
Release: 6
|
Release: 0
|
||||||
Group: Development/Libraries
|
|
||||||
License: LGPL
|
|
||||||
Url: http://libdbi-drivers.sourceforge.net/
|
Url: http://libdbi-drivers.sourceforge.net/
|
||||||
Source: %{name}-%{version}%{special}.tar.bz2
|
Source: %{name}-%{version}%{special}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
%description
|
||||||
libdbi implements a database-independent abstraction layer in C, similar to the
|
libdbi implements a database-independent abstraction layer in C, similar to the
|
||||||
@ -41,7 +45,6 @@ _Original_Packager: David A. Parker <david@neongoat.com>
|
|||||||
|
|
||||||
|
|
||||||
%package dbd-mysql
|
%package dbd-mysql
|
||||||
License: LGPL
|
|
||||||
Summary: MySQL driver for libdbi
|
Summary: MySQL driver for libdbi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdbi0 = %{version}
|
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.
|
does not require recompilation or rewriting source code.
|
||||||
|
|
||||||
%package dbd-pgsql
|
%package dbd-pgsql
|
||||||
License: LGPL
|
|
||||||
Summary: PostgreSQL driver for libdbi
|
Summary: PostgreSQL driver for libdbi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdbi0 = %{version}, postgresql >= 7.0.3
|
Requires: libdbi0 = %{version}, postgresql >= 7.0.3
|
||||||
@ -66,7 +68,6 @@ does not require recompilation or rewriting source code.
|
|||||||
# SLES 9
|
# SLES 9
|
||||||
|
|
||||||
%package dbd-sqlite
|
%package dbd-sqlite
|
||||||
License: LGPL
|
|
||||||
Summary: SQLite driver for libdbi
|
Summary: SQLite driver for libdbi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdbi0 = %{version}, sqlite
|
Requires: libdbi0 = %{version}, sqlite
|
||||||
@ -80,7 +81,6 @@ does not require recompilation or rewriting source code.
|
|||||||
|
|
||||||
%package dbd-sqlite3
|
%package dbd-sqlite3
|
||||||
|
|
||||||
|
|
||||||
Summary: SQLite3 driver for libdbi
|
Summary: SQLite3 driver for libdbi
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libdbi0 = %{version}, sqlite
|
Requires: libdbi0 = %{version}, sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user