1.40
This commit is contained in:
parent
c41fc83519
commit
704d64469a
@ -1,2 +1,3 @@
|
||||
DBD-Pg-1.31.tar.gz
|
||||
DBD-Pg-1.32.tar.gz
|
||||
DBD-Pg-1.40.tar.gz
|
||||
|
||||
@ -2,15 +2,16 @@
|
||||
|
||||
Summary: A PostgresSQL interface for perl
|
||||
Name: perl-DBD-Pg
|
||||
Version: 1.32
|
||||
Release: 2
|
||||
Version: 1.40
|
||||
Release: 1
|
||||
License: distributable
|
||||
Group: Applications/Databases
|
||||
Source: DBD-Pg-%{version}.tar.gz
|
||||
Patch: perl-DBD-1.31-fixver.patch
|
||||
Url: http://search.cpan.org/search?query=dbd%3A%3Apg
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: perl >= 5.6.0-3, perl-DBI
|
||||
Requires: perl-DBI
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRequires: postgresql-devel >= 7.1, perl >= 5.6.0-3, perl-DBI
|
||||
|
||||
%description
|
||||
@ -37,6 +38,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install
|
||||
|
||||
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
||||
|
||||
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
||||
|
||||
find $RPM_BUILD_ROOT/usr -type f -print | \
|
||||
@ -52,8 +55,8 @@ fi
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
|
||||
- remove brp-compress
|
||||
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 1.40-1
|
||||
- 1.40
|
||||
|
||||
* Tue Oct 12 2004 Chip Turner <cturner@redhat.com> 1.32-1
|
||||
- bugzilla: 127755, update to 1.32
|
||||
|
||||
Loading…
Reference in New Issue
Block a user