]> git.pld-linux.org Git - packages/python-SOAP.git/blob - python-SOAP.spec
- updated to 0.10.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.10.3
6 Release:        0.1
7 License:        Python
8 Group:          Libraries/Python
9 Source0:        http://dl.sourceforge.net/pywebsvcs/SOAPpy-%{version}.tar.gz
10 # Source0-md5:  b679a02ea99bb7a6a0652461b341556d
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 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Web services for Python programmers, both client and servers. This
21 includes SOAP, WSDL, UDDI, etc.
22
23 %description -l pl
24 Serwisy WWW dla programistów Pythona, zarówno klient i serwery. W tym
25 SOAP, WSDL, UDDI itp.
26
27 %prep
28 %setup -q -n SOAPpy-%{version}
29
30 %build
31 python setup.py build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{py_sitedir}
36
37 python setup.py install \
38         --optimize=2 \
39         --root=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README.* docs/*.txt validate tests tools contrib bid
47 %dir %{py_sitedir}/SOAPpy
48 %{py_sitedir}/SOAPpy/*.py?
49 %dir %{py_sitedir}/SOAPpy/wstools
50 %{py_sitedir}/SOAPpy/wstools/*.py?
This page took 0.029466 seconds and 4 git commands to generate.