rpms/django-authopenid/devel django-authopenid.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Thu Feb 19 02:07:19 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/django-authopenid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29808/devel

Modified Files:
	.cvsignore sources 
Added Files:
	django-authopenid.spec import.log 
Log Message:
import django-authopenid-0.9.6-1 in devel


--- NEW FILE django-authopenid.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           django-authopenid
Version:        0.9.6
Release:        1%{?dist}
Summary:        Django application to integrate Django authentication system with OpenID

Group:          Development/Languages
License:        BSD
URL:            http://code.google.com/p/django-authopenid/
Source0:        http://django-authopenid.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools python-openid
Requires:       python-openid

%description
Django authentication application with OpenID using django.contrib.auth.

This application allow a user to connect to you website with:
 * legacy account (username/password)
 * OpenID url

If the user connects with an OpenID they could associate it with their legacy
account or just create a new Django account. When the user is connected
administrators can manage them like usual with django.contrib.auth.

This application also provide views to:
 * change password
 * change account email
 * change associated openid
 * delete account
 * send a new password 

Source produced By Benoît Chesneau for Enki Multimedia for the Friendsnippets
project.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE NOTICE README THANKS
%{python_sitelib}/django_authopenid
%{python_sitelib}/django_authopenid-*.egg-info


%changelog
* Sun Feb 15 2009 Ian Weller <ianweller at gmail.com> 0.9.6-1
- Initial package build


--- NEW FILE import.log ---
django-authopenid-0_9_6-1_fc10:HEAD:django-authopenid-0.9.6-1.fc10.src.rpm:1235009186


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/django-authopenid/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2009 19:52:49 -0000	1.1
+++ .cvsignore	19 Feb 2009 02:06:48 -0000	1.2
@@ -0,0 +1 @@
+django-authopenid-0.9.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/django-authopenid/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2009 19:52:49 -0000	1.1
+++ sources	19 Feb 2009 02:06:48 -0000	1.2
@@ -0,0 +1 @@
+b15d22dd9d83a5c5fa8a0a640b40b3f4  django-authopenid-0.9.6.tar.gz




More information about the fedora-extras-commits mailing list