]> git.pld-linux.org Git - packages/python-SOAP.git/blob - python-SOAP.spec
c4d8d82ec05dbecde11d91ee6e379526c39f2aac
[packages/python-SOAP.git] / python-SOAP.spec
1 Summary:        A SOAP library for Python
2 Summary(pl.UTF-8):      Biblioteka SOAP dla Pythona
3 Name:           python-SOAP
4 Version:        0.12.0
5 Release:        6
6 License:        Python
7 Group:          Libraries/Python
8 Source0:        http://downloads.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
9 # Source0-md5:  d0d29f9b6fb27bfadc69b64a36321e20
10 Patch0:         %{name}-urltry.patch
11 Patch1:         %{name}-future.patch
12 URL:            http://sourceforge.net/projects/pywebsvcs/
13 BuildRequires:  rpmbuild(macros) >= 1.710
14 %pyrequires_eq  python
15 BuildRequires:  python-PyXML
16 BuildRequires:  python-devel >= 1:2.3
17 BuildRequires:  python-fpconst
18 BuildRequires:  rpm-pythonprov
19 Requires:       python-fpconst
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Web services for Python programmers, both client and servers. This
25 includes SOAP, WSDL, UDDI, etc.
26
27 %description -l pl.UTF-8
28 Serwisy WWW dla programistów Pythona, zarówno klient i serwery. W tym
29 SOAP, WSDL, UDDI itp.
30
31 %prep
32 %setup -q -n SOAPpy-%{version}
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 %py_build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
42
43 %py_install
44
45 find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" -exec rm {} \;
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README docs/*.txt validate tests tools contrib bid
53 %dir %{py_sitescriptdir}/SOAPpy
54 %{py_sitescriptdir}/SOAPpy/*.py?
55 %dir %{py_sitescriptdir}/SOAPpy/wstools
56 %{py_sitescriptdir}/SOAPpy/wstools/*.py?
This page took 0.057566 seconds and 2 git commands to generate.