rpms/python-openid/devel python-openid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Jan 17 13:14:13 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/python-openid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8104/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-openid.spec 
Log Message:
auto-import python-openid-1.1.1-1 on branch devel from python-openid-1.1.1-1.src.rpm


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

Name:           python-openid
Version:        1.1.1
Release:        1%{?dist}
Summary:        Python OpenID libraries

Group:          Development/Languages
License:        LGPL
URL:            http://www.openidenabled.com/openid/libraries/python
Source0:        http://www.openidenabled.com/resources/downloads/python-openid/python-openid-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-urljr
BuildRequires:  python-yadis
Requires:       python-urljr
Requires:       python-yadis

%description
The OpenID library with batteries included.

Features:

    * Refined and easy-to-use API.
    * Extensive documentation.
    * Many storage implemetations including file-based, SQL, and memcached.
    * Simple examples to help you get started.
    * Licensed under the LGPL.

%prep
%setup -q
find . -type f | xargs chmod a-x

%build
%{__python} setup.py build

%check
%{__python} admin/runtests

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

%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README doc examples
%{python_sitelib}/*

%changelog
* Tue Dec  5 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.1-1
- First version for Fedora Extras



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-openid/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jan 2007 13:13:14 -0000	1.1
+++ .cvsignore	17 Jan 2007 13:13:43 -0000	1.2
@@ -0,0 +1 @@
+python-openid-1.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-openid/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jan 2007 13:13:14 -0000	1.1
+++ sources	17 Jan 2007 13:13:43 -0000	1.2
@@ -0,0 +1 @@
+f7022910d99b52f3e5923e4c9b94ec98  python-openid-1.1.1.tar.gz




More information about the scm-commits mailing list