public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jonathan Dieter <jdieter@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/zchunk] epel10: Add dictionary generation script to /usr/libexec
Date: Thu, 11 Jun 2026 15:21:22 GMT [thread overview]
Message-ID: <178119128295.1.11917507941158131500.rpms-zchunk-a8a57a1efe29@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-11 15:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178119128295.1.11917507941158131500.rpms-zchunk-a8a57a1efe29@fedoraproject.org \
--to=jdieter@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox