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