Attempt to further resolve #251645.

This commit is contained in:
Konstantin Ryabitsev 2007-09-14 19:48:23 +00:00
parent 6f21ed3ff3
commit 79e11044e9
3 changed files with 14 additions and 7 deletions

View File

@ -1 +1 @@
setuptools-0.6c6.tar.gz setuptools-0.6c7.tar.gz

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-setuptools Name: python-setuptools
Version: 0.6c6 Version: 0.6c7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Download, build, install, upgrade, and uninstall Python packages Summary: Download, build, install, upgrade, and uninstall Python packages
Group: Applications/System Group: Applications/System
@ -74,17 +74,24 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc psfl.txt zpl.txt pkg_resources.txt %doc psfl.txt zpl.txt pkg_resources.txt
%{python_sitelib}/pkg_resources.py* %{python_sitelib}/*
%exclude %{python_sitelib}/easy_install*
%exclude %{python_sitelib}/setuptools/command
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc psfl.txt zpl.txt EasyInstall.txt README.txt api_tests.txt setuptools.txt %doc psfl.txt zpl.txt EasyInstall.txt README.txt api_tests.txt setuptools.txt
%{python_sitelib}/* %{python_sitelib}/easy_install*
%exclude %{python_sitelib}/pkg_resources.py* %{python_sitelib}/setuptools/command
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Fri Sep 14 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c7-1
- Upstream 0.6c7
- Move some things from devel into runtime, in order to not break other
projects.
* Sat Aug 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c6-2 * Sat Aug 18 2007 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c6-2
- Make license tag conform to the new Licensing Guidelines - Make license tag conform to the new Licensing Guidelines
- Move everything except pkg_resources.py into a separate -devel package - Move everything except pkg_resources.py into a separate -devel package

View File

@ -1 +1 @@
e3d56d4d19776042607cbbecae823c8b setuptools-0.6c6.tar.gz dedbf6a4f71cd6deaf13ee885054f16b setuptools-0.6c7.tar.gz