rpms/python-docs/devel python-docs.spec,1.19,1.20

Roman Rakus rrakus at fedoraproject.org
Wed May 6 12:10:51 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/python-docs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4254

Modified Files:
	python-docs.spec 
Log Message:
Another cleanup


Index: python-docs.spec
===================================================================
RCS file: /cvs/extras/rpms/python-docs/devel/python-docs.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- python-docs.spec	6 May 2009 10:49:15 -0000	1.19
+++ python-docs.spec	6 May 2009 12:10:21 -0000	1.20
@@ -49,15 +49,13 @@ for the Python language.
 %patch18 -p1 -b .extdocmodules
 
 %build
-topdir=`pwd`
-
 make -C Doc html
 #rm html/index.html.in Makefile* info/Makefile tools/sgmlconv/Makefile
 
 %install
 rm -fr $RPM_BUILD_ROOT
 
-mkdir $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT
 
 %clean
 rm -fr $RPM_BUILD_ROOT




More information about the scm-commits mailing list