[django-authenticator] initial import for fedora

Matthias Runge mrunge at fedoraproject.org
Wed Sep 28 19:33:26 UTC 2011


commit 82792ad25e0488b34c9c1dbc3226904404066282
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Sep 28 21:32:56 2011 +0200

    initial import for fedora

 django-authenticator.spec |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/django-authenticator.spec b/django-authenticator.spec
index b78596d..d4e77a0 100644
--- a/django-authenticator.spec
+++ b/django-authenticator.spec
@@ -16,19 +16,27 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       Django
 Requires:       django-registration
-Requires:       python-import-utils
-Requires:       Django-south
+Requires:       import-utils
+Requires:       django-south
+Requires:       python-oauth2
+Requires:       python-openid
+Requires:       python-wordpress-xmlrpc
 
 %description
-django-authenticator isn a forked version of django-authopenid module 
-It is developed for the Askbot project.
+this is a based on a forked version of django-authopenid module 
+developed for the Askbot forum project.
+
+This module is experimental
+
 
 %prep
 %setup -q
 
+
 %build
 %{__python} setup.py build
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
@@ -41,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/django_authenticator
 %{python_sitelib}/django_authenticator-%{version}*
 
+
+
+
 %changelog
 * Tue Sep 20 2011 Matthias Runge <mrunge at matthias-runge.de> - 0.1.4-1 
 - first packaged version for fedora


More information about the scm-commits mailing list