From: Elan Ruusamäe Date: Mon, 24 Nov 2014 20:43:04 +0000 (+0200) Subject: cp-friendly url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=fc7b9023cfd5523ecc276fc242c2e6e2d35eab47;p=packages%2Fpython-soaplib.git cp-friendly url --- diff --git a/python-soaplib.spec b/python-soaplib.spec index 56ee464..c117b69 100644 --- a/python-soaplib.spec +++ b/python-soaplib.spec @@ -3,7 +3,7 @@ %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. +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} @@ -11,24 +11,25 @@ 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} +URL: http://pypi.python.org/pypi/soaplib 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) +BuildRoot: %{tmpdir}/%{name}-%{version}-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. - +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} @@ -55,4 +56,4 @@ rm -rf $RPM_BUILD_ROOT %if "%{py_ver}" > "2.4" %{py_sitescriptdir}/%{module}-*.egg-info %endif -%attr(644,root,root) %{py_sitescriptdir}/%{module}-*pth +%{py_sitescriptdir}/%{module}-*pth