]> git.pld-linux.org Git - packages/python-httplib2.git/blob - python-httplib2.spec
- pl
[packages/python-httplib2.git] / python-httplib2.spec
1 Summary:        A comprehensive HTTP client library
2 Summary(pl.UTF-8):      Obszerna biblioteka klienta HTTP
3 Name:           python-httplib2
4 Version:        0.3.0
5 Release:        1
6 License:        MIT
7 Group:          Development/Languages/Python
8 Source0:        http://bitworking.org/projects/httplib2/dist/httplib2-%{version}.tar.gz
9 # Source0-md5:  781110e8031bdbe753d80532cfbe1bc4
10 URL:            http://bitworking.org/projects/httplib2/
11 BuildRequires:  python >= 2.3
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A comprehensive HTTP client library, httplib2.py supports many
17 features left out of other HTTP libraries. Supports:
18 - HTTP and HTTPS
19 - Keep-Alive
20 - Authentication
21 - Caching
22 - All Methods
23 - Redirects
24 - Compression
25 - Lost update support
26 - Unit Tested
27
28 %description -l pl.UTF-8
29 httplib2.py to obszerna biblioteka klienta HTTP, obsługująca wiele
30 cech pomijanych przez inne biblioteki. Obsługuje:
31 - HTTP i HTTPS
32 - Keep-Alive
33 - uwierzytelnianie
34 - buforowanie
35 - wszystkie metody
36 - przekierowania
37 - kompresję
38 - Lost update
39 - podlega testom jednostkowym.
40
41 %prep
42 %setup -q -n httplib2-%{version}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__python} setup.py install \
47         --root=$RPM_BUILD_ROOT
48
49 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
50 %py_postclean
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc README
58 %dir %{py_sitescriptdir}/httplib2
59 %{py_sitescriptdir}/httplib2/*.py[co]
This page took 0.058003 seconds and 3 git commands to generate.