- 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()")}
|
||||
|
||||
Name: python-setuptools
|
||||
Version: 0.6c1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6c2
|
||||
Release: 1%{?dist}
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages
|
||||
|
||||
Group: Development/Languages
|
||||
@ -48,22 +48,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc *.txt
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/*.egg-info
|
||||
%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
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
%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
|
||||
- Set perms on license files (#200768)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user