From ed8f369fd1dcdb258b8eacbfccbec12d4b1b3e04 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 13 Jun 2019 09:46:45 +0200 Subject: [PATCH] Fix man page globs to work when man pages aren't compressed This happens when building flatpak modules. --- potrace.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/potrace.spec b/potrace.spec index 2ce4c48..8277819 100644 --- a/potrace.spec +++ b/potrace.spec @@ -70,8 +70,8 @@ rm -rf %{buildroot}%{_docdir}/%{name} %{_bindir}/potrace %{_bindir}/mkbitmap %{_libdir}/libpotrace.so.* -%{_mandir}/man1/potrace.1.* -%{_mandir}/man1/mkbitmap.1.* +%{_mandir}/man1/potrace.1* +%{_mandir}/man1/mkbitmap.1* %files devel %{_libdir}/libpotrace.so