]> git.pld-linux.org Git - packages/php-pear-Structures_DataGrid_Renderer_CSV.git/blob - php-pear-Structures_DataGrid_Renderer_CSV.spec
f92eed50632b35316343c0478775412ddd8b313f
[packages/php-pear-Structures_DataGrid_Renderer_CSV.git] / php-pear-Structures_DataGrid_Renderer_CSV.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _status         beta
3 %define         _pearname       Structures_DataGrid_Renderer_CSV
4 Summary:        %{_pearname} - renderer driver that generates a CSV string
5 Summary(pl.UTF-8):      %{_pearname} - sterownik renderera do generowania ciągu znaków CSV
6 Name:           php-pear-%{_pearname}
7 Version:        0.1.4
8 Release:        3
9 License:        PHP License
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  69f37de4a299d09babed50d0e8f1caab
13 URL:            http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/
14 BuildRequires:  php-pear-PEAR >= 1:1.4.9
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php-pear
18 Requires:       php-pear-PEAR-core >= 1:1.4.9
19 Requires:       php-pear-Structures_DataGrid >= 0.7.0
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This is a Renderer driver for Structures_DataGrid that generates a CSV
25 string.
26
27 In PEAR status of this package is: %{_status}.
28
29 %description -l pl.UTF-8
30 Ten pakiet dostarcza sterownik renderera do generowania ciągu znaków
31 CSV dla Structures_DataGrid.
32
33 Ta klasa ma w PEAR status: %{_status}.
34
35 %prep
36 %pear_package_setup
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT%{php_pear_dir}
41 %pear_package_install
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc install.log
49 %{php_pear_dir}/.registry/*.reg
50 %{php_pear_dir}/Structures/DataGrid/Renderer/CSV.php
This page took 0.070377 seconds and 2 git commands to generate.