rpms/python-httplib2/devel python-httplib2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Dec 28 19:29:22 UTC 2007


Author: awjb

Update of /cvs/pkgs/rpms/python-httplib2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15081/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-httplib2.spec 
Log Message:
- initial import



--- NEW FILE python-httplib2.spec ---
%{!?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:        1%{?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
* Thu Dec 27 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 0.4.0-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-httplib2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2007 17:49:34 -0000	1.1
+++ .cvsignore	28 Dec 2007 19:28:45 -0000	1.2
@@ -0,0 +1 @@
+httplib2-0.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-httplib2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2007 17:49:34 -0000	1.1
+++ sources	28 Dec 2007 19:28:45 -0000	1.2
@@ -0,0 +1 @@
+022006c6c5fb75ea082b97d0fcc89d94  httplib2-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list