import libmbim-1.20.2-1.el8
This commit is contained in:
parent
ae43538fcb
commit
6235b3291e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libmbim-1.18.2.tar.xz
|
SOURCES/libmbim-1.20.2.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
df2fc739d10931554b20fcf222cc3d2f03520b9a SOURCES/libmbim-1.18.2.tar.xz
|
7c4394063a4ef8ba02ab117f891e721ab5ea1dd4 SOURCES/libmbim-1.20.2.tar.xz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
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.20.2
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
@ -15,7 +15,6 @@ BuildRequires: automake autoconf libtool
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: help2man
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,8 +43,6 @@ 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
|
|
||||||
# Fix python shebangs
|
# Fix python shebangs
|
||||||
pathfix.py -i %{__python3} -pn build-aux/mbim-codegen/*.py \
|
pathfix.py -i %{__python3} -pn build-aux/mbim-codegen/*.py \
|
||||||
build-aux/mbim-codegen/mbim-codegen
|
build-aux/mbim-codegen/mbim-codegen
|
||||||
@ -60,7 +57,6 @@ find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
find docs/man -size 0 |grep . && exit 1
|
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
@ -90,6 +86,12 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 23 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.18.2-3
|
||||||
- Regenerate manuals that are broken in dist
|
- Regenerate manuals that are broken in dist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user