Attempt to further resolve #251645.
This commit is contained in:
parent
6f21ed3ff3
commit
79e11044e9
@ -1 +1 @@
|
|||||||
setuptools-0.6c6.tar.gz
|
setuptools-0.6c7.tar.gz
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user