Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 18:12:59 +0400
committerMark Pulford <mark@kyne.com.au>2011-05-29 18:12:59 +0400
commit69a51243f182d8c603945920d76523dfca0b3b7b (patch)
tree542fc5716e7f02bc55c74c7640e1ce4bd5d463e0
parent9ff9c8e34355dd3ef211af24edfba85e5b9b29af (diff)
Simplify RPM package description1.0.2
-rw-r--r--lua-cjson.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index abc6bca..a5ca530 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -16,9 +16,8 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver}
Requires: lua >= %{luaver}
%description
-CJSON provides fast JSON parsing and encoding functions for Lua. It
-allows a Lua application to quickly serialise a data structure to
-JSON, or deserialise from JSON to Lua.
+Lua CJSON provides fast, standards compliant JSON support for Lua.
+
%prep
%setup -q