]> git.pld-linux.org Git - packages/python-SOAP.git/blob - python-SOAP.spec
- release 6.
[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.9.7
6 Release:        6
7 License:        Python
8 Group:          Libraries/Python
9 Source0:        http://prdownloads.sourceforge.net/pywebsvcs/SOAPpy097.tgz
10 URL:            http://sourceforge.net/projects/pywebsvcs/
11 %pyrequires_eq  python
12 BuildRequires:  python-devel >= 2.2.1
13 BuildRequires:  rpm-pythonprov
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Web services for Python programmers, both client and servers. This
19 includes SOAP, WSDL, UDDI, etc.
20
21 %description -l pl
22 Serwisy WWW dla programistów Pythona, zarówno klient i serwery. W tym
23 SOAP, WSDL, UDDI itp.
24
25 %prep
26 %setup -q -n SOAPpy097
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{py_sitedir}
31
32 install SOAP.py $RPM_BUILD_ROOT%{py_sitedir}
33 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
34 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
35
36 gzip -9nf README CHANGELOG docs/*.txt
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz docs/*.gz validate tests tools contrib bid *.py
44 %{py_sitedir}/*.py?
This page took 0.085441 seconds and 4 git commands to generate.