]> git.pld-linux.org Git - packages/php-pear-HTML_Common.git/blob - php-pear-HTML_Common.spec
- release 2
[packages/php-pear-HTML_Common.git] / php-pear-HTML_Common.spec
1 %define         _class          HTML
2 %define         _subclass       Common
3 %define         _status         stable
4 %define         _pearname       %{_class}_%{_subclass}
5
6 Summary:        %{_pearname} - PEAR::HTML_Common is a base class for other HTML classes
7 Summary(pl.UTF-8):      %{_pearname} - PEAR::HTML_Common jest podstawową klasą dla innych klas HTML
8 Name:           php-pear-%{_pearname}
9 Version:        1.2.5
10 Release:        2
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  e69765be9d5b5932273fe8b213d8c3c0
15 URL:            http://pear.php.net/package/HTML_Common/
16 BuildRequires:  php-pear-PEAR
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  rpmbuild(macros) >= 1.300
19 Requires:       php-pear
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The PEAR::HTML_Common package provides methods for HTML code display
25 and attributes handling:
26 - Methods to set, remove, update HTML attributes.
27 - Handles comments in HTML code.
28 - Handles layout and tabs for nicer HTML code.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Klasa PEAR::HTML_Common dostarcza metody do wyświetlania kodu HTML
34 oraz obsługę atrybutów.
35 - Zawiera metody do ustawiania, usuwania, aktualizacji atrybutów HTML.
36 - Obsługuje komentarze w kodzie HTML.
37 - Obsługuje ułożenie i tabulacje dla ładniejszego wyglądu kodu HTML.
38
39 Ta klasa ma w PEAR status: %{_status}.
40
41 %prep
42 %pear_package_setup
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{php_pear_dir}
47 %pear_package_install
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc install.log
55 %{php_pear_dir}/.registry/*.reg
56 %{php_pear_dir}/%{_class}/*.php
This page took 0.130963 seconds and 3 git commands to generate.