]> git.pld-linux.org Git - packages/php-pear-XML_HTMLSax.git/blame - php-pear-XML_HTMLSax.spec
- updated to 1.0 (stable)
[packages/php-pear-XML_HTMLSax.git] / php-pear-XML_HTMLSax.spec
CommitLineData
1c3fb17c
AG
1# ToDo:
2# - pl summary/description
3%include /usr/lib/rpm/macros.php
4%define _class XML
5%define _subclass HTMLSax
fd4a0179 6%define _status stable
1c3fb17c
AG
7%define _pearname %{_class}_%{_subclass}
8Summary: %{_pearname} - A SAX based parser for HTML and other badly formed XML documents
9Name: php-pear-%{_pearname}
fd4a0179 10Version: 1.0
1c3fb17c
AG
11Release: 1
12License: PHP 2.02
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
fd4a0179 15# Source0-md5: 795b38020a9984440f57312b0c80b438
1c3fb17c
AG
16URL: http://pear.php.net/
17BuildRequires: rpm-php-pearprov >= 4.0.2-98
18Requires: php-pear
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23XML_HTMLSax is a SAX based XML parser for badly formed XML documents,
24such as HTML. The original code base was developed by Alexander Zhukov
25and published at http://sourceforge.net/projects/phpshelve/, who in
26turn was inspired by the Python HTMLSax package. Alexander kindly gave
27permission to modify the code and license for inclusion in PEAR.
28PEAR::XML_HTMLSax takes the last release from Sourceforge
29(HTMLSax2002082201) and changes the API to make using HTMLSax very
30similar to using the native PHP Expat extension, opening it up for use
31with projects like SAX filters:
32http://phpxmlclasses.sourceforge.net/show_doc.php?class=class_sax_filters.html.
33This version also fixes some bugs and adds further features such as
34the ability to handle processing instructions and JSP/ASP markup.
35
36This class has in PEAR status: %{_status}.
37
38%prep
39%setup -q -c
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
44
45install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc %{_pearname}-%{version}/docs
53%{php_pear_dir}/%{_class}/*.php
This page took 0.06407 seconds and 4 git commands to generate.