Fix flatpak module builds
Relax man page globs to allow man pages without compression (this is how flatpak modules are currently built).
This commit is contained in:
parent
f5f93adeda
commit
a4574bad7d
@ -60,7 +60,7 @@ popd
|
|||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/lib%{name}.so.*
|
%{_libdir}/lib%{name}.so.*
|
||||||
%{_mandir}/man1/%{name}.1.*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
|
Loading…
Reference in New Issue
Block a user