]> git.pld-linux.org Git - packages/php-pear-HTML_Common.git/blame - php-pear-HTML_Common.spec
- release 2
[packages/php-pear-HTML_Common.git] / php-pear-HTML_Common.spec
CommitLineData
e75e339d
PG
1%define _class HTML
2%define _subclass Common
f60102a3 3%define _status stable
e75e339d 4%define _pearname %{_class}_%{_subclass}
f60102a3 5
0fc67820 6Summary: %{_pearname} - PEAR::HTML_Common is a base class for other HTML classes
705346f9 7Summary(pl.UTF-8): %{_pearname} - PEAR::HTML_Common jest podstawową klasą dla innych klas HTML
e75e339d 8Name: php-pear-%{_pearname}
9a447b04 9Version: 1.2.5
d053b66f 10Release: 2
e75e339d
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
9a447b04 14# Source0-md5: e69765be9d5b5932273fe8b213d8c3c0
b63c4c6a 15URL: http://pear.php.net/package/HTML_Common/
f802b15c 16BuildRequires: php-pear-PEAR
e6ab2322 17BuildRequires: rpm-php-pearprov >= 4.4.2-11
b875fb3c 18BuildRequires: rpmbuild(macros) >= 1.300
551dc311 19Requires: php-pear
e75e339d
PG
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
bd807ce8
JB
24The PEAR::HTML_Common package provides methods for HTML code display
25and attributes handling:
26- Methods to set, remove, update HTML attributes.
e75e339d
PG
27- Handles comments in HTML code.
28- Handles layout and tabs for nicer HTML code.
29
db6550d4 30In PEAR status of this package is: %{_status}.
f60102a3 31
2a7bba10
JR
32%description -l pl.UTF-8
33Klasa PEAR::HTML_Common dostarcza metody do wyświetlania kodu HTML
34oraz 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.
e75e339d 38
f60102a3
AG
39Ta klasa ma w PEAR status: %{_status}.
40
e75e339d 41%prep
e6ab2322 42%pear_package_setup
e75e339d
PG
43
44%install
45rm -rf $RPM_BUILD_ROOT
e6ab2322
ER
46install -d $RPM_BUILD_ROOT%{php_pear_dir}
47%pear_package_install
e75e339d
PG
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
e6ab2322
ER
54%doc install.log
55%{php_pear_dir}/.registry/*.reg
e75e339d 56%{php_pear_dir}/%{_class}/*.php
This page took 0.093258 seconds and 4 git commands to generate.