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.
epel9
Owen W. Taylor 6 years ago
parent 6fe76b2105
commit 86b05b238d

@ -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 <otaylor@redhat.com> - 2.1.2-8
- Handle both compressed and uncompressed man pages
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save