summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}
16Requires: lua >= %{luaver} 16Requires: lua >= %{luaver}
17 17
18%description 18%description
19CJSON provides fast JSON parsing and encoding functions for Lua. It 19Lua CJSON provides fast, standards compliant JSON support for Lua.
20allows a Lua application to quickly serialise a data structure to 20
21JSON, or deserialise from JSON to Lua.
22 21
23%prep 22%prep
24%setup -q 23%setup -q