Avoid hardcoding man page compression

This commit is contained in:
Kalev Lember 2021-03-31 12:35:40 +02:00
parent 39ba78bfb7
commit 2f91f077ba

View File

@ -2,7 +2,7 @@
Name: dconf Name: dconf
Version: 0.40.0 Version: 0.40.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: A configuration system Summary: A configuration system
License: LGPLv2+ and GPLv2+ and GPLv3+ License: LGPLv2+ and GPLv2+ and GPLv3+
@ -88,9 +88,9 @@ dconf update
%{_bindir}/dconf %{_bindir}/dconf
%{_libdir}/libdconf.so.1* %{_libdir}/libdconf.so.1*
%{_datadir}/bash-completion/completions/dconf %{_datadir}/bash-completion/completions/dconf
%{_mandir}/man1/dconf-service.1.gz %{_mandir}/man1/dconf-service.1*
%{_mandir}/man1/dconf.1.gz %{_mandir}/man1/dconf.1*
%{_mandir}/man7/dconf.7.gz %{_mandir}/man7/dconf.7*
%{_userunitdir}/dconf.service %{_userunitdir}/dconf.service
%files devel %files devel
@ -103,6 +103,9 @@ dconf update
%{_datadir}/vala %{_datadir}/vala
%changelog %changelog
* Wed Mar 31 2021 Kalev Lember <klember@redhat.com> - 0.40.0-2
- Avoid hardcoding man page compression
* Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 0.40.0-1 * Mon Mar 15 2021 Kalev Lember <klember@redhat.com> - 0.40.0-1
- Update to 0.40.0 - Update to 0.40.0