]> git.pld-linux.org Git - SPECS.git/blob - python-zsirpc.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / python-zsirpc.spec
1 Summary:        Simplified wrapper for ZSI SOAP module
2 Name:           python-zsirpc
3 Version:        1.1
4 Release:        4
5 License:        Python
6 Group:          Libraries/Python
7 Source0:        http://dl.sourceforge.net/ose/zsirpc-%{version}.tar.gz
8 # Source0-md5:  aaecf87a04d3f2f8f96ca430dbbd5ba7
9 URL:            http://ose.sourceforge.net/
10 BuildRequires:  rpmbuild(macros) >= 1.710
11 %pyrequires_eq  python
12 BuildRequires:  python-modules
13 BuildRequires:  rpm-pythonprov
14 Requires:       python-ZSI
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Simplified wrapper for ZSI SOAP module.
20
21 %prep
22 %setup -q -n zsirpc-%{version}
23
24 %build
25 %py_build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
30
31 %py_install
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc README
39 %doc zsi*.py functions.py
40 %{py_sitescriptdir}/*.egg-info
41 %dir %{py_sitescriptdir}/zsirpc
42 %{py_sitescriptdir}/zsirpc/*.py[co]
This page took 0.318225 seconds and 3 git commands to generate.