|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.35
|
|
|
|
Version: 1.37
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -12,12 +12,19 @@ patch0: perl-DBD-SQLite-bz543982.patch
|
|
|
|
# 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(constant)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
|
|
|
|
|
|
# Prevent bug #443495
|
|
|
|
# Prevent bug #443495
|
|
|
|
BuildRequires: perl(DBI) >= 1.607
|
|
|
|
BuildRequires: perl(DBI) >= 1.607
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
# Tests only
|
|
|
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Spec::Functions)
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Temp)
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.42
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
|
|
|
@ -33,7 +40,7 @@ libraries.
|
|
|
|
%patch0 -p1 -b .bz543982
|
|
|
|
%patch0 -p1 -b .bz543982
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
|
|
|
|
make %{?_smp_mflags} OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
@ -53,6 +60,11 @@ make test
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jun 12 2012 Petr Šabata <contyk@redhat.com> - 1.37-1
|
|
|
|
|
|
|
|
- 1.37 bump (sqlite3.7.11 and various bugfixes)
|
|
|
|
|
|
|
|
- Drop command macros
|
|
|
|
|
|
|
|
- Fix dependencies
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|