Fix man page globs to work when man pages aren't compressed
This happens when building flatpak modules.
This commit is contained in:
parent
738e591f3e
commit
ed8f369fd1
@ -70,8 +70,8 @@ rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
%{_bindir}/potrace
|
||||
%{_bindir}/mkbitmap
|
||||
%{_libdir}/libpotrace.so.*
|
||||
%{_mandir}/man1/potrace.1.*
|
||||
%{_mandir}/man1/mkbitmap.1.*
|
||||
%{_mandir}/man1/potrace.1*
|
||||
%{_mandir}/man1/mkbitmap.1*
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libpotrace.so
|
||||
|
||||
Loading…
Reference in New Issue
Block a user