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