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