From fae378746f1de029c5597e6634afe65f49d7381bd39d16dcc93e7c24ee8f2f21 Mon Sep 17 00:00:00 2001 From: Christopher Stender Date: Fri, 27 Jan 2012 16:11:01 +0000 Subject: [PATCH 1/2] cleaned up specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=14 --- python-httplib2.spec | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 13741f3..b7b31d0 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-httplib2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,42 +19,34 @@ Name: python-httplib2 -BuildRequires: python-devel -Summary: A Python HTTP library Version: 0.7.2 Release: 0 -Source0: httplib2-%{version}.tar.gz +Url: http://bitworking.org/projects/httplib2/ +Summary: A Python HTTP client library License: MIT Group: Development/Libraries/Python +Source0: httplib2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -Url: http://bitworking.org/projects/httplib2/ -%define prefix /usr +BuildRequires: python-devel +%if 0%{?suse_version} %py_requires -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description -A comprehensive python HTTP client library, which supports many -features left out of other HTTP libraries. - - - -Authors: --------- - Joe Gregorio +A comprehensive HTTP client library that supports many features +left out of other HTTP libraries. %prep %setup -q -n httplib2-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" python setup.py build +python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES - -%clean -rm -rf $RPM_BUILD_ROOT +python setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES %files -f INSTALLED_FILES %defattr(-,root,root) From 7a36ed553ece7cc3fc8f761287aa3d32d7ae5aafbad4ebc03cb9c0418922eed5 Mon Sep 17 00:00:00 2001 From: Christopher Stender Date: Tue, 5 Jun 2012 22:47:21 +0000 Subject: [PATCH 2/2] Accepting request 123713 from home:cstender:branches:devel:languages:python - update to version 0.7.4 * See CHANGELOG for all changes and fixes OBS-URL: https://build.opensuse.org/request/show/123713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=15 --- httplib2-0.7.2.tar.gz | 3 --- httplib2-0.7.4.tar.gz | 3 +++ python-httplib2.changes | 6 ++++++ python-httplib2.spec | 4 +--- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 httplib2-0.7.2.tar.gz create mode 100644 httplib2-0.7.4.tar.gz diff --git a/httplib2-0.7.2.tar.gz b/httplib2-0.7.2.tar.gz deleted file mode 100644 index 4be35c2..0000000 --- a/httplib2-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050e54bd4e406c7b7951ca9812a3ee6eb242666368e325fed5a295280482966b -size 87310 diff --git a/httplib2-0.7.4.tar.gz b/httplib2-0.7.4.tar.gz new file mode 100644 index 0000000..ffd0a88 --- /dev/null +++ b/httplib2-0.7.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d268909d2df54098ec426fafc93a933adac7b713a4edb99113ba706a43882a91 +size 110136 diff --git a/python-httplib2.changes b/python-httplib2.changes index 2e235e3..f03f661 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 5 09:56:01 UTC 2012 - cstender@opensuse.org + +- update to version 0.7.4 + * See CHANGELOG for all changes and fixes + ------------------------------------------------------------------- Thu Dec 22 12:52:35 UTC 2011 - cstender@suse.com diff --git a/python-httplib2.spec b/python-httplib2.spec index b7b31d0..3865bbd 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -15,11 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: python-httplib2 -Version: 0.7.2 +Version: 0.7.4 Release: 0 Url: http://bitworking.org/projects/httplib2/ Summary: A Python HTTP client library