From 3650b344e16eafc4b7ee09f6d9315d65bd264397 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 16 Oct 2019 16:08:53 +0200 Subject: [PATCH] Drop the help2man re-run Not needed anymore --- libmbim.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libmbim.spec b/libmbim.spec index b98fab2..b02c005 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -19,7 +19,6 @@ BuildRequires: python3 %endif BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: gtk-doc -BuildRequires: help2man %description @@ -48,8 +47,6 @@ functionality from the command line. %prep %setup -q -# libmbim-1.18.2 dist contains mis-generated manuals -find docs/man -size 0 -delete %build @@ -62,7 +59,6 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac %check -find docs/man -size 0 |grep . && exit 1 make check