Add dictionary generation script to /usr/libexec
This commit is contained in:
parent
b045ac86fe
commit
a8a57a1efe
@ -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 <jdieter@gmail.com> - 0.9.7-1
|
||||
* Fri Aug 10 2018 Jonathan Dieter <jdieter@gmail.com> - 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 <jdieter@gmail.com> - 0.9.5-1
|
||||
- Update to 0.9.4
|
||||
|
Loading…
Reference in New Issue
Block a user