]> git.pld-linux.org Git - packages/php-pear-Services_JSON.git/blame - php-pear-Services_JSON.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Services_JSON.git] / php-pear-Services_JSON.spec
CommitLineData
f63f64c4 1%define _status stable
921d9804 2%define _pearname Services_JSON
2ad60ab8 3Summary: %{_pearname} - PHP implementaion of json_encode/decode
014fd9c1 4Summary(pl.UTF-8): %{_pearname} - prosty koder i dekoder dla notacji JSON
f63f64c4 5Name: php-pear-%{_pearname}
921d9804 6Version: 1.0.3
2ad60ab8 7Release: 1
f63f64c4
ER
8License: BSD
9Group: Development/Languages/PHP
2ad60ab8 10Source0: http://download.pear.php.net/package/Services_JSON-%{version}.tgz
921d9804 11# Source0-md5: bac7546a08c45d952786ffb8aa0bdb0e
2ad60ab8 12URL: http://pear.php.net/package/Services_JSON
f63f64c4
ER
13BuildRequires: php-pear-PEAR
14BuildRequires: rpm-php-pearprov >= 4.4.2-11
c8bb9d76 15BuildRequires: rpmbuild(macros) >= 1.300
f63f64c4
ER
16Requires: php-pear
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
2ad60ab8
ER
21JSON (JavaScript Object Notation, <http://json.org>) is a lightweight
22data-interchange format. It is easy for humans to read and write. It
23is easy for machines to parse and generate. It is based on a subset of
24the JavaScript Programming Language, Standard ECMA-262 3rd Edition -
25December 1999. This feature can also be found in Python. JSON is a
26text format that is completely language independent but uses
27conventions that are familiar to programmers of the C-family of
28languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many
29others. These properties make JSON an ideal data-interchange language.
30
f63f64c4
ER
31This package provides a simple encoder and decoder for JSON notation.
32It is intended for use with client-side Javascript applications that
33make use of HTTPRequest to perform server communication functions -
34data can be encoded into JSON notation for use in a client-side
2ad60ab8
ER
35JavaScript, or decoded from incoming Javascript requests. JSON format
36is native to JavaScript, and can be directly eval()'ed with no further
f63f64c4
ER
37parsing overhead.
38
f63f64c4 39%prep
2ad60ab8 40%pear_package_setup
f63f64c4
ER
41
42%install
43rm -rf $RPM_BUILD_ROOT
2ad60ab8
ER
44install -d $RPM_BUILD_ROOT%{php_pear_dir}
45%pear_package_install
f63f64c4
ER
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
2ad60ab8
ER
52%{php_pear_dir}/.registry/*.reg
53%{php_pear_dir}/Services/JSON.php
This page took 1.55356 seconds and 4 git commands to generate.