- add provides for this perl module
This commit is contained in:
parent
f408d5e43e
commit
b423059785
@ -1,6 +1,6 @@
|
||||
Name: perl-DBD-Pg
|
||||
Version: 1.43
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A PostgresSQL interface for perl
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -14,6 +14,7 @@ BuildRequires: perl >= 1:5.6.1
|
||||
BuildRequires: perl-DBI >= 1.38, postgresql-devel >= 7.2
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl-DBI >= 1.38
|
||||
Provides: perl(DBD::Pg) = %{version}
|
||||
|
||||
%description
|
||||
An implementation of DBI for PostgreSQL for Perl.
|
||||
@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 03 2005 Florian La Roche <laroche@redhat.com>
|
||||
- make sure correct Provides: are generated for this module
|
||||
|
||||
* Tue Jun 28 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.43-1
|
||||
- Update to 1.43 (corrects #156840).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user