]> git.pld-linux.org Git - packages/php-pear-Console_Table.git/blob - php-pear-Console_Table.spec
- rebuild with new PEAR provides/requires scripts
[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
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.0.2-98
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 %setup -q -c
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
42
43 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{php_pear_dir}/%{_class}/*.php
This page took 0.078511 seconds and 4 git commands to generate.