]> git.pld-linux.org Git - SPECS.git/blob - php-pear-HTML_Table.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-HTML_Table.spec
1 %define         _class          HTML
2 %define         _subclass       Table
3 %define         _status         stable
4 %define         _pearname       %{_class}_%{_subclass}
5 Summary:        %{_pearname} - makes the design of HTML tables easy, flexible, reusable and efficient
6 Summary(pl.UTF-8):      %{_pearname} - czyni tworzenie tabel HTML łatwym, elastycznym, efektywnym
7 Name:           php-pear-%{_pearname}
8 Version:        1.8.4
9 Release:        1
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  26a416f2d51c8b5ab4083f731f66dd5a
14 URL:            http://pear.php.net/package/HTML_Table/
15 BuildRequires:  php-pear-PEAR >= 1:1.5.0
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear >= 4:1.0-8.1
19 Requires:       php-pear-HTML_Common >= 1.2.3
20 Obsoletes:      php-pear-HTML_Table-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 The PEAR::HTML_Table package provides methods for easy and efficient
26 design of HTML tables.
27 - Lots of customization options.
28 - Tables can be modified at any time.
29 - The logic is the same as standard HTML editors.
30 - Handles col and rowspans.
31 - PHP code is shorter, easier to read and to maintain.
32 - Tables options can be reused.
33
34 In PEAR status of this package is: %{_status}.
35
36 %description -l pl.UTF-8
37 Klasa PEAR::HTML_Table dostarcza metody do łatwego i efektywnego
38 tworzenia tabel HTML.
39 - wiele opcji dostosowawczych.
40 - tabele mogą być modyfikowane w każdym momencie.
41 - logika jest taka sama jak w standardowych edytorach HTML-a.
42 - obsługa atrybutów col i rowspans.
43 - kod PHP jest krótszy, łatwiejszy do czytania i konserwacji.
44 - opcje tabel mogą być ponownie używane.
45
46 Ta klasa ma w PEAR status: %{_status}.
47
48 %prep
49 %pear_package_setup
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT%{php_pear_dir}
54 %pear_package_install
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc install.log
62 %{php_pear_dir}/.registry/*.reg
63 %{php_pear_dir}/%{_class}/*.php
64 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
This page took 0.047706 seconds and 3 git commands to generate.