From 78d52d7c5850c49a4283fb87ddfda03909a1313b92e498263141a286c28bed4f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:34:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++++ .gitignore | 1 + httplib2-0.2.0.tar.gz | 3 +++ python-httplib2.changes | 5 ++++ python-httplib2.spec | 56 +++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 88 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 httplib2-0.2.0.tar.gz create mode 100644 python-httplib2.changes create mode 100644 python-httplib2.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/httplib2-0.2.0.tar.gz b/httplib2-0.2.0.tar.gz new file mode 100644 index 0000000..ff07312 --- /dev/null +++ b/httplib2-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da02fb6e40318b4fa85bb7f4b7b2b42eba470d1da15bc8e928a28c9f41b45d74 +size 12295 diff --git a/python-httplib2.changes b/python-httplib2.changes new file mode 100644 index 0000000..cdb8de6 --- /dev/null +++ b/python-httplib2.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Oct 21 22:37:29 CEST 2006 - dgollub@suse.de + +- initial version of python-httplib2 (0.2.0) + diff --git a/python-httplib2.spec b/python-httplib2.spec new file mode 100644 index 0000000..8abdf41 --- /dev/null +++ b/python-httplib2.spec @@ -0,0 +1,56 @@ +# +# spec file for package python-httplib2 (Version 0.2.0) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: python-httplib2 +BuildRequires: python-devel +Summary: A Python HTTP library +Version: 0.2.0 +Release: 1 +Source0: httplib2-%{version}.tar.gz +License: X11/MIT +Group: Development/Libraries/Python +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Prefix: %{_prefix} +URL: http://bitworking.org/projects/httplib2/ + +%py_requires + +%description +A comprehensive python HTTP client library, which supports many +features left out of other HTTP libraries. + + + +Authors: +-------- + Joe Gregorio + +%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 --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 -n python-httplib2 +* Sat Oct 21 2006 - dgollub@suse.de +- initial version of python-httplib2 (0.2.0) diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4