rpms/ldtp/devel ldtp.spec,1.9,1.10

Adam Miller maxamillion at fedoraproject.org
Fri Jun 11 16:18:32 UTC 2010


Author: maxamillion

Update of /cvs/extras/rpms/ldtp/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20336

Modified Files:
	ldtp.spec 
Log Message:
typo in build line caused failure, fixed.



Index: ldtp.spec
===================================================================
RCS file: /cvs/extras/rpms/ldtp/devel/ldtp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ldtp.spec	11 Jun 2010 16:00:28 -0000	1.9
+++ ldtp.spec	11 Jun 2010 16:18:32 -0000	1.10
@@ -33,7 +33,7 @@ record test-cases based on user-selectio
 %setup -q
 
 %build
-%{__python} setup.pu build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT



More information about the scm-commits mailing list