|
|
@ -1,12 +1,12 @@
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.08
|
|
|
|
Version: 1.09
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Self Contained RDBMS in a DBI Driver
|
|
|
|
Summary: Self Contained RDBMS in a DBI Driver
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL or Artistic
|
|
|
|
License: GPL or Artistic
|
|
|
|
URL: http://search.cpan.org/dist/DBD-SQLite/
|
|
|
|
URL: http://search.cpan.org/dist/DBD-SQLite/
|
|
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/DBD/DBD-SQLite-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-DBI >= 1.03
|
|
|
|
BuildRequires: perl-DBI >= 1.03
|
|
|
@ -21,6 +21,8 @@ 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
|
|
|
|
a fast transaction capable RDBMS working for your perl project you simply have
|
|
|
|
to install this module, and nothing else.
|
|
|
|
to install this module, and nothing else.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As of version 1.09 it can use the external SQLite library (>= 3.1.3).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n DBD-SQLite-%{version}
|
|
|
|
%setup -q -n DBD-SQLite-%{version}
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
|
|
|
|
|
|
|
|
- Update to 1.09.
|
|
|
|
|
|
|
|
- This new version can use an external SQLite library (>= 3.1.3).
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
|
|
|
|
* Sun Jun 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
|
|
|
|
- temporary maintainership.
|
|
|
|
- temporary maintainership.
|
|
|
|
|
|
|
|
|
|
|
|