|
|
@ -1,10 +1,10 @@
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.12
|
|
|
|
Version: 1.12
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
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: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
|
|
|
|
Patch0: DBD-SQLite-1.11-type-information-segv.patch
|
|
|
|
Patch0: DBD-SQLite-1.11-type-information-segv.patch
|
|
|
@ -16,6 +16,7 @@ BuildRequires: perl-DBI >= 1.03
|
|
|
|
# else
|
|
|
|
# else
|
|
|
|
# perl-DBD-SQLite is self-contained (uses the sqlite local copy)
|
|
|
|
# perl-DBD-SQLite is self-contained (uses the sqlite local copy)
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -65,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-2.1
|
|
|
|
|
|
|
|
- correct license tag
|
|
|
|
|
|
|
|
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
|
|
|
|
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
|
|
|
|
- Rebuild for FC6.
|
|
|
|
- Rebuild for FC6.
|
|
|
|
|
|
|
|
|
|
|
|