]> git.pld-linux.org Git - packages/php-pear-Structures_DataGrid_Renderer_Smarty.git/blob - php-pear-Structures_DataGrid_Renderer_Smarty.spec
- tabs in preamble
[packages/php-pear-Structures_DataGrid_Renderer_Smarty.git] / php-pear-Structures_DataGrid_Renderer_Smarty.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Structures
3 %define         _subclass       DataGrid_Renderer_Smarty
4 %define         _status         beta
5 %define         _pearname       Structures_DataGrid_Renderer_Smarty
6
7 Summary:        %{_pearname} - renderer driver using Smarty
8 Summary(pl.UTF-8):      %{_pearname} - sterowink renderera korzystajÄ…cy ze Smarty
9 Name:           php-pear-%{_pearname}
10 Version:        0.1.3
11 Release:        1
12 License:        PHP License
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  1be63df00cf22b573725bf4cfaf75cef
16 URL:            http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 Requires:       php-pear
20 Requires:       php-pear-PEAR >= 1:1.4.-0.9
21 Requires:       php-pear-Structures_DataGrid >= 0.7.0
22 Requires:       php-pear-Structures_DataGrid_Renderer_Pager >= 0.1.0
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 This is a Renderer driver for Structures_DataGrid using Smarty. It
28 adds a couple of variables to a Smarty instance.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Ten pakiet dostarcza sterownik renderera do Structures_DataGrid.
34 korzystajÄ…cy ze Smarty. Dodaje on kilka zmiennych do instancji
35 Smarty'ego.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log
53 %{php_pear_dir}/.registry/*.reg
54 %{php_pear_dir}/Structures/DataGrid/Renderer/Smarty.php
This page took 0.073679 seconds and 4 git commands to generate.