]> git.pld-linux.org Git - packages/python-SOAP.git/commitdiff
- updated to 0.10.2
authorArtur Frysiak <artur@frysiak.net>
Tue, 22 Jul 2003 20:38:58 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-SOAP.spec -> 1.23

python-SOAP.spec

index 24ba1dc2c88fcbcb1ae082ddf2d6c5c8f67ef2c0..bf91fa835ebf48f08034d82ec537b0742bdf0580 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       A SOAP library for Python
 Summary(pl):   Biblioteka SOAP dla Pythona
 Name:          python-SOAP
-Version:       0.9.7
-Release:       7
+Version:       0.10.2
+Release:       0.1
 License:       Python
 Group:         Libraries/Python
-Source0:       http://dl.sourceforge.net/pywebsvcs/SOAPpy097.tgz
-# Source0-md5: 1bbd42ce353a5e1ce6bc6ad181719bf6
+Source0:       http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
+# Source0-md5: 497ce32a9bf34c045e33ea916e9ab475
 URL:           http://sourceforge.net/projects/pywebsvcs/
 %pyrequires_eq python
 BuildRequires: python-devel >= 2.3
@@ -24,20 +24,26 @@ Serwisy WWW dla programist
 SOAP, WSDL, UDDI itp.
 
 %prep
-%setup -q -n SOAPpy097
+%setup -q -n SOAPpy-%{version}
+
+%build
+python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{py_sitedir}
 
-install SOAP.py $RPM_BUILD_ROOT%{py_sitedir}
-%py_comp $RPM_BUILD_ROOT%{py_sitedir}
-%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+python setup.py install \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README CHANGELOG docs/*.txt validate tests tools contrib bid *.py
-%{py_sitedir}/*.py?
+%doc README.* docs/*.txt validate tests tools contrib bid 
+%dir %{py_sitedir}/SOAPpy
+%{py_sitedir}/SOAPpy/*.py?
+%dir %{py_sitedir}/SOAPpy/wstools
+%{py_sitedir}/SOAPpy/wstools/*.py?
This page took 0.037307 seconds and 4 git commands to generate.