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