]> git.pld-linux.org Git - packages/python-urljr.git/blob - python-urljr.spec
- pl
[packages/python-urljr.git] / python-urljr.spec
1
2 %define         module  urljr
3
4 Summary:        URL-related utilites from JanRain, Inc.
5 Summary(pl):    Narzêdzia zwi±zane z URL-ami napisane przez JanRain, Inc.
6 Name:           python-%{module}
7 Version:        1.0.1
8 Release:        1
9 License:        LGPL
10 Group:          Libraries/Python
11 Source0:        http://www.openidenabled.com/resources/downloads/python-openid/%{name}-%{version}.tar.gz
12 # Source0-md5:  0b120d08dc4538ed5c4ee5c77447b865
13 URL:            http://www.openidenabled.com/
14 BuildRequires:  python-devel
15 %pyrequires_eq  python
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 URL-related utilites from JanRain, Inc.
20
21 This package contains the "fetchers" module, which provides
22 a common interface to urllib2 and curl for making HTTP requests.
23
24 %description -l pl
25 Narzêdzia zwi±zane z URL-ami napisane przez JanRain, Inc.
26
27 Ten pakiet zawiera modu³ "fetchers" dostarczaj±cy wspólny interfejs do
28 urllib2 i curl do wykonywania zapytañ HTTP.
29
30 %prep
31 %setup -q
32
33 %build
34 python setup.py build
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 python setup.py install \
40         --root=$RPM_BUILD_ROOT
41
42 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
43 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
44 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/*.py
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc README
52 %{py_sitescriptdir}/%{module}
This page took 0.092464 seconds and 3 git commands to generate.