]> git.pld-linux.org Git - packages/python-SOAP.git/blobdiff - python-SOAP.spec
- license fix
[packages/python-SOAP.git] / python-SOAP.spec
index fa8a59cec5dd1838e4092f9f7d807abcd623d093..1274e1b969b88b79703fc7be93ada1efd222a126 100644 (file)
@@ -1,29 +1,26 @@
+%include       /usr/lib/rpm/macros.python
 Summary:       A SOAP library for Python
 Summary(pl):   Biblioteka SOAP dla Pythona
 Name:          python-SOAP
 Version:       0.9.7
-Release:       1
-License:       Python License
+Release:       5
+License:       Python
+Group:         Libraries/Python
 Source0:       http://prdownloads.sourceforge.net/pywebsvcs/SOAPpy097.tgz
 URL:           http://sourceforge.net/projects/pywebsvcs/
-Group:         Development/Languages/Python
-Group(de):     Entwicklung/Sprachen/Python
-Group(pl):     Programowanie/Jêzyki/Python
-%requires_eq   python
-BuildRequires: python-devel >= 2.1
+%pyrequires_eq python
+BuildRequires: python-devel >= 2.2.1
 BuildRequires: rpm-pythonprov
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%include /usr/lib/rpm/macros.python
-
 %description
-Web services for Python programmers, both client and servers. 
-This includes SOAP, WSDL, UDDI, etc.
+Web services for Python programmers, both client and servers. This
+includes SOAP, WSDL, UDDI, etc.
 
 %description -l pl
-Serwisy WWW dla programistów Pythona, zarówno klient i serwery.
-W tym SOAP, WSDL, UDDI itp.
+Serwisy WWW dla programistów Pythona, zarówno klient i serwery. W tym
+SOAP, WSDL, UDDI itp.
 
 %prep
 %setup -q -n SOAPpy097
@@ -36,7 +33,7 @@ install SOAP.py $RPM_BUILD_ROOT%{py_sitedir}
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 
-gzip -9nf README CHANGELOG docs/*.txt 
+gzip -9nf README CHANGELOG docs/*.txt
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.058085 seconds and 4 git commands to generate.