8
0
OBS User unknown
2009-01-14 23:40:49 +00:00
committed by Git OBS Bridge
parent be4efad97a
commit 24d8011c35
3 changed files with 23 additions and 52 deletions

View File

@@ -1,27 +1,34 @@
#
# spec file for package perl-DBD-SQLite (Version 1.14)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-DBD-SQLite
BuildRequires: perl-DBI sqlite-devel
Summary: The DBD::SQLite is a self contained RDBMS in a DBI driver
Version: 1.14
Release: 11
Release: 71
License: Artistic License; GPL v2 or later
Group: Development/Libraries/Perl
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
Patch0: makefile-forgiving.diff
Patch1: dbimp-no_uninit.diff
Patch2: sqlite3-finalize.diff
Url: http://www.cpan.org
Url: http://search.cpan.org/~msergeant/DBD-SQLite-1.14
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl-DBI sqlite
Requires: perl = %{perl_version}
@@ -40,6 +47,8 @@ It supports quite a lot of features, such as transactions (atomic
commit and rollback), indexes, DBA-free operation, a large subset of
SQL92 supported, and more.
Linking against sqlite3-devel
Authors:
@@ -48,7 +57,6 @@ Authors:
%prep
%setup -q -n DBD-SQLite-%{version}
#%patch -p1
%patch1 -p1
%patch2
@@ -57,7 +65,7 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS"
make
%check
make test || true
make test
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
@@ -75,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/*
%changelog
* Wed Jan 14 2009 jw@suse.de
- bnc#466021 fixed.
* Thu Feb 07 2008 schwab@suse.de
- Don't call sqlite3_finalize twice.
* Sun Jan 13 2008 coolo@suse.de