rpms/python-igraph/devel python-igraph.spec,1.12,1.13

Neal Becker nbecker at fedoraproject.org
Tue Apr 28 01:35:48 UTC 2009


Author: nbecker

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

Modified Files:
	python-igraph.spec 
Log Message:
fix check


Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/devel/python-igraph.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-igraph.spec	27 Apr 2009 17:14:21 -0000	1.12
+++ python-igraph.spec	28 Apr 2009 01:35:17 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name:		python-igraph
 Version:	0.5.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python bindings for igraph
 
 Group:		Development/Languages
@@ -54,7 +54,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_archlib}/python_igraph-%{version}-py*.egg-info
 %{_bindir}/igraph
 
+%check
+PYTHONPATH=$RPM_BUILD_ROOT%{python_archlib} %{__python} -c 'import igraph.test; igraph.test.test();'
+
 %changelog
+* Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-2
+- Try running check
+
 * Mon Apr 27 2009 Neal Becker <ndbecker2 at gmail.com> - 0.5.2-1
 - Update to 0.5.2
 - Try building without patch2




More information about the scm-commits mailing list