apply changes from package review.
This commit is contained in:
parent
9882aaca40
commit
fc2b51faea
@ -1,20 +1,20 @@
|
||||
Name: perl-DBD-Pg
|
||||
Version: 1.49
|
||||
Release: 5%{?dist}.1
|
||||
Release: 6%{?dist}
|
||||
Summary: A PostgreSQL interface for perl
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/DBD-Pg/
|
||||
Source0: http://www.cpan.org/authors/id/D/DB/DBDPG/DBD-Pg-%{version}.tar.gz
|
||||
Patch: perl-DBD-1.31-fixver.patch
|
||||
Patch0: perl-DBD-1.31-fixver.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
BuildRequires: perl-DBI >= 1.38, postgresql-devel >= 7.2
|
||||
BuildRequires: perl(DBI) >= 1.38
|
||||
BuildRequires: postgresql-devel >= 7.2
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl-DBI >= 1.38
|
||||
Requires: perl(DBI) >= 1.38
|
||||
|
||||
%description
|
||||
An implementation of DBI for PostgreSQL for Perl.
|
||||
@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 24 2007 Robin Norwood <rnorwood@redhat.com> - 1.49-6
|
||||
- Apply changes from package review.
|
||||
- Resolves: bz#226252
|
||||
|
||||
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.49-5.1
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user