From dd064b6c419356caf88f20433afdddb82accbbeb1c9e7a07411bfc5301006de0 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 30 Jul 2009 16:02:49 +0000 Subject: [PATCH] - 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 --- python-setuptools.changes | 10 ++++++++++ python-setuptools.spec | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 9bf3f3b..edbb190 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -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 diff --git a/python-setuptools.spec b/python-setuptools.spec index 53ed51a..33fccbf 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -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!