From a3df3bc9f9c2a654003102bfa988f167285e78ff Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 28 Jun 2010 20:45:40 +0000 Subject: [PATCH] fix summary/description, update EPEL --- perl-DBD-SQLite.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 99e3e97..53cb48c 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -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 - 1.29-2 +- fix description/summary + * Thu Jun 10 2010 Petr Sabata - 1.29-1 - Update to the latest release