- Fix few more buildroot macros

This commit is contained in:
Toshio くらとみ 2010-06-11 00:21:46 +00:00
parent e09bcce04a
commit 546e3694b6

View File

@ -8,7 +8,7 @@
Name: python-setuptools Name: python-setuptools
Version: 0.6.13 Version: 0.6.13
Release: 2%{?dist} Release: 3%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System Group: Applications/System
@ -96,7 +96,7 @@ popd
%{__python} setup.py install --skip-build --root %{buildroot} %{__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} . install -p -m 0644 %{SOURCE1} %{SOURCE2} .
find %{buildroot}%{python_sitelib} -name '*.exe' | xargs rm -f find %{buildroot}%{python_sitelib} -name '*.exe' | xargs rm -f
@ -112,7 +112,7 @@ popd
%endif # with_python3 %endif # with_python3
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf %{buildroot}
%files %files
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-3
- Fix few more buildroot macros
* Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-2 * Thu Jun 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.13-2
- Include data that's needed for running tests - Include data that's needed for running tests