rpms/python-sqlite2/devel python-sqlite2.spec,1.3,1.4

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Thu Feb 2 10:34:56 UTC 2006


Author: gajownik

Update of /cvs/extras/rpms/python-sqlite2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441

Modified Files:
	python-sqlite2.spec 
Log Message:
Run tests in %check section



Index: python-sqlite2.spec
===================================================================
RCS file: /cvs/extras/rpms/python-sqlite2/devel/python-sqlite2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-sqlite2.spec	2 Feb 2006 01:21:15 -0000	1.3
+++ python-sqlite2.spec	2 Feb 2006 10:34:56 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           python-sqlite2
 Version:        2.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DB-API 2.0 interface for SQLite 3.x
 
 Group:          Development/Languages
@@ -46,6 +46,10 @@
 dos2unix documentation/{silvercity.css,code/*}
 
 
+%check
+%{__python} setup.py test
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -85,6 +89,9 @@
 
 
 %changelog
+* Thu Feb  2 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 2.1.3-2
+- Run tests in %%check section
+
 * Thu Feb  2 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 2.1.3-1
 - Update to 2.1.3
 




More information about the scm-commits mailing list