diff options
-rw-r--r-- | THANKS | 8 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -0,0 +1,8 @@ | |||
1 | The following people have helped with bug reports, testing and/or | ||
2 | suggestions: | ||
3 | |||
4 | - Louis-Philippe Perron (@loopole) | ||
5 | - Steve Donovan <steve.j.donovan@gmail.com> | ||
6 | - Zhang "agentzh" Yichun <agentzh@gmail.com> | ||
7 | |||
8 | Thanks! | ||
diff --git a/lua-cjson.spec b/lua-cjson.spec index 3b1eec6..189f787 100644 --- a/lua-cjson.spec +++ b/lua-cjson.spec | |||
@@ -38,7 +38,7 @@ rm -rf "$RPM_BUILD_ROOT" | |||
38 | 38 | ||
39 | %files | 39 | %files |
40 | %defattr(-,root,root,-) | 40 | %defattr(-,root,root,-) |
41 | %doc LICENSE NEWS performance.txt README rfc4627.txt tests TODO | 41 | %doc LICENSE NEWS performance.txt README rfc4627.txt tests THANKS TODO |
42 | %{lualibdir}/* | 42 | %{lualibdir}/* |
43 | 43 | ||
44 | 44 | ||