python-httplib2/python-httplib2.spec
OBS User autobuild 15eda10ba0 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
2009-08-13 21:50:37 +00:00

64 lines
1.7 KiB
RPMSpec

#
# spec file for package python-httplib2 (Version 0.5.0)
#
# Copyright (c) 2009 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: python-httplib2
BuildRequires: python-devel
Summary: A Python HTTP library
Version: 0.5.0
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
%py_requires
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
A comprehensive python HTTP client library, which supports many
features left out of other HTTP libraries.
Authors:
--------
Joe Gregorio <joe@bitworking.org>
%prep
%setup -q -n httplib2-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" 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
%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc PKG-INFO README
%changelog