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