From b46282087cf802821625aa8a37975a449fdd0f70 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Oct 10 2009 17:58:42 +0000 Subject: initial import --- diff --git a/.cvsignore b/.cvsignore index e69de29..18ac31a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +oauth-1.0.1.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..8c6cccc --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +python-oauth-1_0_1-1_fc11:HEAD:python-oauth-1.0.1-1.fc11.src.rpm:1255197491 diff --git a/python-oauth.spec b/python-oauth.spec new file mode 100644 index 0000000..4c94012 --- /dev/null +++ b/python-oauth.spec @@ -0,0 +1,46 @@ +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: python-oauth +Version: 1.0.1 +Release: 1%{?dist} +Summary: Library for OAuth version 1.0a + +Group: Development/Languages +License: MIT +URL: http://code.google.com/p/oauth/ +Source0: http://pypi.python.org/packages/source/o/oauth/oauth-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel python-setuptools-devel + +%description +Library for OAuth version 1.0a. + + +%prep +%setup -q -n oauth-%{version} + + +%build +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 LICENSE.txt +%{python_sitelib}/* + + +%changelog +* Tue Oct 06 2009 Sebastian Dziallas - 1.0.1-1 +- initial packaging diff --git a/sources b/sources index e69de29..e826f73 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +30ed3cc8c11d7841a89feab437aabf81 oauth-1.0.1.tar.gz