]> git.pld-linux.org Git - packages/python-WebHelpers.git/blob - python-WebHelpers.spec
79fea7aa5b90ebabd5523d8b4adccad3d5ba3582
[packages/python-WebHelpers.git] / python-WebHelpers.spec
1 %define         fname           WebHelpers
2 Summary:        Web Helpers
3 Summary(pl.UTF-8):      Web Helpers - funkcje pomocniczne dla aplikacji WWW
4 Name:           python-%{fname}
5 Version:        0.6.4
6 Release:        3
7 License:        Pylons
8 Group:          Libraries/Python
9 Source0:        http://cheeseshop.python.org/packages/source/W/WebHelpers/%{fname}-%{version}.tar.gz
10 # Source0-md5:  d11ed399068aac9368281497d40a4436
11 URL:            http://pylonshq.com/WebHelpers/
12 BuildRequires:  python >= 1:2.4
13 BuildRequires:  python-setuptools >= 0.6-0.c7.1
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.219
16 %pyrequires_eq  python-modules
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Web Helpers is a library of helper functions intended to make writing
22 templates in web applications easier.
23
24 One of the sub-sections of Web Helpers contains a full port of the
25 template helpers that are provided by Ruby on Rails with slight
26 adaptations on occasion to accomodate for Python.
27
28 %description -l pl.UTF-8
29 Web Helpers to biblioteka funkcji pomocniczych mających ułatwić
30 tworzenie szablonów w aplikacjach WWW.
31
32 Jedna z części Web Helpers zawiera pełny port funkcji pomocniczych dla
33 szablonów dostarcznych przez Ruby on Rails z nieznacznymi adaptacjami
34 pod kątem Pythona.
35
36 %prep
37 %setup -qn %{fname}-%{version}
38
39 %build
40 %py_build
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %py_install
46
47 %py_postclean
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %{py_sitescriptdir}/webhelpers
55 %{py_sitescriptdir}/%{fname}-%{version}-py*.egg-info
This page took 0.590292 seconds and 2 git commands to generate.