Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua-cjson.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua-cjson.spec b/lua-cjson.spec
index 0c0aea4..4642857 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -44,6 +44,10 @@ make install-extra DESTDIR="$RPM_BUILD_ROOT" LUA_MODULE_DIR="%{luadatadir}" \
rm -rf "$RPM_BUILD_ROOT"
+%preun
+/bin/rm -f "%{luadatadir}/cjson/tests/utf8.dat"
+
+
%files
%defattr(-,root,root,-)
%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt THANKS