]> git.pld-linux.org Git - packages/php-pear-XML_Wddx.git/blame - php-pear-XML_Wddx.spec
- BR php-pear-PEAR
[packages/php-pear-XML_Wddx.git] / php-pear-XML_Wddx.spec
CommitLineData
1718b6d9 1%include /usr/lib/rpm/macros.php
8987c224 2%define _class XML
3%define _subclass Wddx
045d0810 4%define _status stable
1718b6d9
AG
5%define _pearname %{_class}_%{_subclass}
6
7Summary: %{_pearname} - Wddx pretty serializer and deserializer
688128c1 8Summary(pl): %{_pearname} - przyzwoity serializer i deserializer Wddx
1718b6d9 9Name: php-pear-%{_pearname}
8455fcd7 10Version: 1.0.1
f969c47b 11Release: 2
1718b6d9
AG
12License: PHP 2.02
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
8455fcd7 15# Source0-md5: 6512882461a3b9da49382be1baf1f1e3
1718b6d9 16URL: http://pear.php.net/package/XML_Wddx/
b2d99745 17BuildRequires: php-pear-PEAR
e2e78bd1 18BuildRequires: rpm-php-pearprov >= 4.4.2-11
1718b6d9 19Requires: php-pear
c5d954b6 20Requires: php-pear-XML_Parser >= 1.0
1718b6d9
AG
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25XML_Wddx does 2 things:
688128c1
JB
26- a drop in replacement for the XML_Wddx extension (if it's not built
27 in)
1718b6d9
AG
28- produce an editable wddx file (with indenting etc.) and uses CDATA,
29 rather than char tags
30
31This package contains 2 static method:
32- XML_Wddx:serialize($value)
33- XML_Wddx:deserialize($value)
34
35And should be 90% compatible with wddx_deserialize(), and the
36deserializer will use wddx_deserialize if it is built in.
37
38No support for recordsets is available at present in the PHP version
39of the deserializer.
40
d4ccd19e 41In PEAR status of this package is: %{_status}.
1718b6d9 42
688128c1
JB
43%description -l pl
44XML_Wddx robi dwie rzeczy:
45