- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);

see bugzilla entry #183530. Forcing package rebuild with the included
    version of sqlite (3.2.7).
f38
Jose Pedro Oliveira 19 years ago
parent 24794a36c4
commit 5e5916115b

@ -1,6 +1,6 @@
Name: perl-DBD-SQLite
Version: 1.11
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Self Contained RDBMS in a DBI Driver
Group: Development/Libraries
@ -33,7 +33,7 @@ As of version 1.09 it can use the external SQLite library (>= 3.1.3).
%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor USE_LOCAL_SQLITE=1
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
@ -63,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Mar 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3
- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);
see bugzilla entry #183530.
Forcing package rebuild with the included version of sqlite (3.2.7).
* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-2
- Rebuild for FC5 (perl 5.8.8).

Loading…
Cancel
Save