rpms/python-setuptools/devel python-setuptools.spec,1.36,1.37

Toshio くらとみ toshio at fedoraproject.org
Fri Jun 11 00:21:48 UTC 2010


Author: toshio

Update of /cvs/pkgs/rpms/python-setuptools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3572/devel

Modified Files:
	python-setuptools.spec 
Log Message:

* Thu Jun 10 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.13-3
- Fix few more buildroot macros



Index: python-setuptools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- python-setuptools.spec	10 Jun 2010 23:53:37 -0000	1.36
+++ python-setuptools.spec	11 Jun 2010 00:21:47 -0000	1.37
@@ -8,7 +8,7 @@
 
 Name:           python-setuptools
 Version:        0.6.13
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -96,7 +96,7 @@ popd
 
 %{__python} setup.py install --skip-build --root %{buildroot}
 
-rm -rf ${buildroot}%{python_sitelib}/setuptools/tests
+rm -rf %{buildroot}%{python_sitelib}/setuptools/tests
 
 install -p -m 0644 %{SOURCE1} %{SOURCE2} .
 find %{buildroot}%{python_sitelib} -name '*.exe' | xargs rm -f
@@ -112,7 +112,7 @@ popd
 %endif # with_python3
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
@@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
+* Thu Jun 10 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.13-3
+- Fix few more buildroot macros
+
 * Thu Jun 10 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.13-2
 - Include data that's needed for running tests
 



More information about the scm-commits mailing list