summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-29 23:42:59 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-29 23:42:59 +0930
commit69a51243f182d8c603945920d76523dfca0b3b7b (patch)
tree542fc5716e7f02bc55c74c7640e1ce4bd5d463e0
parent9ff9c8e34355dd3ef211af24edfba85e5b9b29af (diff)
downloadlua-cjson-1.0.2.tar.gz
lua-cjson-1.0.2.tar.bz2
lua-cjson-1.0.2.zip
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}
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