]> git.pld-linux.org Git - packages/python-blipapi.git/blob - python-blipapi.spec
- release 4 (by relup.sh)
[packages/python-blipapi.git] / python-blipapi.spec
1 Summary:        Python blip.pl API
2 Name:           python-blipapi
3 Version:        0.02.04
4 Release:        4
5 License:        GPL v2 or LGPL
6 Group:          Libraries/Python
7 Source0:        http://blipapi.googlecode.com/files/BlipApiPY-%{version}.tar.bz2
8 # Source0-md5:  38892df4239376e51300e5455a319664
9 URL:            http://code.google.com/p/blipapi/
10 BuildRequires:  rpmbuild(macros) >= 1.710
11 %pyrequires_eq  python
12 BuildRequires:  python-devel >= 1:2.3
13 BuildRequires:  python-modules
14 BuildRequires:  python-setuptools
15 BuildRequires:  rpm-pythonprov
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Python blip.pl API.
21
22 %prep
23 %setup -q -n blipapi
24
25 %build
26 %py_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %py_install
32
33 %py_postclean
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README
41 %{py_sitescriptdir}/blipapi*
42 %{py_sitescriptdir}/*.egg-info
This page took 0.056558 seconds and 3 git commands to generate.