[packages/python-soaplib] cp-friendly url
glen
glen at pld-linux.org
Mon Nov 24 21:43:10 CET 2014
commit fc7b9023cfd5523ecc276fc242c2e6e2d35eab47
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Nov 24 22:43:04 2014 +0200
cp-friendly url
python-soaplib.spec | 27 ++++++++++++++-------------
1 file changed, 14 insertions(+), 13 deletions(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-soaplib.git/commitdiff/fc7b9023cfd5523ecc276fc242c2e6e2d35eab47
More information about the pld-cvs-commit
mailing list