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