- 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)
This commit is contained in:
parent
6427609a1c
commit
e98206d64e
@ -1 +1 @@
|
||||
DBD-SQLite-1.23.tar.gz
|
||||
DBD-SQLite-1.25.tar.gz
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.23
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Self Contained RDBMS in a 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: perl-DBI >= 1.03
|
||||
@ -16,7 +16,9 @@ BuildRequires: perl-DBI >= 1.03
|
||||
# perl-DBD-SQLite is self-contained (uses the sqlite local copy)
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::More) >= 0.42
|
||||
BuildRequires: perl(File::Spec) >= 0.82
|
||||
BuildRequires: perl(DBI) >= 1.57
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -60,11 +62,18 @@ 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
|
||||
* Fri May 29 2009 Chris Weyl <cweyl@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@redhat.com> 1.23-1
|
||||
- update to the latest version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user