]> git.pld-linux.org Git - packages/php-pear-XML_XUL.git/blame - php-pear-XML_XUL.spec
- massive cosmetics
[packages/php-pear-XML_XUL.git] / php-pear-XML_XUL.spec
CommitLineData
89b127d5 1%include /usr/lib/rpm/macros.php
6677210d 2%define _class XML
3%define _subclass XUL
89b127d5
AG
4%define _status alpha
5%define _pearname %{_class}_%{_subclass}
6
6677210d 7Summary: %{_pearname} - class to build Mozilla XUL applications
8Summary(pl): %{_pearname} - klasa to budowania aplikacji Mozilli w XUL
89b127d5
AG
9Name: php-pear-%{_pearname}
10Version: 0.6.0
11Release: 1
12License: PHP 2.02
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
15# Source0-md5: 68b39bdfde0bc4f10917c036da7d7f07
76ee734e 16URL: http://pear.php.net/package/XML_XUL/
89b127d5
AG
17BuildRequires: rpm-php-pearprov >= 4.0.2-98
18Requires: php-pear
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23The XML User Interface Language (XUL) is a markup language for
24describing user interfaces. With XUL you can create rich, sophisticated
25cross-platform web applications easily. XML_XUL provides a API similar
26to DOM to create XUL applications. There's a PHP object for each XUL
27element, and the more complex widgets like grids, trees and tabboxes can
28easily be created with these objects.
29
30This class has in PEAR status: %{_status}.
31
60038c81
AG
32%description -l pl
33