Avoid hardcoding man page compression

Flatpak module builds currently don't compress man pages.
This commit is contained in:
Kalev Lember 2020-02-03 11:16:21 +01:00
parent a38b255f00
commit 370c738063
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: Field3D
Version: 1.7.2
Release: 17%{?dist}
Release: 18%{?dist}
Summary: Library for storing voxel data
License: BSD
@ -63,7 +63,7 @@ pushd build
%license COPYING
%{_bindir}/f3dinfo
%{_libdir}/libField3D.so.*
%{_mandir}/man1/f3dinfo.1.gz
%{_mandir}/man1/f3dinfo.1*
%files devel
%doc docs/html/
@ -72,6 +72,9 @@ pushd build
%changelog
* Mon Feb 03 2020 Kalev Lember <klember@redhat.com> - 1.7.2-18
- Avoid hardcoding man page compression
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild