rpms/python-fedora/devel python-fedora.spec,1.30,1.31

Ricky Zhou (周家杰) ricky at fedoraproject.org
Fri Feb 13 03:26:35 UTC 2009


Author: ricky

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

Modified Files:
	python-fedora.spec 
Log Message:
Test commit (to make sure that commit mails still work).



Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/devel/python-fedora.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- python-fedora.spec	9 Feb 2009 06:31:43 -0000	1.30
+++ python-fedora.spec	13 Feb 2009 03:26:05 -0000	1.31
@@ -39,17 +39,20 @@
 %prep
 %setup -q
 
+
 %build
 paver build
 paver html
 
+
 %install
-rm -rf $RPM_BUILD_ROOT
-paver install --skip-build --root $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+paver install --skip-build --root %{buildroot}
 mv build-doc/html doc/
 
+
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files




More information about the scm-commits mailing list