diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-04 23:48:54 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-04 23:48:54 +0930 |
commit | 79363daeb78485d61ad6ff24600408e4b855308c (patch) | |
tree | 916ae622e2e2781f760d7aa718e102be12277e96 /lua-cjson.spec | |
parent | 6f1f110cce95f6d73454701bb5641e8edabbb1fb (diff) | |
download | lua-cjson-79363daeb78485d61ad6ff24600408e4b855308c.tar.gz lua-cjson-79363daeb78485d61ad6ff24600408e4b855308c.tar.bz2 lua-cjson-79363daeb78485d61ad6ff24600408e4b855308c.zip |
Add benchmark results (performance.txt)
Diffstat (limited to 'lua-cjson.spec')
-rw-r--r-- | lua-cjson.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec index d5eb0c2..45b42ba 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT" | |||
39 | 39 | ||
40 | %files | 40 | %files |
41 | %defattr(-,root,root,-) | 41 | %defattr(-,root,root,-) |
42 | %doc LICENSE rfc4627.txt | 42 | %doc LICENSE performance.txt rfc4627.txt |
43 | %{lualibdir}/* | 43 | %{lualibdir}/* |
44 | 44 | ||
45 | 45 | ||