aboutsummaryrefslogtreecommitdiff
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}" \
44rm -rf "$RPM_BUILD_ROOT" 44rm -rf "$RPM_BUILD_ROOT"
45 45
46 46
47%preun
48/bin/rm -f "%{luadatadir}/cjson/tests/utf8.dat"
49
50
47%files 51%files
48%defattr(-,root,root,-) 52%defattr(-,root,root,-)
49%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt THANKS 53%doc LICENSE NEWS performance.txt manual.html manual.txt rfc4627.txt THANKS