]> git.pld-linux.org Git - packages/php-pear-XML_Transformer.git/blame - php-pear-XML_Transformer.spec
- rel 4: use php(extension) virtuals
[packages/php-pear-XML_Transformer.git] / php-pear-XML_Transformer.spec
CommitLineData
8a9e00ab 1%include /usr/lib/rpm/macros.php
07c06559 2%define _class XML
3%define _subclass Transformer
ac6700d9 4%define _status stable
a5d8100a 5%define _pearname %{_class}_%{_subclass}
947a06c0 6Summary: %{_pearname} - XML transformations in PHP
7Summary(pl): %{_pearname} - transformacje XML-a w PHP
8a9e00ab 8Name: php-pear-%{_pearname}
20a6a7d0 9Version: 1.1.0
3bc30001 10Release: 4
46147d39 11Epoch: 0
a5d8100a 12License: PHP 2.02
8a9e00ab
PG
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
20a6a7d0 15# Source0-md5: 11dc89fdad2195a939354b71a568bacf
c23e3da3 16URL: http://pear.php.net/package/XML_Transformer/
f8b8f685 17BuildRequires: php-pear-PEAR
75095568 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
fbc7fd7a 19BuildRequires: rpmbuild(macros) >= 1.300
3bc30001
ER
20Requires: php(pcre)
21Requires: php(xml)
e570dc39 22Requires: php-common < 3:5.1
3bc30001 23Requires: php-common >= 3:4.2.0
8a9e00ab 24Requires: php-pear
e570dc39 25Requires: php-pear-XML_Util >= 1.1.0
8a9e00ab
PG
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30With the XML_Transformer class one can easily bind PHP functionality
31to XML tags, thus transforming the input XML tree into an output XML
32tree without the need for XSLT. Single XML elements can be overloaded
33with PHP functions, methods and static method calls, XML namespaces
34can be registered to be handled by PHP classes.
35
7ad8d9b7 36In PEAR status of this package is: %{_status}.
ac6700d9 37
8a9e00ab
PG
38%description -l pl
39