From fbf588df91cbdb1177d8c2498f846f7610fac122 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: May 24 2019 08:59:43 +0000 Subject: Regenerate manuals that are broken in dist --- diff --git a/libmbim.spec b/libmbim.spec index d4096ad..8037240 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -3,7 +3,7 @@ Name: libmbim Summary: Support library for the Mobile Broadband Interface Model protocol Version: 1.18.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: http://freedesktop.org/software/libmbim Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz @@ -19,6 +19,7 @@ BuildRequires: python3 %endif BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: gtk-doc +BuildRequires: help2man %description @@ -47,6 +48,9 @@ functionality from the command line. %prep %setup -q +# libmbim-1.18.2 dist contains mis-generated manuals +find docs/man -size 0 -delete + %build %configure --disable-static --enable-gtk-doc @@ -58,6 +62,7 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac %check +find docs/man -size 0 |grep . && exit 1 make check @@ -87,6 +92,9 @@ make check %changelog +* Thu May 23 2019 Lubomir Rintel - 1.18.2-2 +- Regenerate manuals that are broken in dist + * Mon May 06 2019 Lubomir Rintel - 1.18.2-1 - Update to 1.18.2 release