|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
|
Version: 1.09
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Self Contained RDBMS in a DBI Driver
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -10,6 +10,11 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{versi
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -51,13 +56,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{perl_vendorarch}/auto/*
|
|
|
|
|
%{perl_vendorarch}/DBD/SQLite.pm
|
|
|
|
|
%{_mandir}/man3/*.3*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
|
|
|
|
|
- Build requirement added: sqlite-devel.
|
|
|
|
|
- Doc file added: Changes.
|
|
|
|
|
|
|
|
|
|
* 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).
|
|
|
|
|