]> git.pld-linux.org Git - packages/python-soaplib.git/commitdiff
cp-friendly url
authorElan Ruusamäe <glen@delfi.ee>
Mon, 24 Nov 2014 20:43:04 +0000 (22:43 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 24 Nov 2014 20:43:04 +0000 (22:43 +0200)
python-soaplib.spec

index 56ee4644b89e57bbed7d08f4c7feead45ee5291a..c117b691bb8a60ae3a846ef05fa6353949debe27 100644 (file)
@@ -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
This page took 0.06927 seconds and 4 git commands to generate.