]> git.pld-linux.org Git - SPECS.git/blob - python-dictclient.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-dictclient.spec
1 Summary:        Python client for DICT protocol
2 Name:           python-dictclient
3 Version:        1.0.1
4 Release:        3
5 License:        GPL v2+
6 Group:          Development/Languages
7 URL:            http://gopher.quux.org:70/devel/dictclient
8 Source0:        http://gopher.quux.org:70/devel/dictclient/dictclient_%{version}.tar.gz
9 # Source0-md5:  0a677022c2ae311d8cbff8f67ce1ba21
10 BuildRequires:  python-distribute
11 BuildRequires:  python-modules
12 BuildRequires:  rpm-pythonprov
13 BuildRequires:  rpmbuild(macros) >= 1.710
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A client library for the DICT protocol.
19
20 %prep
21 %setup -q -n dictclient
22
23 %build
24 %py_build
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 %py_install
29
30 %py_postclean
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc ChangeLog dictclient.html dictclient.txt README
38 %{py_sitescriptdir}/dictclient.py[co]
39 %if "%{py_ver}" > "2.4"
40 %{py_sitescriptdir}/dictclient-*.egg-info
41 %endif
This page took 0.0876 seconds and 3 git commands to generate.