53 lines
1.5 KiB
RPMSpec
53 lines
1.5 KiB
RPMSpec
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
Name: python-httplib2
|
|
Version: 0.4.0
|
|
Release: 4%{?dist}
|
|
Summary: A comprehensive HTTP client library
|
|
|
|
Group: System Environment/Libraries
|
|
License: MIT
|
|
URL: http://code.google.com/p/httplib2/
|
|
Source0: http://httplib2.googlecode.com/files/httplib2-0.4.0.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: python-setuptools-devel
|
|
BuildRequires: python-devel
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
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
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README PKG-INFO
|
|
%{python_sitelib}/*
|
|
|
|
%changelog
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.4.0-2
|
|
- Rebuild for Python 2.6
|
|
|
|
* Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
|
- 0.4.0-1
|
|
- initial version
|