]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blob - php-pear-HTML_Table.spec
- updated deps with pearize.sh
[packages/php-pear-HTML_Table.git] / php-pear-HTML_Table.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          HTML
3 %define         _subclass       Table
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6 Summary:        %{_pearname} - makes the design of HTML tables easy, flexible, reusable and efficient
7 Summary(pl.UTF-8):      %{_pearname} - czyni tworzenie tabel HTML łatwym, elastycznym, efektywnym
8 Name:           php-pear-%{_pearname}
9 Version:        1.8.3
10 Release:        2
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  f8a74eb688236a4ca3b53cae265be5f9
15 URL:            http://pear.php.net/package/HTML_Table/
16 BuildRequires:  php-pear-PEAR >= 1:1.5.0
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php-pear >= 4:1.0-8.1
20 Requires:       php-pear-HTML_Common >= 1.2.3
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 %package tests
49 Summary:        Tests for PEAR::%{_pearname}
50 Summary(pl.UTF-8):      Testy dla PEAR::%{_pearname}
51 Group:          Development/Languages/PHP
52 Requires:       %{name} = %{version}-%{release}
53 AutoProv:       no
54 AutoReq:        no
55
56 %description tests
57 Tests for PEAR::%{_pearname}.
58
59 %description tests -l pl.UTF-8
60 Testy dla PEAR::%{_pearname}.
61
62 %prep
63 %pear_package_setup
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 install -d $RPM_BUILD_ROOT%{php_pear_dir}
68 %pear_package_install
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files
74 %defattr(644,root,root,755)
75 %doc install.log
76 %{php_pear_dir}/.registry/*.reg
77 %{php_pear_dir}/%{_class}/*.php
78 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
79
80 %files tests
81 %defattr(644,root,root,755)
82 %{php_pear_dir}/tests/*
This page took 0.084952 seconds and 3 git commands to generate.