- 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,16 +1,16 @@
|
|||||||
%{!?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
|
||||||
License: PSFL/ZPL
|
License: PSFL/ZPL
|
||||||
URL: http://peak.telecommunity.com/DevCenter/setuptools
|
URL: http://peak.telecommunity.com/DevCenter/setuptools
|
||||||
Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip
|
Source0: http://cheeseshop.python.org/packages/source/s/setuptools/setuptools-%{version}.zip
|
||||||
Source1: psfl.txt
|
Source1: psfl.txt
|
||||||
Source2: zpl.txt
|
Source2: zpl.txt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -34,8 +34,8 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%{__python} setup.py install -O1 --skip-build \
|
%{__python} setup.py install -O1 --skip-build \
|
||||||
--root $RPM_BUILD_ROOT \
|
--root $RPM_BUILD_ROOT \
|
||||||
--single-version-externally-managed
|
--single-version-externally-managed
|
||||||
install -p -m 0644 %{SOURCE1} %{SOURCE2} .
|
install -p -m 0644 %{SOURCE1} %{SOURCE2} .
|
||||||
find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f
|
find $RPM_BUILD_ROOT%{python_sitelib} -name '*.exe' | xargs rm -f
|
||||||
|
|
||||||
@ -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