Author: cieciwa                      Date: Mon Jul  4 14:04:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial.

---- Files affected:
packages/python-selenium:
   python-soaplib.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/python-selenium/python-soaplib.spec
diff -u /dev/null packages/python-selenium/python-soaplib.spec:1.1
--- /dev/null   Mon Jul  4 16:04:53 2011
+++ packages/python-selenium/python-soaplib.spec        Mon Jul  4 16:04:48 2011
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+# TODO
+# - better group
+
+%define                _rc     beta2
+%define        module  soaplib
+Summary:       A transport and architecture agnostic soap (de)serialization 
library that focuses on making small, rpc-like messaging work.
+Name:          python-%{module}
+Version:       2.0.0
+Release:       0.1_%{_rc}
+License:       LGPL
+Group:         Development/Languages/Python
+Source0:       
http://pypi.python.org/packages/source/s/%{module}/%{module}-%{version}-%{_rc}.tar.gz
+# Source0-md5: 294bc8db05011bfa14e00a6a9368e2ae
+URL:           http://pypi.python.org/pypi/%{module}/%{version}-%{_rc}
+BuildRequires: python-distribute
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.228
+Requires(post,preun):  /sbin/chkconfig
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-%{_rc}-root-%(id -u -n)
+
+%description
+This is a simple, easily extendible soap library that provides several useful
+tools for creating and publishing soap web services in python.  This package
+features on-demand wsdl generation for the published services, a
+wsgi-compliant web application, support for complex class structures, binary
+attachments, and a simple framework for creating additional serialization 
+mechanisms.
+    
+This project uses lxml as it's XML API, providing full namespace support.
+        
+%prep
+%setup -q -n %{module}-%{version}-%{_rc}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --skip-build \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc PKG-INFO
+
+%{py_sitescriptdir}/%{module}
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/%{module}-*.egg-info
+%endif
+%attr(644,root,root) %{py_sitescriptdir}/%{module}-*pth
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedb...@pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/04 14:04:48  cieciwa
+- initial.
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to