From 1716f694106f14b7654c63d8fbfa0a5321780c34 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 4 Dec 2018 10:14:24 +0100 Subject: [PATCH] Don't assume man pages are compressed with .gz ... and while at this, also remove %doc from man pages as they are all automatically marked as %doc. --- itstool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itstool.spec b/itstool.spec index 9c5bcf3..b3c2f7d 100644 --- a/itstool.spec +++ b/itstool.spec @@ -34,7 +34,7 @@ export PYTHON=%{__python3} %doc NEWS %{_bindir}/itstool %{_datadir}/itstool -%doc %{_mandir}/man1/itstool.1.gz +%{_mandir}/man1/itstool.1* %changelog * Tue Dec 04 2018 Kalev Lember - 2.0.5-1