- 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:
Jan Matejek 2009-07-30 16:02:49 +00:00 committed by Git OBS Bridge
parent c14ed32285
commit dd064b6c41
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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!