]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blob - php-pear-HTML_Table.spec
- group Development/Languages/PHP for -tests
[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.6.1
11 Release:        1
12 Epoch:          0
13 License:        PHP 2.02
14 Group:          Development/Languages/PHP
15 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
16 # Source0-md5:  e8dcac7bddbb1921712aae959d17a573
17 URL:            http://pear.php.net/package/HTML_Table/
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 Requires:       php-pear >= 4:1.0-8.1
20 Requires:       php-pear-HTML_Common >= 1.2.0
21 Requires:       php-pear-PEAR-core
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 The PEAR::HTML_Table package provides methods for easy and efficient
27 design of HTML tables.
28 - Lots of customization options.
29 - Tables can be modified at any time.
30 - The logic is the same as standard HTML editors.
31 - Handles col and rowspans.
32 - PHP code is shorter, easier to read and to maintain.
33 - Tables options can be reused.
34
35 In PEAR status of this package is: %{_status}.
36
37 %description -l pl
38 Klasa PEAR::HTML_Table dostarcza metody do ³atwego i efektywnego
39 tworzenia tabel HTML.
40 - wiele opcji dostosowawczych.
41 - tabele mog± byæ modyfikowane w ka¿dym momencie.
42 - logika jest taka sama jak w standardowych edytorach HTML-a.
43 - obs³uga atrybutów col i rowspans.
44 - kod PHP jest krótszy, ³atwiejszy do czytania i konserwacji.
45 - opcje tabel mog± byæ ponownie u¿ywane.
46
47 Ta klasa ma w PEAR status: %{_status}.
48
49 %package tests
50 Summary:        Tests for PEAR::%{_pearname}
51 Summary(pl):    Testy dla PEAR::%{_pearname}
52 Group:          Development/Languages/PHP
53 Requires:       %{name} = %{epoch}:%{version}-%{release}
54 AutoReq:        no
55
56 %description tests
57 Tests for PEAR::%{_pearname}.
58
59 %description tests -l pl
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.049668 seconds and 4 git commands to generate.