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