Regenerate manuals that are broken in dist
This commit is contained in:
parent
e2bcfc163c
commit
fbf588df91
10
libmbim.spec
10
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 <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
|
||||
- Update to 1.18.2 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user