rpms/python-simplejson/devel python-simplejson.spec,1.21,1.22

Luke Macken lmacken at fedoraproject.org
Thu Oct 23 21:30:33 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-simplejson/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3447

Modified Files:
	python-simplejson.spec 
Log Message:
Use nose to run the simplejson test suite


Index: python-simplejson.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simplejson/devel/python-simplejson.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- python-simplejson.spec	20 Oct 2008 19:19:47 -0000	1.21
+++ python-simplejson.spec	23 Oct 2008 21:30:02 -0000	1.22
@@ -3,7 +3,7 @@
 
 Name:           python-simplejson
 Version:        2.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -14,6 +14,7 @@
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
+BuildRequires:  python-nose
 
 
 %description
@@ -46,6 +47,8 @@
 %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT \
                                  --single-version-externally-managed
 
+%check
+nosetests -q
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,6 +65,9 @@
 
 
 %changelog
+* Thu Oct 23 2008 Luke Macken <lmacken at redhat.com> 2.0.3-2
+- Use nose to run the simplejson test suite
+
 * Mon Oct 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.3-1
 - update to 2.0.3
 




More information about the scm-commits mailing list