From 3182f4eb2adfaf9e7ad6889a1feffb09249b0b92 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: May 17 2013 13:55:25 +0000 Subject: Import --- diff --git a/.gitignore b/.gitignore index e69de29..2948295 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/v1.0.tar.gz diff --git a/python-openid-teams.spec b/python-openid-teams.spec new file mode 100644 index 0000000..66449aa --- /dev/null +++ b/python-openid-teams.spec @@ -0,0 +1,41 @@ +# sitelib for noarch packages, sitearch for others (remove the unneeded one) +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} + +Name: python-openid-teams +Version: 1.0 +Release: 1%{?dist} +Summary: Teams extension for python-openid + +License: BSD +URL: https://github.com/puiterwijk/python-openid-teams +Source: https://github.com/puiterwijk/%{name}/archive/v%{version}.tar.gz + +BuildArch: noarch +BuildRequires: python2-devel +BuildRequires: python-setuptools +Requires: python-openid + +%description +Teams extension implementation for python-openid + + +%prep +%setup -q + +%build +%{__python} setup.py build + + +%install +%{__python} setup.py install -O1 --skip-build --root %{buildroot} + + +%files +%doc COPYING +%{python_sitelib}/* + + +%changelog +* Thu May 16 2013 Patrick Uiterwijk - 1.0-1 +- Initial packaging + diff --git a/sources b/sources index e69de29..c1d1dc4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d05919e5adcb5851d1a382f4a3dd4481 v1.0.tar.gz