rpms/perl-DBD-SQLite/EL-5 perl-DBD-SQLite.spec, 1.13, 1.14 sources, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Mon Jun 28 20:45:40 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10758/EL-5

Modified Files:
	perl-DBD-SQLite.spec sources 
Log Message:
fix summary/description, update EPEL


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/perl-DBD-SQLite.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-DBD-SQLite.spec	15 Jul 2008 12:13:14 -0000	1.13
+++ perl-DBD-SQLite.spec	28 Jun 2010 20:45:39 -0000	1.14
@@ -1,40 +1,40 @@
 Name:           perl-DBD-SQLite
-Version:        1.14
-Release:        3%{?dist}
-Summary:        Self Contained RDBMS in a DBI Driver
+Version:        1.29
+Release:        2%{?dist}
+Summary:        SQLite DBI Driver
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-SQLite/
-Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/DBD-SQLite-%{version}.tar.gz
+patch0:         perl-DBD-SQLite-bz543982.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# see http://rt.cpan.org/Public/Bug/Display.html?id=30558
-Patch0:			rt32100.patch
-
-BuildRequires:  perl-DBI >= 1.03
 # if sqlite >= 3.1.3 then
 #   perl-DBD-SQLite uses the external library
 # else
 #   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
 BuildRequires:  sqlite-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More) >= 0.42
+BuildRequires:  perl(File::Spec) >= 0.82
+# Prevent bug #443495
+BuildRequires:  perl(DBI) >= 1.607
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 SQLite is a public domain RDBMS database engine that you can find at
 http://www.hwaci.com/sw/sqlite/.
 
-Rather than ask you to install SQLite first, because SQLite is public domain,
-DBD::SQLite includes the entire thing in the distribution. So in order to get
-a fast transaction capable RDBMS working for your perl project you simply have
-to install this module, and nothing else.
-
-As of version 1.09 it can use the external SQLite library (>= 3.1.3).
+This module provides a SQLite RDBMS module that uses the system SQLite 
+libraries.
 
 %prep
 %setup -q -n DBD-SQLite-%{version}
-%patch0
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -44,9 +44,9 @@ make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -type f \( -name .packlist -o \
+		-name '*.bs' -size 0 \) -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 
@@ -62,14 +62,70 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorarch}/auto/*
-%{perl_vendorarch}/DBD/SQLite.pm
+%{perl_vendorarch}/DBD/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Tue Jul 15 2008 Marcela Maslanova <mmaslano at redhat.com> 1.14-3
-- add rt32100 patch 
-- same problem as in #245699
+* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 1.29-2
+- fix description/summary
+
+* Thu Jun 10 2010 Petr Sabata <psabata at redhat.com> - 1.29-1
+- Update to the latest release
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.27-4
+- Mass rebuild with perl-5.12.0
+
+* Mon Jan 11 2010 Marcela Mašláňová <mmaslano at redhat.com> - 1.27-3
+- 543982 change Makefile.PL to compile with system sqlite
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.27-2
+- rebuild against perl 5.10.1
+
+* Wed Nov 25 2009 Stepan Kasal <skasal at redhat.com> 1.27-1
+- new upstream version
+
+* Fri Sep 11 2009 Chris Weyl <cweyl at alumni.drew.edu> - 1.25-4
+- Filtering errant private provides
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jun 10 2009 Stepan Kasal <skasal at redhat.com> 1.25-2
+- rebuild against DBI 1.609
+
+* Fri May 29 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.25-1
+- 1.25 needed for DBIx::Class 0.08103
+- auto-update to 1.25 (by cpan-spec-update 0.01)
+- added a new br on perl(File::Spec) (version 0.82)
+- altered br on perl(Test::More) (0 => 0.42)
+- added a new br on perl(DBI) (version 1.57)
+
+* Mon Apr 20 2009 Marcela Maslanova <mmaslano at redhat.com> 1.23-1
+- update to the latest version
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Jun  2 2008 Marcela Maslanova <mmaslano at redhat.com> 1.14-8
+
+* Wed Mar 19 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.14-7
+- reenable tests
+
+* Tue Mar 18 2008 Chris Weyl <cweyl at alumni.drew.edu> 1.14-6
+- apply sanity patches derived from RT#32100
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.14-5.1
+- Rebuild for perl 5.10 (again)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.14-4.1
+- Autorebuild for GCC 4.3
+
+* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.14-3.1
+- tests disabled, due to x86_64 failures
+
+* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.14-3
+- rebuild for new perl
 
 * Wed Dec 19 2007 Steven Pritchard <steve at kspei.com> 1.14-2
 - Fix find option order.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	19 Dec 2007 16:11:45 -0000	1.6
+++ sources	28 Jun 2010 20:45:39 -0000	1.7
@@ -1 +1 @@
-78a89cc8fd46bb2a5d537433dcccc8e6  DBD-SQLite-1.14.tar.gz
+2a47cea6ecff62508775d90151a8030f  DBD-SQLite-1.29.tar.gz




More information about the perl-devel mailing list