Use a glob for man page compression format
So that when it changes in the future, we're safe. At the same time, don't explicitly mark it as %doc -- all man pages get marked as %doc automatically.
This commit is contained in:
parent
2226886fed
commit
aecca18232
@ -140,7 +140,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%doc %{_mandir}/man1/mutter.1.gz
|
||||
%{_bindir}/mutter
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_libdir}/lib*.so.*
|
||||
@ -150,7 +149,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
||||
%{_datadir}/gnome-control-center/keybindings/50-mutter-*.xml
|
||||
|
||||
%{_mandir}/man1/mutter.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user