fix summary/description, update EPEL

f38
Tom Callaway 15 years ago
parent e93c0bed79
commit a3df3bc9f9

@ -1,7 +1,7 @@
Name: perl-DBD-SQLite Name: perl-DBD-SQLite
Version: 1.29 Version: 1.29
Release: 1%{?dist} Release: 2%{?dist}
Summary: Self Contained RDBMS in a DBI Driver Summary: SQLite DBI Driver
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -29,11 +29,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
SQLite is a public domain RDBMS database engine that you can find at SQLite is a public domain RDBMS database engine that you can find at
http://www.hwaci.com/sw/sqlite/. http://www.hwaci.com/sw/sqlite/.
Rather than ask you to install SQLite first, because SQLite is public domain, This module provides a SQLite RDBMS module that uses the system SQLite
DBD::SQLite includes the entire thing in the distribution. So in order to get libraries.
a fast transaction capable RDBMS working for your perl project you simply have
to install this module, and nothing else.
%prep %prep
%setup -q -n DBD-SQLite-%{version} %setup -q -n DBD-SQLite-%{version}
@ -70,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.29-2
- fix description/summary
* Thu Jun 10 2010 Petr Sabata <psabata@redhat.com> - 1.29-1 * Thu Jun 10 2010 Petr Sabata <psabata@redhat.com> - 1.29-1
- Update to the latest release - Update to the latest release

Loading…
Cancel
Save