SPECS: python-openid.spec (NEW) - initial PLD release
patrys
patrys at pld-linux.org
Sun Jan 7 01:49:34 CET 2007
Author: patrys Date: Sun Jan 7 00:49:34 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial PLD release
---- Files affected:
SPECS:
python-openid.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/python-openid.spec
diff -u /dev/null SPECS/python-openid.spec:1.1
--- /dev/null Sun Jan 7 01:49:34 2007
+++ SPECS/python-openid.spec Sun Jan 7 01:49:29 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+
+%define module openid
+
+Summary: OpenID consumer and server library for Python
+Name: python-%{module}
+Version: 1.2.0
+Release: 1
+License: LGPL
+Group: Libraries/Python
+Source0: http://www.openidenabled.com/resources/downloads/python-openid/%{name}-%{version}.tar.gz
+# Source0-md5: 4ad16ef790d80a965b902eb315fe57b2
+URL: http://www.openidenabled.com/
+BuildRequires: python-devel
+Requires: python-urljr >= 1.0.0
+Requires: python-yadis >= 1.1.0
+%pyrequires_eq python
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenID consumer and server library for Python
+
+%prep
+%setup -q
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+ --root=$RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/*.py
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README doc/*
+%{py_sitescriptdir}/%{module}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/01/07 00:49:29 patrys
+- initial PLD release
+
================================================================
More information about the pld-cvs-commit
mailing list