import libmbim-1.20.2-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 05:39:37 -04:00 committed by Andrew Lukoshko
parent 69a1745be7
commit bae962f34c
3 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libmbim-1.18.2.tar.xz
SOURCES/libmbim-1.20.2.tar.xz

View File

@ -1 +1 @@
df2fc739d10931554b20fcf222cc3d2f03520b9a SOURCES/libmbim-1.18.2.tar.xz
7c4394063a4ef8ba02ab117f891e721ab5ea1dd4 SOURCES/libmbim-1.20.2.tar.xz

View File

@ -2,8 +2,8 @@
Name: libmbim
Summary: Support library for the Mobile Broadband Interface Model protocol
Version: 1.18.2
Release: 3%{?dist}
Version: 1.20.2
Release: 1%{?dist}
License: LGPLv2+
URL: http://freedesktop.org/software/libmbim
Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
@ -15,7 +15,6 @@ BuildRequires: automake autoconf libtool
BuildRequires: python3-devel
BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: gtk-doc
BuildRequires: help2man
%description
@ -44,8 +43,6 @@ functionality from the command line.
%prep
%setup -q
# libmbim-1.18.2 dist contains mis-generated manuals
find docs/man -size 0 -delete
# Fix python shebangs
pathfix.py -i %{__python3} -pn build-aux/mbim-codegen/*.py \
build-aux/mbim-codegen/mbim-codegen
@ -60,7 +57,6 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac
%check
find docs/man -size 0 |grep . && exit 1
make check
@ -90,6 +86,12 @@ make check
%changelog
* Fri Nov 29 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.20.2-1
- Update to 1.20.2 release
* Wed Oct 16 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.20.0-1
- Update to 1.20.0 release
* Thu May 23 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.18.2-3
- Regenerate manuals that are broken in dist