- added noarch for suse > 11.1
- fixed spec compatibility with older versions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=24
This commit is contained in:
parent
c14ed32285
commit
dd064b6c41
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 30 18:02:32 CEST 2009 - matejcik@suse.cz
|
||||
|
||||
- added noarch for suse > 11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 15:57:45 CEST 2009 - matejcik@suse.cz
|
||||
|
||||
- fixed spec compatibility with older versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 13:51:48 CEST 2009 - matejcik@suse.cz
|
||||
|
||||
|
@ -28,6 +28,12 @@ BuildRequires: python-base
|
||||
BuildRequires: python-devel
|
||||
Requires: python-devel
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} <= 1110
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
Version: 0.6c9
|
||||
Release: 10
|
||||
Summary: Download, build, install, upgrade, and uninstall Python packages -- easily!
|
||||
|
Loading…
Reference in New Issue
Block a user