]> git.pld-linux.org Git - SPECS.git/blob - python-jsonrpc.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / python-jsonrpc.spec
1 %define subver r19
2 Summary:        JSON-RPC implementation
3 Summary(pl.UTF-8):      Implementacja prokokołu JSON-RPC
4 Name:           python-jsonrpc
5 Version:        0.%{subver}
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Python
9 Source0:        %{name}-%{subver}.tar.gz
10 # Source0-md5:  e6ad68f8042fab5fe597015b17141555
11 URL:            http://json-rpc.org/wiki/python-json-rpc
12 BuildRequires:  python
13 BuildRequires:  rpm-pythonprov
14 BuildRequires:  rpmbuild(macros) >= 1.219
15 %pyrequires_eq  python-libs
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 python-jsonrpc is an implementation of JSON-RPC protocol
21 (http://json-rpc.org/) in Python.
22
23 %description -l pl.UTF-8
24 python-jsonrpc to implementacja protokołu JSON-RPC (http://json.org/) w
25 Pythonie.
26
27 %prep
28 %setup -q -n jsonrpc-0.01
29
30 %build
31 %py_build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %py_install
37
38 %py_postclean
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{py_sitescriptdir}/jsonrpc*
This page took 0.248776 seconds and 3 git commands to generate.