rpms/pyexiv2/devel pyexiv2.spec,1.15,1.16

Rex Dieter rdieter at fedoraproject.org
Fri Jan 15 18:00:16 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/pyexiv2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13278

Modified Files:
	pyexiv2.spec 
Log Message:
fix %check



Index: pyexiv2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pyexiv2/devel/pyexiv2.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- pyexiv2.spec	15 Jan 2010 15:31:16 -0000	1.15
+++ pyexiv2.spec	15 Jan 2010 18:00:16 -0000	1.16
@@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 pushd unittest
-./TestsRunner.py
+PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch}  ./TestsRunner.py
 popd
 
 %files



More information about the scm-commits mailing list