new upstream version
This commit is contained in:
parent
e649bc41cc
commit
6833921ca5
@ -1 +1 @@
|
||||
DBD-SQLite-1.25.tar.gz
|
||||
DBD-SQLite-1.27.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.25
|
||||
Release: 4%{?dist}
|
||||
Version: 1.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Self Contained RDBMS in a DBI Driver
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -33,7 +33,6 @@ DBD::SQLite includes the entire thing in the distribution. So in order to get
|
||||
a fast transaction capable RDBMS working for your perl project you simply have
|
||||
to install this module, and nothing else.
|
||||
|
||||
As of version 1.09 it can use the external SQLite library (>= 3.1.3).
|
||||
|
||||
%prep
|
||||
%setup -q -n DBD-SQLite-%{version}
|
||||
@ -46,14 +45,13 @@ make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
find $RPM_BUILD_ROOT -type f \( -name .packlist -o \
|
||||
-name '*.bs' -size 0 \) -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} ';'
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check
|
||||
# These tests are failing on x86_64, FIXME.
|
||||
make test
|
||||
|
||||
|
||||
@ -70,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2009 Stepan Kasal <skasal@redhat.com> 1.27-1
|
||||
- new upstream version
|
||||
|
||||
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.25-4
|
||||
- Filtering errant private provides
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user