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