From 326aa7099db86b02f9510b02f66ec4dc787a7a33 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 20 Aug 2025 17:04:35 +0100 Subject: [PATCH] Fixes for example spec file Assisted-by: Cursor --- patchutils.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/patchutils.spec.in b/patchutils.spec.in index 412751c9..feeb7c35 100644 --- a/patchutils.spec.in +++ b/patchutils.spec.in @@ -35,7 +35,10 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc AUTHORS ChangeLog README.md COPYING BUGS NEWS patchview/README.patchview %{_bindir}/* +%{_datadir}/bash-completion/completions/* +%if 0%{?have_xmlto} %{_mandir}/*/* +%endif %changelog * Tue Jan 6 2004 Tim Waugh