diff --git a/.cvsignore b/.cvsignore index 0d33f26..5431a46 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBI-1.18.tar.gz +DBI-1.21.tar.gz diff --git a/filter-requires-dbi.sh b/filter-requires-dbi.sh new file mode 100755 index 0000000..dac79a5 --- /dev/null +++ b/filter-requires-dbi.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/lib/rpm/find-requires $* | grep -v 'perl(Win32::ODBC' | grep -v 'perl(RPC::PlClient' diff --git a/perl-DBI.spec b/perl-DBI.spec index c8f21fa..e9279e5 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -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 1.21-1 +- 1.21 + +* Fri Feb 8 2002 Chip Turner +- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC) + +* Thu Feb 7 2002 Trond Eivind Glomsrød 1.201-2 +- Rebuild + +* Tue Jan 22 2002 Trond Eivind Glomsrød 1.201-1 +- 1.201 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Tue Jan 8 2002 Trond Eivind Glomsrød 1.20-1 +- 1.20 +- Proper URL + * Sat Jun 23 2001 Trond Eivind Glomsrød - 1.18 diff --git a/sources b/sources index b4ffa32..9b5e7f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8542df1a83d46b816d95eb6204a73e2 DBI-1.18.tar.gz +c781eee2559de5e4a72e28a8120cb1d9 DBI-1.21.tar.gz