forked from pool/perl-DBD-SQLite
Accepting request 96587 from devel:openSUSE:Factory:for-legal-lhf
- fix license to be in spdx.org format OBS-URL: https://build.opensuse.org/request/show/96587 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
e4db869cd2
commit
f2fca52cc8
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 11:09:02 UTC 2011 - coolo@suse.com
|
||||
|
||||
- fix license to be in spdx.org format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 05:43:35 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
||||
@@ -15,16 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-DBD-SQLite
|
||||
%define cpan_name DBD-SQLite
|
||||
Summary: Self-contained RDBMS in a DBI Driver
|
||||
Version: 1.35
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Version: 1.35
|
||||
Release: 0
|
||||
Url: http://search.cpan.org/dist/DBD-SQLite/
|
||||
#Source: http://www.cpan.org/modules/by-module/DBD/DBD-SQLite-%{version}.tar.bz2
|
||||
Source: http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
|
||||
@@ -34,8 +32,8 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DBI) >= 1.57
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
Requires: perl(DBI) >= 1.57
|
||||
Requires: perl(Tie::Hash)
|
||||
|
||||
@@ -52,9 +50,7 @@ commit and rollback), indexes, DBA-free operation, a large subset
|
||||
of SQL92 supported, and more.
|
||||
|
||||
%package devel
|
||||
License: GPL/Artistic
|
||||
Summary: Development files for %{name}
|
||||
Group: Development/Libraries/Perl
|
||||
%{perl_requires}
|
||||
|
||||
%description devel
|
||||
|
||||
Reference in New Issue
Block a user