rpms/perl-DBD-SQLite/devel perl-DBD-SQLite.spec,1.37,1.38

Tom Callaway spot at fedoraproject.org
Mon Jun 28 20:45:40 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/perl-DBD-SQLite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10758/devel

Modified Files:
	perl-DBD-SQLite.spec 
Log Message:
fix summary/description, update EPEL


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/devel/perl-DBD-SQLite.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- perl-DBD-SQLite.spec	10 Jun 2010 10:38:42 -0000	1.37
+++ perl-DBD-SQLite.spec	28 Jun 2010 20:45:40 -0000	1.38
@@ -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_%(ev
 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 at redhat.com> - 1.29-2
+- fix description/summary
+
 * Thu Jun 10 2010 Petr Sabata <psabata at redhat.com> - 1.29-1
 - Update to the latest release
 




More information about the perl-devel mailing list