public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/zchunk] epel10: Add dictionary generation script to /usr/libexec
@ 2026-06-11 15:21 Jonathan Dieter
0 siblings, 0 replies; only message in thread
From: Jonathan Dieter @ 2026-06-11 15:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/zchunk
Branch : epel10
Commit : a8a57a1efe29af4f2f844443cf3de8197bfb2bad
Author : Jonathan Dieter <jdieter@gmail.com>
Date : 2018-08-10T13:55:53+02:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/zchunk/c/a8a57a1efe29af4f2f844443cf3de8197bfb2bad?branch=epel10
Log:
Add dictionary generation script to /usr/libexec
---
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 <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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 15:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 15:21 [rpms/zchunk] epel10: Add dictionary generation script to /usr/libexec Jonathan Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox