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