auto-import changelog data from perl-DBI-1.21-1.src.rpm

Fri Feb 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.21-1
- 1.21
Fri Feb 08 2002 Chip Turner <cturner@redhat.com>
- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC)
Thu Feb 07 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.201-2
- Rebuild
Tue Jan 22 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.201-1
- 1.201
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Tue Jan 08 2002 Trond Eivind Glomsrd <teg@redhat.com> 1.20-1
- 1.20
- Proper URL
This commit is contained in:
cvsdist 2004-09-09 10:05:49 +00:00
parent 9f34f3401b
commit 96e68faab5
4 changed files with 31 additions and 7 deletions

View File

@ -1 +1 @@
DBI-1.18.tar.gz
DBI-1.21.tar.gz

3
filter-requires-dbi.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/usr/lib/rpm/find-requires $* | grep -v 'perl(Win32::ODBC' | grep -v 'perl(RPC::PlClient'

View File

@ -1,13 +1,14 @@
Summary: A database access API for perl
Name: perl-DBI
Version: 1.18
Version: 1.21
Release: 1
Copyright: distributable
URL: http://dbi.symbolstone.org/
License: Artistic
Group: Applications/Databases
Source: DBI-%{version}.tar.gz
Url: http://www.cpan.org
Source2: filter-requires-dbi.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= 5.6.0-3
Requires: perl >= 5.6.1
%description
@ -18,7 +19,8 @@ database interface independent of the actual database being used.
# Provide perl-specific find-{provides,requires}.
%define __find_provides /usr/lib/rpm/find-provides.perl
%define __find_requires /usr/lib/rpm/find-requires.perl
# %%define __find_requires /usr/lib/rpm/find-requires.perl
%define __find_requires %{SOURCE2}
%prep
%setup -q -n DBI-%{version}
@ -49,6 +51,25 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBI/DBI.bs
%{_mandir}/*/*
%changelog
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.21-1
- 1.21
* Fri Feb 8 2002 Chip Turner <cturner@redhat.com>
- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC)
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-2
- Rebuild
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-1
- 1.201
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Jan 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.20-1
- 1.20
- Proper URL
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.18

View File

@ -1 +1 @@
b8542df1a83d46b816d95eb6204a73e2 DBI-1.18.tar.gz
c781eee2559de5e4a72e28a8120cb1d9 DBI-1.21.tar.gz