]> git.pld-linux.org Git - packages/php-pear-HTML_Table.git/blob - php-pear-HTML_Table.spec
- simplifications in %install.
[packages/php-pear-HTML_Table.git] / php-pear-HTML_Table.spec
1 c# $Revision: 1.4 $, $Date: 2002-06-30 19:43:12 $
2 %include        /usr/lib/rpm/macros.php
3 %define         _class          HTML
4 %define         _subclass       Table
5 %define         _pearname       %{_class}_%{_subclass}
6 Summary:        %{_class}_%{_subclass} - makes the design of HTML tables easy, flexible, reusable and efficient
7 Summary(pl):    %{_class}_%{_subclass} - czyni tworzenie tabel HTML ³atwym, elastycznym, efektywnym
8 Name:           php-pear-%{_pearname}
9 Version:        1.0
10 Release:        1
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 URL:            http://pear.php.net/
15 BuildRequires:  rpm-php-pearprov
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.077127 seconds and 4 git commands to generate.