import libmbim-1.26.0-2.el9
This commit is contained in:
parent
1d7eeb9857
commit
c13f31179d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libmbim-1.24.4.tar.xz
|
SOURCES/libmbim-1.26.0.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
e020aac8f3203c6bb7bdb2b85c7cda33ca325fbd SOURCES/libmbim-1.24.4.tar.xz
|
bd963a9e82da47d993272640ecf1ea8d3301d4e0 SOURCES/libmbim-1.26.0.tar.xz
|
||||||
|
@ -1,25 +1,18 @@
|
|||||||
%global _hardened_build 1
|
|
||||||
|
|
||||||
Name: libmbim
|
Name: libmbim
|
||||||
Version: 1.24.4
|
Version: 1.26.0
|
||||||
Release: 4%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Support library for the Mobile Broadband Interface Model protocol
|
Summary: Support library for the Mobile Broadband Interface Model protocol
|
||||||
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
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: automake autoconf libtool
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel >= 2.48.0
|
BuildRequires: glib2-devel >= 2.48.0
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: automake autoconf libtool
|
|
||||||
%if 0%{?rhel} > 0 && 0%{?rhel} < 8
|
|
||||||
BuildRequires: python
|
|
||||||
%else
|
|
||||||
BuildRequires: python3
|
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 147
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python3
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,6 +32,7 @@ applications using MBIM functionality from applications that use glib.
|
|||||||
%package utils
|
%package utils
|
||||||
Summary: Utilities to use the MBIM protocol from the command line
|
Summary: Utilities to use the MBIM protocol from the command line
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Conflicts: %{name} < 1.26.0
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
%description utils
|
%description utils
|
||||||
@ -71,25 +65,31 @@ make check
|
|||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%doc NEWS AUTHORS README
|
%doc NEWS AUTHORS README
|
||||||
%{_libdir}/libmbim-glib.so.4*
|
%{_libdir}/libmbim-glib.so.4*
|
||||||
%{_datadir}/bash-completion
|
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libmbim-glib/
|
%{_includedir}/libmbim-glib/
|
||||||
%{_libdir}/pkgconfig/mbim-glib.pc
|
%{_libdir}/pkgconfig/mbim-glib.pc
|
||||||
%{_libdir}/libmbim-glib.so
|
%{_libdir}/libmbim-glib.so
|
||||||
%dir %{_datadir}/gtk-doc/html/libmbim-glib
|
%{_datadir}/gtk-doc/html/libmbim-glib/
|
||||||
%{_datadir}/gtk-doc/html/libmbim-glib/*
|
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/mbimcli
|
%{_bindir}/mbimcli
|
||||||
%{_bindir}/mbim-network
|
%{_bindir}/mbim-network
|
||||||
%{_mandir}/man1/*
|
%{_datadir}/bash-completion
|
||||||
%{_libexecdir}/mbim-proxy
|
%{_libexecdir}/mbim-proxy
|
||||||
|
%{_mandir}/man1/mbim*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 15 2021 Wen Liang <wenliang@redhat.com> - 1.26.0-2
|
||||||
|
- Add Conflicts tag because the bash-completion scripts moved from the main package
|
||||||
|
to the utils sub package causing a file conflict on multilib systems between the
|
||||||
|
old 32 bit main package and the new 64 bit utils sub package.
|
||||||
|
|
||||||
|
* Wed Sep 8 2021 Wen Liang <wenliang@redhat.com> - 1.26.0-1
|
||||||
|
- Update to 1.26.0
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.24.4-4
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.24.4-4
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user