]> git.pld-linux.org Git - packages/php4-pecl-tidy.git/blame - php4-pecl-tidy.spec
- rebuild with php(debug) and php(thread-safety) macros
[packages/php4-pecl-tidy.git] / php4-pecl-tidy.spec
CommitLineData
da256b06
ER
1%define _modname tidy
2%define _status stable
3%define _sysconfdir /etc/php4
4%define extensionsdir %(php-config --extension-dir 2>/dev/null)
5
6Summary: %{_modname} - Tidy HTML Repairing and Parsing
7Summary(pl): %{_modname} - Czyszczenie, naprawa oraz parsowanie HTML
8Name: php4-pecl-%{_modname}
9Version: 1.1
548df79c 10Release: 2
da256b06
ER
11License: PHP
12Group: Development/Languages/PHP
13Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
14# Source0-md5: ecb2d3c62e1d720265a65dfb7e00e081
15URL: http://pecl.php.net/package/tidy/
da256b06 16BuildRequires: php4-devel
548df79c 17BuildRequires: rpmbuild(macros) >= 1.248
991527ca 18BuildRequires: tidy-devel
65256cec 19%{?requires_php_extension}
82a5628f 20Requires: %{_sysconfdir}/conf.d
da256b06
ER
21Obsoletes: php-pear-%{_modname}
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Tidy is a binding for the Tidy HTML clean and repair utility which
26allows you to not only clean and otherwise manipluate HTML documents,
27but also traverse the document tree using the Zend Engine 2 OO
28semantics.
29
30In PECL status of this package is: %{_status}.
31
32%description -l pl
33