From f1eda76cf5b8923d7e3cec43e89f2aa60c44c008 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Sat, 21 Jan 2012 23:01:20 +1030 Subject: Update LuaRocks/RPM descriptions --- lua-cjson-2.0devel-1.rockspec | 8 ++++---- lua-cjson.spec | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lua-cjson-2.0devel-1.rockspec b/lua-cjson-2.0devel-1.rockspec index 9a2ac04..9ef18cb 100644 --- a/lua-cjson-2.0devel-1.rockspec +++ b/lua-cjson-2.0devel-1.rockspec @@ -6,14 +6,14 @@ source = { } description = { - summary = "A fast JSON encoding/parsing library", + summary = "A fast JSON encoding/parsing module", detailed = [[ - The Lua CJSON library provides JSON support for Lua. It features: + The Lua CJSON module provides JSON support for Lua. It features: - Fast, standards compliant encoding/parsing routines - Full support for JSON with UTF-8, including decoding surrogate pairs - Optional run-time support for common exceptions to the JSON specification - (NaN, Infinity,..) - - No external dependencies + (infinity, NaN,..) + - No dependencies on other libraries ]], homepage = "http://www.kyne.com.au/~mark/software/lua-cjson.php", license = "MIT" diff --git a/lua-cjson.spec b/lua-cjson.spec index 8f53671..b21be6e 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec @@ -5,7 +5,7 @@ Name: lua-cjson Version: 2.0devel Release: 1%{?dist} -Summary: A fast JSON encoding/parsing library for Lua +Summary: A fast JSON encoding/parsing module for Lua Group: Development/Libraries License: MIT @@ -17,12 +17,12 @@ BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} Requires: lua >= %{luaver} %description -The Lua CJSON library provides JSON support for Lua. It features: +The Lua CJSON module provides JSON support for Lua. It features: - Fast, standards compliant encoding/parsing routines - Full support for JSON with UTF-8, including decoding surrogate pairs - Optional run-time support for common exceptions to the JSON specification - (NaN, Infinity,..) -- No external dependencies + (infinity, NaN,..) +- No dependencies on other libraries %prep -- cgit v1.2.3