libqmi/libqmi.spec
Tomáš Chvátal c184f3f661 Accepting request 664184 from GNOME:Next
- Update to version 1.22.0:
  + Build now looks for the correct python provider in the system
    during configure.
  + New services: New 'QoS' (Quality of Service) service, with some
    minimal initial implementation to support flow/network status
    querying. Additionally, some Sierra-specific commands are also
    implemented that allow querying per-bearer statistics (e.g. if
    multiple dedicated and default LTE bearers are used).
  + New request/responses/indications:
    - loc: new "Register Events" request/response.
    - loc: new "NMEA" indication.
    - loc: new "Engine State" indication.
    - loc: new "Fix Recurrence Type" indication.
    - loc: new "GNSS Sv Info" indication.
    - loc: new "Inject Predicted Orbits Data"
      request/response/indication.
    - loc: new "Get Predicted Orbits Data Source"
      request/response/indication.
    - loc: new "Set Server" request/response/indication.
    - loc: new "Get Server" request/response/indication.
    - loc: new "Delete Assistance Data"
      request/response/indication.
    - loc: new "Set Operation Mode" request/response/indication.
    - loc: new "Get Operation Mode" request/response/indication.
    - loc: new "Inject XTRA Data" request/response/indication.
    - uim: new "Card Status" indication.
    - wds: new "Get Default Profile Num" request/response.
    - wds: new "Set Default Profile Num" request/response.
    - wds: new Sierra-specific "Swi Create Profile Indexed"
      request/response.
  + New TLVs supported in existing messages:
    - loc: added multiple new TLVs in the "Position Report"
      indication, which was a minimal skeleton in previous
      releases.
    - loc: added 'Fix Recurrence Type' TLV in "Start".
    - loc: added 'Minimum Interval between Position Reports' TLV in
      "Start".
    - nas: added 'Acquisition Order Preference' TLV in "Set System
      Selection Preference" and "Get System Selection Preference".
    - nas: added 'Phy CA Agg Secondary Cells' TLV in "Get LTE Cphy
      CA Info".
    - wds: added 'WDS APN Disabled Flag' TLV in "Create Profile",
      "Modify Profile" and "Get Profile Settings".
    - wds: added 'WDS Roaming Disallowed Flag' TLV in "Create
      Profile", "Modify Profile" and "Get Profile Settings".
  + libqmi:
    - Assume TLVs < 0x10 are mandatory by default.
    - Fixed some missing QmiProtocolErrors and updated some
      existing ones.
    - Implemented support to allow enabling QMI indications when in
      MBIM mode.
    - Addded missing QmiNasBandPreference and
      QmiDmsLteBandCapability flags.
    - Deprecate QMI_CORE_ERROR_TLV_EMPTY, as empty TLVs are allowed
      by the protocol and totally valid e.g. in 0-sized string-type
      TLVs.
    - Moved all deprecated APIs to 'qmi-compat.h' header.
  + qmicli:
    - New '--loc-get-position-report' command.
    - New '--loc-get-gnss-sv-info' command.
    - New '--loc-follow-position-report' command.
    - New '--loc-follow-gnss-sv-info' command.
    - New '--loc-follow-nmea' command.
    - New '--loc-delete-assistance-data' command.
    - New '--qos-get-flow-status' command.
    - New '--qos-get-network-status' command.
    - New '--qos-swi-read-data-stats' command.
    - New '--qos-reset' command.
    - New '--wds-create-profile' command.
    - New '--wds-modify-profile' command.
    - New '--wds-delete-profile' command.
    - New '--wds-get-default-profile-num' command.
    - New '--wds-set-default-profile-num' command.
    - New '--wds-swi-create-profile-indexed' command.
    - Added support to request acquisition order preference updates
      when using '--nas-set-system-selection-preference'.
    - Fixed slot indices in '--uim-get-card-status'.
    - Fixed '--uim-set-pin-protection', '--uim-verify-pin",
      "--uim-unblock-pin", and '--uim-change-pin', so that a dummy
      application identifier is always used.
    - Updated so that all commands work even through QMI over MBIM,
      even if indications are required to complete the command
      (e.g. most PDC and LOC commands).
  + qmi-network: Avoid creating invalid --wds-start-network when
    APN is not set.
  + Several other minor improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/664184
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=22
2019-01-10 08:21:51 +00:00

122 lines
3.7 KiB
RPMSpec

#
# spec file for package libqmi
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _soname libqmi-glib5
Name: libqmi
Version: 1.22.0
Release: 0
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
Summary: Library to control QMI devices
License: LGPL-2.1+ AND GPL-2.0+
Group: Hardware/Modem
URL: https://www.freedesktop.org/wiki/Software/libqmi/
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
Source99: libqmi-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.36
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: pkgconfig(mbim-glib) >= 1.14
%description
libqmi is a glib-based library for talking to WWAN modems and devices
which speak the Qualcomm MSM Interface (QMI) protocol.
%package -n %{_soname}
Summary: Library to control QMI devices
Group: System/Libraries
# The tools are a useful addition
Recommends: %{name}-tools
%description -n %{_soname}
libqmi is a glib-based library for talking to WWAN modems and devices
which speak the Qualcomm MSM Interface (QMI) protocol.
%package tools
Summary: Helper utilities to control QMI devices
Group: Hardware/Modem
%description tools
libqmi is a glib-based library for talking to WWAN modems and devices
which speak the Qualcomm MSM Interface (QMI) protocol.
This package contains command line tools to manage such devices.
%package devel
Summary: Development files for the QMI device control library
Group: Development/Languages/C and C++
Requires: %{_soname} = %{version}
%description devel
A GLib/GIO based library to control QMI devices
This package contains files required to link sources against libqmi.
%prep
%setup -q
%build
# Do not rely on env for choosing python
sed -i "s|env python|python3|g" build-aux/qmi-codegen/*
%configure \
--disable-static
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{_soname} -p /sbin/ldconfig
%postun -n %{_soname} -p /sbin/ldconfig
%files tools
%license COPYING
%doc NEWS
%{_bindir}/qmi-network
%{_bindir}/qmicli
%{_bindir}/qmi-firmware-update
# Own dirs to avoid depending on them while building
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/qmicli
%{_libexecdir}/qmi-proxy
%{_mandir}/man1/qmi-network.1%{?ext_man}
%{_mandir}/man1/qmicli.1%{?ext_man}
%{_mandir}/man1/qmi-firmware-update.1%{?ext_man}
%files -n %{_soname}
%license COPYING.LIB
%{_libdir}/libqmi-glib.so.*
%files devel
%doc AUTHORS README TODO
#Own these directories to not depend on gtk-doc
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%doc %{_datadir}/gtk-doc/html/libqmi-glib/
%{_includedir}/libqmi-glib/
%{_libdir}/libqmi-glib.so
%{_libdir}/pkgconfig/qmi-glib.pc
%changelog