Author: patrys                       Date: Sun Jan  7 00:42:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   python-yadis.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-yadis.spec
diff -u /dev/null SPECS/python-yadis.spec:1.1
--- /dev/null   Sun Jan  7 01:42:15 2007
+++ SPECS/python-yadis.spec     Sun Jan  7 01:42:10 2007
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+
+%define                module  yadis
+
+Summary:       Python modules offering Yadis support
+Name:          python-%{module}
+Version:       1.1.0
+Release:       1
+License:       LGPL
+Group:         Libraries/Python
+Source0:       
http://www.openidenabled.com/resources/downloads/python-openid/%{name}-%{version}.tar.gz
+# Source0-md5: dce07b08a54f28dfe17ed6601175409c
+URL:           http://www.openidenabled.com/
+BuildRequires: python-devel
+%pyrequires_eq python
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module implements relying party support for the Yadis service
+discovery protocol.  The protocol was developed for use by
+decentralized URL-based identity systems, but is useful for
+advertising services provided by or on behalf of a certain URL.
+
+To learn more about Yadis, see http://www.openidenabled.com/yadis
+
+%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 <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/07 00:42:10  patrys
+- initial PLD release
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to