]> git.pld-linux.org Git - packages/php-pear-Console_Table.git/blob - php-pear-Console_Table.spec
up to 1.2.1
[packages/php-pear-Console_Table.git] / php-pear-Console_Table.spec
1 %define         status          stable
2 %define         pearname        Console_Table
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{pearname} - makes it easy to build console style tables
5 Summary(pl.UTF-8):      %{pearname} - proste tworzenie tabel konsolowych
6 Name:           php-pear-%{pearname}
7 Version:        1.2.1
8 Release:        1
9 License:        PHP 2.02
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  87e0447d69f396eb755c3a8629a9d8d9
13 URL:            http://pear.php.net/package/Console_Table/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.654
17 Requires:       php-pear
18 Suggests:       php-pear-Console_Color2
19 Obsoletes:      php-pear-Console_Table-tests
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 # exclude optional dependencies
24 %define         _noautoreq_pear Console/Color2.*
25
26 %description
27 Provides methods such as addRow(), insertRow(), addCol() etc to build
28 Console tables. Can be with or without headers, and has various
29 configurable options.
30
31 In PEAR status of this package is: %{status}.
32
33 %description -l pl.UTF-8
34 Dostarcza metod, takich jak addRow(), insertRow(), addCol(), itp. do
35 tworzenia tabel konsolowych. Mogą być robione z i bez nagłówków.
36 Posiada wiele opcji konfigurowalnych.
37
38 Ta klasa ma w PEAR status: %{status}.
39
40 %prep
41 %pear_package_setup
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{php_pear_dir}
46 %pear_package_install
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc install.log
54 %{php_pear_dir}/.registry/*.reg
55 %{php_pear_dir}/Console/Table.php
This page took 0.077693 seconds and 3 git commands to generate.