From a8a57a1efe29af4f2f844443cf3de8197bfb2bad Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Fri, 10 Aug 2018 13:55:53 +0200 Subject: [PATCH] Add dictionary generation script to /usr/libexec --- zchunk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zchunk.spec b/zchunk.spec index ed634a1..807e31b 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,6 +1,6 @@ Name: zchunk Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compressed file format that allows easy deltas License: BSD and MIT URL: https://github.com/zchunk/zchunk @@ -57,6 +57,8 @@ rm -rf src/lib/hash/sha* %install %meson_install +mkdir -p %{buildroot}%{_libexecdir} +install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictionary %check %meson_test @@ -67,6 +69,7 @@ rm -rf src/lib/hash/sha* %doc README.md contrib %{_bindir}/zck* %{_bindir}/unzck +%{_libexecdir}/zck_gen_xml_dictionary %files libs %license LICENSE @@ -80,9 +83,10 @@ rm -rf src/lib/hash/sha* %{_includedir}/zck.h %changelog -* Fri Aug 10 2018 Jonathan Dieter - 0.9.7-1 +* Fri Aug 10 2018 Jonathan Dieter - 0.9.7-2 - Add contrib scripts to docs - Fix test failures for zstd <= 1.3.4 +- Add gen_xml_dictionary to libexecdir with zck_ prefix * Wed Aug 01 2018 Jonathan Dieter - 0.9.5-1 - Update to 0.9.4