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 - 0.1.4-1 - first packaged version for fedora