]> git.pld-linux.org Git - packages/python-SOAP.git/commitdiff
- small patch to try load from url in different way
authorundefine <undefine@pld-linux.org>
Tue, 9 Nov 2004 11:20:49 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    python-SOAP.spec -> 1.34

python-SOAP.spec

index ac59fcdf44f1ecfc6d268204ae388df28f9ba385..85bac62a2f055f0280d9de7c84d49914f49daf8f 100644 (file)
@@ -2,11 +2,12 @@ Summary:      A SOAP library for Python
 Summary(pl):   Biblioteka SOAP dla Pythona
 Name:          python-SOAP
 Version:       0.11.6
-Release:       1
+Release:       2
 License:       Python
 Group:         Libraries/Python
 Source0:       http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
 # Source0-md5: 51ac835366badedd932c64f26fa8336b
+Patch0:                %{name}-urltry.patch
 URL:           http://sourceforge.net/projects/pywebsvcs/
 %pyrequires_eq python
 BuildRequires: python-devel >= 2.3
@@ -26,6 +27,7 @@ SOAP, WSDL, UDDI itp.
 
 %prep
 %setup -q -n SOAPpy-%{version}
+%patch0 -p1
 
 %build
 python setup.py build
This page took 0.030019 seconds and 4 git commands to generate.