Regenerate manuals that are broken in dist

This commit is contained in:
Lubomir Rintel 2019-05-24 10:59:43 +02:00
parent e2bcfc163c
commit fbf588df91

View File

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