From ba98d34c079c287d87eaa350a37bcd4dedd17da52c5d2b3a429338b04f2357b0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 27 Jul 2009 21:02:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-SQLite?expand=0&rev=8 --- DBD-SQLite-1.23.tar.bz2 | 3 -- DBD-SQLite-1.25.tar.bz2 | 3 ++ perl-DBD-SQLite.changes | 44 ++++++++++++++++ perl-DBD-SQLite.spec | 112 ++++++++++++++-------------------------- 4 files changed, 85 insertions(+), 77 deletions(-) delete mode 100644 DBD-SQLite-1.23.tar.bz2 create mode 100644 DBD-SQLite-1.25.tar.bz2 diff --git a/DBD-SQLite-1.23.tar.bz2 b/DBD-SQLite-1.23.tar.bz2 deleted file mode 100644 index b0443ca..0000000 --- a/DBD-SQLite-1.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4c79f7eb4f27042426d15c466a5bf0dbbc4b78ffab0f54231cb1fe63feffd6 -size 825523 diff --git a/DBD-SQLite-1.25.tar.bz2 b/DBD-SQLite-1.25.tar.bz2 new file mode 100644 index 0000000..ef6fd3d --- /dev/null +++ b/DBD-SQLite-1.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdf2b2e25f98953c7a343e424c687892e8fc60ccde205e2389567d72d12df7a +size 854333 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index 6b4e973..3c48468 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sat Jul 25 19:36:58 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + +------------------------------------------------------------------- +Fri Jul 24 14:02:37 CEST 2009 - coolo@novell.com + +- merge factory changes in + +------------------------------------------------------------------- +Fri Jun 19 01:09:45 CEST 2009 - chris@computersalat.de + +- spec fix for perl-macros + +------------------------------------------------------------------- +Thu Jun 18 15:43:02 CEST 2009 - chris@computersalat.de + +- added perl-macros + o autogen filelist with perl_gen_filelist + +------------------------------------------------------------------- +Sun Jun 14 20:02:14 CEST 2009 - chris@computersalat.de + +- update to 1.25 +- 1.25 + o Amalgamation conversion turned out to be quicker than expected. + o Changing to a production release. (ADAMK) + +- 1.24_02 + o Merging various externally-contributed annotations from + annocpan.org (ADAMK) + o Created the beginnings of a DBD::SQLite::Cookbook (ADAMK) + +- 1.24_01 + o Moved getsqlite.pl into util (ADAMK) + o Switching to the RT queue instead of the RT report page that + does nothing and just refers you to email (ADAMK) + o Now DBD::SQLite also uses amalgamated source recommended at sqlite.org (ISHIGAKI) + o Resolved #45166: better unicode path handling under cygwin (ISHIGAKI) + o Resolved #45171: test failure on CentOS 4.6 (ISHIGAKI) + ------------------------------------------------------------------- Mon Apr 20 01:03:05 CEST 2009 - jw@suse.de diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 55ff7d1..064a849 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DBD-SQLite (Version 1.23) +# spec file for package perl-DBD-SQLite (Version 1.25) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,102 +19,66 @@ Name: perl-DBD-SQLite -BuildRequires: perl-DBI sqlite-devel -Summary: The DBD::SQLite is a self contained RDBMS in a DBI driver -Version: 1.23 +%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +Summary: Self-contained RDBMS in a DBI Driver +Version: 1.25 Release: 1 -License: Artistic License; GPL v2 or later +License: GPL/Artistic Group: Development/Libraries/Perl -Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-%{version}.tar.bz2 -# Patch1: dbimp-no_uninit.diff -# Patch2: sqlite3-finalize.diff -Url: http://search.cpan.org/~msergeant/DBD-SQLite-1.14 +Url: http://www.cpan.org +Source0: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: perl-DBI sqlite +BuildRequires: perl +BuildRequires: perl-macros +#BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::More) >= 0.42 +BuildRequires: perl(File::Spec) +# other not perl || perl-base +BuildRequires: perl-DBI >= 1.57 Requires: perl = %{perl_version} -AutoReqProv: on -Provides: perl_sqlite +Requires: perl(File::Spec) +# other not perl || perl-base +Requires: perl-DBI >= 1.57 %description -SQLite is a small fast embedded SQL database engine. + SQLite is a small fast embedded SQL database engine. -DBD::SQLite embeds that database engine into a DBD driver, so if you -want a relational database for your project, but don't want to install -a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite may be -just what you need. + DBD::SQLite embeds that database engine into a DBD driver, so + if you want a relational database for your project, but don`t + want to install a large RDBMS system like MySQL or PostgreSQL, + then DBD::SQLite may be just what you need. -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. + 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 + Author: Matt Sergeant, matt@sergeant.org + Perl extension functions contributed by + Francis J. Lacoste + Wolfgang Sourdeau -Authors: --------- - Matt Sergeant, - %prep -%setup -q -n DBD-SQLite-%{version} -# %patch1 -p1 # upstreamed. -# %patch2 # upstreamed. +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS" -make +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +%{__make} %check -make test +%{__make} test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.files %defattr(-,root,root) -%doc README -%{perl_vendorarch}/auto/DBD -%{perl_vendorarch}/DBD -%{_mandir}/man3/* -/var/adm/perl-modules/* +%doc Changes README %changelog -* Mon Apr 20 2009 jw@suse.de -- updated to stable release 1.23 -* Wed Apr 15 2009 jw@suse.de -- updated to pristine 1.22_06 - *All* patches are upstreamed now. Yeah! - Using SQLite 3.6.13 now. -* Thu Jan 15 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 -- update to 1.14 -- disable test suite for now -* Fri Sep 08 2006 jw@suse.de -- painless update to 1.13 -* Mon May 29 2006 jw@suse.de -- update to 1.12, to make it compile again. - Using SQLite 3.3.5 and Perl 5.8.8 -* Mon Mar 13 2006 jw@suse.de -- fixed bugzilla#156965, unintialized variable. -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Sun Dec 04 2005 jw@suse.de -- update to 1.11, feature++ -* Fri Dec 02 2005 jw@suse.de -- update to 1.10 - be more forgiving to sqlite3.h, it is buggy again. -* Tue Oct 04 2005 dmueller@suse.de -- add norootforbuild -* Thu Jun 30 2005 schwab@suse.de -- Fix neededforbuild. -* Wed Jun 29 2005 jw@suse.de -- initial version 1.09 - Since 1.09 it can link against a system provided sqlite library, - but uses its own copy due to a buggy sqlite3.h