[python-django-authenticator] initial import into master

Matthias Runge mrunge at fedoraproject.org
Wed May 2 08:22:26 UTC 2012


commit 51a60cdf191e1221cb96356ba0967b7480f062b3
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed May 2 10:22:09 2012 +0200

    initial import into master

 .gitignore                       |    1 +
 python-django-authenticator.spec |   70 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d28b38b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-authenticator-0.1.5.tar.gz
diff --git a/python-django-authenticator.spec b/python-django-authenticator.spec
new file mode 100644
index 0000000..640c6b7
--- /dev/null
+++ b/python-django-authenticator.spec
@@ -0,0 +1,70 @@
+%global pkgname django-authenticator
+%global obs_ver 0.1.4-4 
+
+Name:           python-django-authenticator
+Version:        0.1.5
+Release:        1%{?dist}
+Summary:        Authentication client for django
+
+License:        GPLv3
+URL:            http://pypi.python.org/pypi/django-authenticator/%{version}
+Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
+Requires:       python-django
+Requires:       python-django-registration
+Requires:       python-import-utils
+Requires:       Django-south
+Requires:       python-oauth2
+Requires:       python-openid
+Requires:       python-wordpress-xmlrpc
+Requires:       python-django-extra-form-fields
+Requires:       python-multi-registry
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < %{obs_ver}
+
+
+%description
+authentication client for django
+
+Note: this module is not yet ready for use in production.
+
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+# remove bundled egg-info
+rm -rf django_authenticator.egg-info
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+%files
+%doc PKG-INFO
+%{python_sitelib}/django_authenticator
+%{python_sitelib}/django_authenticator-%{version}-py?.?.egg-info
+
+
+
+
+%changelog
+* Wed Apr 25 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.1.5-1
+- package renamed to python-django-authenticator
+- update to 0.1.5
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Thu Sep 29 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.1.4-2
+- fix requires
+
+* Tue Sep 20 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.1.4-1 
+- first packaged version for fedora
diff --git a/sources b/sources
index e69de29..b614227 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a4d03d4c4c0d1dcd81a36b2b9039953b  django-authenticator-0.1.5.tar.gz


More information about the scm-commits mailing list