|
|
@ -9,9 +9,6 @@ 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
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
# see http://rt.cpan.org/Public/Bug/Display.html?id=30558
|
|
|
|
|
|
|
|
Patch0: rt32100.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-DBI >= 1.03
|
|
|
|
BuildRequires: perl-DBI >= 1.03
|
|
|
|
# if sqlite >= 3.1.3 then
|
|
|
|
# if sqlite >= 3.1.3 then
|
|
|
|
# perl-DBD-SQLite uses the external library
|
|
|
|
# perl-DBD-SQLite uses the external library
|
|
|
@ -34,7 +31,6 @@ 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}
|
|
|
|
%patch0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|