diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-21 23:01:20 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | f1eda76cf5b8923d7e3cec43e89f2aa60c44c008 (patch) | |
tree | 576d70e20e4d0aff0dc7397ca6bb83c52eeb4cda | |
parent | b77481ff100be4710419713d20faf3b8e1531ea2 (diff) | |
download | lua-cjson-f1eda76cf5b8923d7e3cec43e89f2aa60c44c008.tar.gz lua-cjson-f1eda76cf5b8923d7e3cec43e89f2aa60c44c008.tar.bz2 lua-cjson-f1eda76cf5b8923d7e3cec43e89f2aa60c44c008.zip |
Update LuaRocks/RPM descriptions
-rw-r--r-- | lua-cjson-2.0devel-1.rockspec | 8 | ||||
-rw-r--r-- | lua-cjson.spec | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lua-cjson-2.0devel-1.rockspec b/lua-cjson-2.0devel-1.rockspec index 9a2ac04..9ef18cb 100644 --- a/lua-cjson-2.0devel-1.rockspec +++ b/lua-cjson-2.0devel-1.rockspec | |||
@@ -6,14 +6,14 @@ source = { | |||
6 | } | 6 | } |
7 | 7 | ||
8 | description = { | 8 | description = { |
9 | summary = "A fast JSON encoding/parsing library", | 9 | summary = "A fast JSON encoding/parsing module", |
10 | detailed = [[ | 10 | detailed = [[ |
11 | The Lua CJSON library provides JSON support for Lua. It features: | 11 | The Lua CJSON module provides JSON support for Lua. It features: |
12 | - Fast, standards compliant encoding/parsing routines | 12 | - Fast, standards compliant encoding/parsing routines |
13 | - Full support for JSON with UTF-8, including decoding surrogate pairs | 13 | - Full support for JSON with UTF-8, including decoding surrogate pairs |
14 | - Optional run-time support for common exceptions to the JSON specification | 14 | - Optional run-time support for common exceptions to the JSON specification |
15 | (NaN, Infinity,..) | 15 | (infinity, NaN,..) |
16 | - No external dependencies | 16 | - No dependencies on other libraries |
17 | ]], | 17 | ]], |
18 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", | 18 | homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", |
19 | license = "MIT" | 19 | license = "MIT" |
diff --git a/lua-cjson.spec b/lua-cjson.spec index 8f53671..b21be6e 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -5,7 +5,7 @@ | |||
5 | Name: lua-cjson | 5 | Name: lua-cjson |
6 | Version: 2.0devel | 6 | Version: 2.0devel |
7 | Release: 1%{?dist} | 7 | Release: 1%{?dist} |
8 | Summary: A fast JSON encoding/parsing library for Lua | 8 | Summary: A fast JSON encoding/parsing module for Lua |
9 | 9 | ||
10 | Group: Development/Libraries | 10 | Group: Development/Libraries |
11 | License: MIT | 11 | License: MIT |
@@ -17,12 +17,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} | |||
17 | Requires: lua >= %{luaver} | 17 | Requires: lua >= %{luaver} |
18 | 18 | ||
19 | %description | 19 | %description |
20 | The Lua CJSON library provides JSON support for Lua. It features: | 20 | The Lua CJSON module provides JSON support for Lua. It features: |
21 | - Fast, standards compliant encoding/parsing routines | 21 | - Fast, standards compliant encoding/parsing routines |
22 | - Full support for JSON with UTF-8, including decoding surrogate pairs | 22 | - Full support for JSON with UTF-8, including decoding surrogate pairs |
23 | - Optional run-time support for common exceptions to the JSON specification | 23 | - Optional run-time support for common exceptions to the JSON specification |
24 | (NaN, Infinity,..) | 24 | (infinity, NaN,..) |
25 | - No external dependencies | 25 | - No dependencies on other libraries |
26 | 26 | ||
27 | 27 | ||
28 | %prep | 28 | %prep |