fix summary/description, update EPEL
This commit is contained in:
parent
e93c0bed79
commit
a3df3bc9f9
@ -1,7 +1,7 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Self Contained RDBMS in a DBI Driver
|
||||
Release: 2%{?dist}
|
||||
Summary: SQLite DBI Driver
|
||||
|
||||
Group: Development/Libraries
|
||||
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
|
||||
http://www.hwaci.com/sw/sqlite/.
|
||||
|
||||
Rather than ask you to install SQLite first, because SQLite is public domain,
|
||||
DBD::SQLite includes the entire thing in the distribution. So in order to get
|
||||
a fast transaction capable RDBMS working for your perl project you simply have
|
||||
to install this module, and nothing else.
|
||||
|
||||
This module provides a SQLite RDBMS module that uses the system SQLite
|
||||
libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n DBD-SQLite-%{version}
|
||||
@ -70,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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
|
||||
- Update to the latest release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user