From 15eda10ba0091aaf8c4d7c9388ac09410f85dbe9c963a5e076b9408a0a7583b7 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 13 Aug 2009 21:50:37 +0000 Subject: [PATCH] Accepting request 17698 from devel:languages:python Copy from devel:languages:python/python-httplib2 based on submit request 17698 from user cstender OBS-URL: https://build.opensuse.org/request/show/17698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=4 --- python-httplib2.changes | 5 +++++ python-httplib2.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python-httplib2.changes b/python-httplib2.changes index c8282e8..9705d18 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 13 10:55:40 UTC 2009 - cstender@novell.com + +- build as noarch + ------------------------------------------------------------------- Tue Aug 4 10:51:26 UTC 2009 - cstender@novell.com diff --git a/python-httplib2.spec b/python-httplib2.spec index e98d454..59081e8 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -22,14 +22,17 @@ Name: python-httplib2 BuildRequires: python-devel Summary: A Python HTTP library Version: 0.5.0 -Release: 1 +Release: 2 Source0: httplib2-%{version}.tar.gz License: MIT License (or similar) Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://bitworking.org/projects/httplib2/ -%define prefix /usr +%define prefix /usr %py_requires +%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildArch: noarch +%endif %description A comprehensive python HTTP client library, which supports many