]> git.pld-linux.org Git - packages/python-blipapi.git/blame - python-blipapi.spec
- release 4 (by relup.sh)
[packages/python-blipapi.git] / python-blipapi.spec
CommitLineData
102b4a83
AM
1Summary: Python blip.pl API
2Name: python-blipapi
3Version: 0.02.04
107e283e 4Release: 4
102b4a83
AM
5License: GPL v2 or LGPL
6Group: Libraries/Python
7Source0: http://blipapi.googlecode.com/files/BlipApiPY-%{version}.tar.bz2
8# Source0-md5: 38892df4239376e51300e5455a319664
9URL: http://code.google.com/p/blipapi/
4f4b6a42 10BuildRequires: rpmbuild(macros) >= 1.710
102b4a83
AM
11%pyrequires_eq python
12BuildRequires: python-devel >= 1:2.3
717e0b11 13BuildRequires: python-modules
102b4a83 14BuildRequires: python-setuptools
717e0b11 15BuildRequires: rpm-pythonprov
102b4a83
AM
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Python blip.pl API.
21
22%prep
23%setup -q -n blipapi
24
25%build
54b20aad 26%py_build
102b4a83
AM
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
54b20aad 31%py_install
102b4a83
AM
32
33%py_postclean
34
35%clean
36rm -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.140191 seconds and 4 git commands to generate.