rpms/python-igraph/F-10 python-igraph.spec,1.9,1.10

Neal Becker nbecker at fedoraproject.org
Tue Apr 28 01:33:04 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/python-igraph/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26974

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


Index: python-igraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-igraph/F-10/python-igraph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-igraph.spec	28 Apr 2009 01:16:09 -0000	1.9
+++ python-igraph.spec	28 Apr 2009 01:32:33 -0000	1.10
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/igraph
 
 %check
-%{__python} -c 'import test; test.test();'
+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




More information about the fedora-extras-commits mailing list