OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=7
This commit is contained in:
parent
c3babe3e60
commit
c636f5ed89
@ -3,11 +3,11 @@ Name: python-%{modname}
|
||||
URL: http://peak.telecommunity.com/DevCenter/setuptools
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages -- easily!
|
||||
Version: 0.6
|
||||
%define extraver c3
|
||||
Release: 5
|
||||
%define extraver c5
|
||||
Release: 1
|
||||
License: PSF or ZPL
|
||||
Group: Development/Libraries/Python
|
||||
Source: %{modname}-%{version}%{extraver}.tar.bz2
|
||||
Source: http://cheeseshop.python.org/packages/source/s/setuptools/%{modname}-%{version}%{extraver}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%{py_requires}
|
||||
Requires: python-devel
|
||||
@ -33,6 +33,7 @@ python setup.py build
|
||||
rm -rf %{buildroot}
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record=INSTALLED_FILES
|
||||
|
||||
grep ".exe" INSTALLED_FILES
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
@ -42,6 +43,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
|
||||
* Sun Jan 28 2007 - judas_iscariote@shorewall.net
|
||||
- update to version 0.6c5
|
||||
|
||||
* Fri Oct 27 2006 - poeml@suse.de
|
||||
|
||||
- update to 0.6c3:
|
||||
|
Loading…
Reference in New Issue
Block a user