]> git.pld-linux.org Git - packages/python-pygoogle.git/blame - python-pygoogle.spec
- release 2 (by relup.sh)
[packages/python-pygoogle.git] / python-pygoogle.spec
CommitLineData
f09e770c
MM
1
2%define module pygoogle
3
4Summary: Python interface to Google API
c385ac35 5Summary(pl.UTF-8): Interfejs Pythona do Google API
f09e770c
MM
6Name: python-%{module}
7Version: 0.6
6542bdca 8Release: 2
f09e770c
MM
9License: PSF
10Group: Libraries/Python
523d690a 11Source0: http://dl.sourceforge.net/pygoogle/%{module}-%{version}.tar.gz
03cab19e 12# Source0-md5: 334e2d9e5a765ffa9769e2c4cdfcd110
f09e770c 13URL: http://pygoogle.sourceforge.net/
523d690a 14BuildRequires: python-devel >= 2.2.1
47cf165c 15BuildRequires: python-modules
16BuildRequires: rpm-pythonprov
f09e770c 17%pyrequires_eq python-modules
03cab19e 18Requires: python-SOAP >= 0.11.3
03cab19e 19BuildArch: noarch
f09e770c
MM
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Interface to Google API.
24
cf04e44e 25%description -l pl.UTF-8
f09e770c
MM
26Interfejs do Google API.
27
28%prep
29%setup -q -n %{module}-%{version}
30
31python setup.py build_py --compile --optimize=2
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{py_sitescriptdir}
36
03cab19e 37cp build/lib/{google,GoogleSOAPFacade}.py{c,o} $RPM_BUILD_ROOT%{py_sitescriptdir}
f09e770c 38
f09e770c
MM
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc doc/*
45%{py_sitescriptdir}/*.py?
This page took 0.067809 seconds and 4 git commands to generate.