- Upstream 0.6c2
- Ghostbusting
This commit is contained in:
parent
5aa1fd9b51
commit
af65ae599a
@ -1 +1,3 @@
|
|||||||
setuptools-0.6c1.zip
|
setuptools-0.6c2.zip
|
||||||
|
zpl.txt
|
||||||
|
psfl.txt
|
||||||
|
@ -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.6c1
|
Version: 0.6c2
|
||||||
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: Development/Languages
|
Group: Development/Languages
|
||||||
@ -48,22 +48,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc *.txt
|
%doc *.txt
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*
|
||||||
%dir %{python_sitelib}/setuptools
|
|
||||||
%dir %{python_sitelib}/setuptools/command
|
|
||||||
%dir %{python_sitelib}/setuptools/tests
|
|
||||||
%{python_sitelib}/*.py
|
|
||||||
%{python_sitelib}/*/*.py
|
|
||||||
%{python_sitelib}/*/*/*.py
|
|
||||||
%{python_sitelib}/*.pyc
|
|
||||||
%{python_sitelib}/*/*.pyc
|
|
||||||
%{python_sitelib}/*/*/*.pyc
|
|
||||||
%ghost %{python_sitelib}/*.pyo
|
|
||||||
%ghost %{python_sitelib}/*/*.pyo
|
|
||||||
%ghost %{python_sitelib}/*/*/*.pyo
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 12 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c2-1
|
||||||
|
- Upstream 0.6c2
|
||||||
|
- Ghostbusting
|
||||||
|
|
||||||
* Mon Jul 31 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c1-2
|
* Mon Jul 31 2006 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.6c1-2
|
||||||
- Set perms on license files (#200768)
|
- Set perms on license files (#200768)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
9e5e38dcce7902b892110625d18108c6 setuptools-0.6c1.zip
|
b0729008542f44d07c510d880ba582aa setuptools-0.6c2.zip
|
||||||
0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt
|
0f810c1ec4c50e3e0fe390d14a831d48 zpl.txt
|
||||||
85f03c95710162ed140bc8fa22790b2a psfl.txt
|
85f03c95710162ed140bc8fa22790b2a psfl.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user