]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blob - php-pear-HTML_Table.spec
- update deps (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
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.0
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  1345261c2e4bb8429ee41bb457566df9
16 URL:            http://pear.php.net/package/HTML_Table/
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 Requires:       php-pear >= 4:1.0-8.1
19 Requires:       php-pear-HTML_Common >= 1.2.0
20 Requires:       php-pear-PEAR
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
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.061867 seconds and 4 git commands to generate.