]> git.pld-linux.org Git - packages/python-SOAP.git/blob - python-SOAP.spec
- release 6 (by relup.sh)
[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 %pyrequires_eq  python
14 BuildRequires:  python-PyXML
15 BuildRequires:  python-devel >= 1:2.3
16 BuildRequires:  python-fpconst
17 BuildRequires:  rpm-pythonprov
18 Requires:       python-fpconst
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Web services for Python programmers, both client and servers. This
24 includes SOAP, WSDL, UDDI, etc.
25
26 %description -l pl.UTF-8
27 Serwisy WWW dla programistów Pythona, zarówno klient i serwery. W tym
28 SOAP, WSDL, UDDI itp.
29
30 %prep
31 %setup -q -n SOAPpy-%{version}
32 %patch0 -p1
33 %patch1 -p1
34
35 %build
36 %py_build
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
41
42 %py_install
43
44 find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -name "*.py" -exec rm {} \;
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README docs/*.txt validate tests tools contrib bid
52 %dir %{py_sitescriptdir}/SOAPpy
53 %{py_sitescriptdir}/SOAPpy/*.py?
54 %dir %{py_sitescriptdir}/SOAPpy/wstools
55 %{py_sitescriptdir}/SOAPpy/wstools/*.py?
This page took 0.051201 seconds and 3 git commands to generate.