]> git.pld-linux.org Git - SPECS.git/blob - python-urljr.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / python-urljr.spec
1
2 %define         module  urljr
3
4 Summary:        URL-related utilites from JanRain, Inc.
5 Summary(pl.UTF-8):      Narzędzia związane z URL-ami napisane przez JanRain, Inc.
6 Name:           python-%{module}
7 Version:        1.0.1
8 Release:        6
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:  rpmbuild(macros) >= 1.710
15 BuildRequires:  python-devel
16 BuildRequires:  python-modules
17 BuildRequires:  rpm-pythonprov
18 %pyrequires_eq  python
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 URL-related utilites from JanRain, Inc.
23
24 This package contains the "fetchers" module, which provides
25 a common interface to urllib2 and curl for making HTTP requests.
26
27 %description -l pl.UTF-8
28 Narzędzia związane z URL-ami napisane przez JanRain, Inc.
29
30 Ten pakiet zawiera moduł "fetchers" dostarczający wspólny interfejs do
31 urllib2 i curl do wykonywania zapytań HTTP.
32
33 %prep
34 %setup -q
35
36 %build
37 %py_build
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %py_install
43
44 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
45 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
46 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}/*.py
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README
54 %{py_sitescriptdir}/%{module}
This page took 0.6385 seconds and 3 git commands to generate.