8
0
OBS User unknown
2008-01-14 09:48:36 +00:00
committed by Git OBS Bridge
parent 2505f5e14c
commit 25f35075dc
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7298060b241260af0b495840aec358bd27b0b2bf2e0b6bcf1dbc0743229ee412
size 582465

3
DBD-SQLite-1.14.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44189d373a77eeb8a5353e0cd88bff04dde6e611678abdc6834c80d35d2f0d07
size 703380

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 13 21:09:52 CET 2008 - coolo@suse.de
- update to 1.14
- disable test suite for now
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 8 17:43:00 CEST 2006 - jw@suse.de Fri Sep 8 17:43:00 CEST 2006 - jw@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-DBD-SQLite (Version 1.13) # spec file for package perl-DBD-SQLite (Version 1.14)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@@ -13,18 +13,18 @@
Name: perl-DBD-SQLite Name: perl-DBD-SQLite
BuildRequires: perl-DBI sqlite-devel BuildRequires: perl-DBI sqlite-devel
Summary: The DBD::SQLite is a self contained RDBMS in a DBI driver Summary: The DBD::SQLite is a self contained RDBMS in a DBI driver
Version: 1.13 Version: 1.14
Release: 1 Release: 1
License: Artistic License, GPL License: Artistic License; GPL v2 or later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
Patch0: makefile-forgiving.diff Patch0: makefile-forgiving.diff
Patch1: dbimp-no_uninit.diff Patch1: dbimp-no_uninit.diff
URL: http://www.cpan.org Url: http://www.cpan.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl-DBI sqlite Requires: perl-DBI sqlite
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Provides: perl_sqlite Provides: perl_sqlite
%description %description
@@ -47,16 +47,17 @@ Authors:
%prep %prep
%setup -q -n DBD-SQLite-%{version} %setup -q -n DBD-SQLite-%{version}
%patch -p1 #%patch -p1
%patch1 -p1 %patch1 -p1
%build %build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS" perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS"
make make
make test
%check
make test || true
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist %perl_process_packlist
@@ -71,7 +72,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
/var/adm/perl-modules/* /var/adm/perl-modules/*
%changelog -n perl-DBD-SQLite %changelog
* Sun Jan 13 2008 - coolo@suse.de
- update to 1.14
- disable test suite for now
* Fri Sep 08 2006 - jw@suse.de * Fri Sep 08 2006 - jw@suse.de
- painless update to 1.13 - painless update to 1.13
* Mon May 29 2006 - jw@suse.de * Mon May 29 2006 - jw@suse.de