From 86b05b238d51915f7a03e3d8d5d4af6c6ea1dda9 Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Sep 28 2018 17:32:55 +0000 Subject: Handle both compressed and uncompressed man pages When rebuilding with prefix=/app to include into Flatpak, manpage compression doesn't currently happen, so this is needed. It's also considered more correct if the way Fedora compresses its man pages ever changes, resulting in a different suffix. --- diff --git a/libraw1394.spec b/libraw1394.spec index 7f0dc83..b5a586a 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ Summary: Library providing low-level IEEE-1394 access - 2.1.2- Name: libraw1394 Version: 2.1.2 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ Source: http://www.kernel.org/pub/linux/libs/ieee1394/%{name}-%{version}.tar.xz URL: http://www.dennedy.org/libraw1394/ @@ -44,10 +44,10 @@ rm -f %{buildroot}%{_libdir}/libraw1394.la %{_bindir}/sendiso %{_bindir}/testlibraw %{_libdir}/libraw1394.so.* -%{_mandir}/man1/dumpiso.1.gz -%{_mandir}/man1/sendiso.1.gz -%{_mandir}/man1/testlibraw.1.gz -%{_mandir}/man5/isodump.5.gz +%{_mandir}/man1/dumpiso.1* +%{_mandir}/man1/sendiso.1* +%{_mandir}/man1/testlibraw.1* +%{_mandir}/man5/isodump.5* %files devel %doc doc/libraw1394.sgml @@ -57,6 +57,9 @@ rm -f %{buildroot}%{_libdir}/libraw1394.la %changelog +* Wed Sep 26 2018 Owen Taylor - 2.1.2-8 +- Handle both compressed and uncompressed man pages + * Fri Jul 13 2018 Fedora Release Engineering - 2.1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild