diff options
| author | Mark Pulford <mark@kyne.com.au> | 2011-05-29 23:42:59 +0930 |
|---|---|---|
| committer | Mark Pulford <mark@kyne.com.au> | 2011-05-29 23:42:59 +0930 |
| commit | 69a51243f182d8c603945920d76523dfca0b3b7b (patch) | |
| tree | 542fc5716e7f02bc55c74c7640e1ce4bd5d463e0 | |
| parent | 9ff9c8e34355dd3ef211af24edfba85e5b9b29af (diff) | |
| download | lua-cjson-69a51243f182d8c603945920d76523dfca0b3b7b.tar.gz lua-cjson-69a51243f182d8c603945920d76523dfca0b3b7b.tar.bz2 lua-cjson-69a51243f182d8c603945920d76523dfca0b3b7b.zip | |
Simplify RPM package description1.0.2
Diffstat (limited to '')
| -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 |
