]> git.pld-linux.org Git - packages/python-SOAP.git/commitdiff
- version 0.11.6 RA-branch
authorMarcin Gajda <m.gajda@functional-software.com>
Sat, 11 Sep 2004 06:25:20 +0000 (06:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleanups

Changed files:
    python-SOAP.spec -> 1.33

python-SOAP.spec

index 4871109d48970dbaa7bd713e558e7f76c5c18d50..ac59fcdf44f1ecfc6d268204ae388df28f9ba385 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       A SOAP library for Python
 Summary(pl):   Biblioteka SOAP dla Pythona
 Name:          python-SOAP
-Version:       0.11.4
+Version:       0.11.6
 Release:       1
 License:       Python
 Group:         Libraries/Python
 Source0:       http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
-# Source0-md5: 69a384d9a61b36325a97d81165668b39
+# Source0-md5: 51ac835366badedd932c64f26fa8336b
 URL:           http://sourceforge.net/projects/pywebsvcs/
 %pyrequires_eq python
 BuildRequires: python-devel >= 2.3
@@ -32,12 +32,14 @@ python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{py_sitedir}
+install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
 
 python setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
+find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" -exec rm {} \;
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.894075 seconds and 4 git commands to generate.