]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blob - php-pear-HTML_Table.spec
- AutoProv: no 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:        2
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:  php-pear-PEAR
19 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
20 Requires:       php-pear >= 4:1.0-8.1
21 Requires:       php-pear-HTML_Common >= 1.2.0
22 Requires:       php-pear-PEAR-core
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 The PEAR::HTML_Table package provides methods for easy and efficient
28 design of HTML tables.
29 - Lots of customization options.
30 - Tables can be modified at any time.
31 - The logic is the same as standard HTML editors.
32 - Handles col and rowspans.
33 - PHP code is shorter, easier to read and to maintain.
34 - Tables options can be reused.
35
36 In PEAR status of this package is: %{_status}.
37
38 %description -l pl
39 Klasa PEAR::HTML_Table dostarcza metody do ³atwego i efektywnego
40 tworzenia tabel HTML.
41 - wiele opcji dostosowawczych.
42 - tabele mog± byæ modyfikowane w ka¿dym momencie.
43 - logika jest taka sama jak w standardowych edytorach HTML-a.
44 - obs³uga atrybutów col i rowspans.
45 - kod PHP jest krótszy, ³atwiejszy do czytania i konserwacji.
46 - opcje tabel mog± byæ ponownie u¿ywane.
47
48 Ta klasa ma w PEAR status: %{_status}.
49
50 %package tests
51 Summary:        Tests for PEAR::%{_pearname}
52 Summary(pl):    Testy dla PEAR::%{_pearname}
53 Group:          Development/Languages/PHP
54 Requires:       %{name} = %{epoch}:%{version}-%{release}
55 AutoReq:        no
56 AutoProv:       no
57
58 %description tests
59 Tests for PEAR::%{_pearname}.
60
61 %description tests -l pl
62 Testy dla PEAR::%{_pearname}.
63
64 %prep
65 %pear_package_setup
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT%{php_pear_dir}
70 %pear_package_install
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %files
76 %defattr(644,root,root,755)
77 %doc install.log
78 %{php_pear_dir}/.registry/*.reg
79 %{php_pear_dir}/%{_class}/*.php
80 %{php_pear_dir}/%{_class}/%{_subclass}/*.php
81
82 %files tests
83 %defattr(644,root,root,755)
84 %{php_pear_dir}/tests/*
This page took 0.068034 seconds and 4 git commands to generate.