From 81bd8894201cda2e52f4ceb986a1cb544a70e520 Mon Sep 17 00:00:00 2001 From: Felipe Borges Date: Thu, 28 Feb 2019 11:22:08 +0100 Subject: [PATCH] Make the manual pages decompression format agnostic It is recommended in the Fedora packaging guidelines to have %{_mandir}/man1/.1* which is more robust against future changes to the RPM scritps to use different compression. --- libavc1394.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavc1394.spec b/libavc1394.spec index 80b1cdc..575fa0a 100644 --- a/libavc1394.spec +++ b/libavc1394.spec @@ -52,8 +52,8 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/* %{_bindir}/dvcont %{_bindir}/mkrfc2734 %{_bindir}/panelctl -%{_mandir}/man1/dvcont.1.gz -%{_mandir}/man1/panelctl.1.gz +%{_mandir}/man1/dvcont.1* +%{_mandir}/man1/panelctl.1* %{_mandir}/man1/mkrfc2734.1* # libs are LGPLv2+ %{_libdir}/libavc1394.so.*