From 69a51243f182d8c603945920d76523dfca0b3b7b Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sun, 29 May 2011 23:42:59 +0930 Subject: Simplify RPM package description --- lua-cjson.spec | 5 ++--- 1 file 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 -- cgit v1.2.3-55-g6feb