diff --git a/.cvsignore b/.cvsignore index 2c8c35f..a68a770 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBI-1.14.tar.gz +DBI-1.16.tar.gz diff --git a/perl-DBI.spec b/perl-DBI.spec index 8e8910c..014834a 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,10 +1,10 @@ Summary: A database access API for perl Name: perl-DBI -Version: 1.14 -Release: 10 +Version: 1.16 +Release: 1 Copyright: distributable -Group: Applications/CPAN -Source: DBI-1.14.tar.gz +Group: Applications/Databases +Source: DBI-%{version}.tar.gz Url: http://www.cpan.org BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: perl >= 5.6.0-3 @@ -43,16 +43,19 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBI/DBI.bs %files %defattr(-,root,root) -/usr/lib/perl5/site_perl/5.6.0/*/*.pm -/usr/lib/perl5/site_perl/5.6.0/*/auto/DBI -/usr/lib/perl5/site_perl/5.6.0/*/DBD -/usr/lib/perl5/site_perl/5.6.0/*/DBI -/usr/lib/perl5/site_perl/5.6.0/*/Bundle/DBI.pm -/usr/lib/perl5/site_perl/5.6.0/*/Win32/* +%doc Changes README ToDo /usr/bin/* +/usr/lib/perl5/* %{_mandir}/*/* %changelog +* Wed May 30 2001 Trond Eivind Glomsrød +- 1.16 +- change group to Applications/Databases from Applications/CPAN + +* Tue May 1 2001 Trond Eivind Glomsrød +- 1.15 + * Tue Feb 27 2001 Trond Eivind Glomsrød - Cleanups diff --git a/sources b/sources index 430b4c4..5f7b157 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2d1dbf5cd083e08861bc596e3892bdb DBI-1.14.tar.gz +569acc58c879e3313d2bc498a8afab98 DBI-1.16.tar.gz