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