Fix manual_pages to work with flatpak-module

Compressed manual pages have known issue with flatpak-module, this commit will fix this issue. See https://docs.fedoraproject.org/en-US/flatpak/troubleshooting/#_uncompressed_manual_pages for more information.
epel9
Michal Konečný 5 years ago
parent ea1375ef9c
commit 0cc6257376

@ -47,9 +47,9 @@ make check
%{_bindir}/ykgenerate
%{_libdir}/libyubikey.so.0
%{_libdir}/libyubikey.so.0.1.7
%{_mandir}/man1/ykgenerate.1.gz
%{_mandir}/man1/ykparse.1.gz
%{_mandir}/man1/modhex.1.gz
%{_mandir}/man1/ykgenerate.1*
%{_mandir}/man1/ykparse.1*
%{_mandir}/man1/modhex.1*
%files devel
%{_includedir}/yubikey.h

Loading…
Cancel
Save