]> git.pld-linux.org Git - packages/php-pecl-syck.git/blame - php-pecl-syck.spec
- new
[packages/php-pecl-syck.git] / php-pecl-syck.spec
CommitLineData
4b29d215
AG
1%define _modname syck
2%define _status beta
3Summary: %{_modname} - YAML-1.0 parser and emitter
4Summary(pl.UTF-8): %{_modname} - parser i emiter YAML-1.0
5Name: php-pecl-%{_modname}
6Version: 0.9.2
7Release: 1
8License: PHP 2.02
9Group: Development/Languages/PHP
10Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
11# Source0-md5: 39db9d4c56407b59b7e9bbf7b7d53308
12URL: http://pecl.php.net/package/syck/
13BuildRequires: php-devel >= 3:5.0.0
14BuildRequires: rpmbuild(macros) >= 1.344
15BuildRequires: syck-devel
16%{?requires_php_extension}
17Requires: php-common >= 4:5.0.4
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21A binding to the Syck library.
22
23YAML(tm) (rhymes with "camel") is a straightforward machine parsable
24data serialization format designed for human readability and
25interaction with scripting languages. YAML is optimized for data
26serialization, configuration settings, log files, Internet messaging
27and filtering.
28
29In PECL status of this extension is: %{_status}.
30
31%description -l pl.UTF-8
32