auto-import changelog data from perl-DBD-Pg-1.00-1.src.rpm
Wed May 30 2001 Trond Eivind Glomsrd <teg@redhat.com> - 1.00 - change group to Applications/Databases from Applications/CPAN Tue May 01 2001 Trond Eivind Glomsrd <teg@redhat.com> - 0.98, for postgresql-7.1 - add doc files - cleanups
This commit is contained in:
parent
7c3e00aa54
commit
eace37d63b
@ -1 +1 @@
|
||||
DBD-Pg-0.95.tar.gz
|
||||
DBD-Pg-1.00.tar.gz
|
||||
|
||||
@ -1,13 +1,14 @@
|
||||
Summary: A PostgresSQL interface for perl
|
||||
Name: perl-DBD-Pg
|
||||
Version: 0.95
|
||||
Version: 1.00
|
||||
Release: 1
|
||||
Copyright: distributable
|
||||
Group: Applications/CPAN
|
||||
Source: DBD-Pg-0.95.tar.gz
|
||||
Group: Applications/Databases
|
||||
Source: DBD-Pg-%{version}.tar.gz
|
||||
Url: http://www.cpan.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: perl >= 5.6.0-3, perl-DBI, postgresql-devel >= 7.0
|
||||
Requires: perl >= 5.6.0-3, perl-DBI
|
||||
BuildRequires: postgresql-devel >= 7.1
|
||||
|
||||
%description
|
||||
An implementation of DBI for PostgreSQL for Perl.
|
||||
@ -31,14 +32,28 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
eval `perl '-V:installarchlib'`
|
||||
eval `perl '-V:installsitearch'`
|
||||
mkdir -p $RPM_BUILD_ROOT/$installarchlib
|
||||
make PREFIX=$RPM_BUILD_ROOT/usr install
|
||||
rm $RPM_BUILD_ROOT/$installarchlib/perllocal.pod
|
||||
rm -f $RPM_BUILD_ROOT/$installarchlib/perllocal.pod
|
||||
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBD/Pg/Pg.bs
|
||||
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBD/Pg/.packlist
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/usr/*/*
|
||||
%doc README Changes
|
||||
/usr/lib/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- 1.00
|
||||
- change group to Applications/Databases from Applications/CPAN
|
||||
|
||||
* Tue May 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- 0.98, for postgresql-7.1
|
||||
- add doc files
|
||||
- cleanups
|
||||
|
||||
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- First cut
|
||||
|
||||
Loading…
Reference in New Issue
Block a user