Author: radek                        Date: Tue Jul  5 19:09:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, useful for gnue-*

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

---- Diffs:

================================================================
Index: SPECS/python-py-xmlrpc.spec
diff -u /dev/null SPECS/python-py-xmlrpc.spec:1.1
--- /dev/null   Tue Jul  5 21:09:59 2005
+++ SPECS/python-py-xmlrpc.spec Tue Jul  5 21:09:54 2005
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:       XMLRPC Python Library
+#Summary(pl):  
+Name:          python-py-xmlrpc
+Version:       0.8.8.3
+Release:       1
+License:       LGPL
+Group:         Libraries/Python
+Source0:       http://dl.sourceforge.net/py-xmlrpc/py-xmlrpc-%{version}.tar.gz
+# Source0-md5: d2aa74615aa9cf23413975a68613ffc1
+URL:           http://sourceforge.net/projects/py-xmlrpc
+BuildRequires: python
+Requires:      python
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An extremely fast implementation of the xmlrpc spec for Python
+(written in C). It supports both blocking and non-blocking clients
+and servers on Windows and POSIX platforms. Version 0.8.1 is 100%
+compliant with the www.xmlrpc.com validator.
+
+#%description -l pl
+
+%prep
+%setup -q -n py-xmlrpc-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --optimize=2
+
+cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG README TODO
+%{py_sitedir}/*.py?
+%attr(755,root,root) %{py_sitedir}/*.so
+%{_examplesdir}/%{name}-%{version}
+
+%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  2005/07/05 19:09:54  radek
+- new, useful for gnue-*
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to