Dominique Leuenberger 2018-03-12 11:08:47 +00:00 committed by Git OBS Bridge
commit b455326546
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 8 09:52:04 UTC 2018 - jengelh@inai.de
- Update summary to standard language
-------------------------------------------------------------------
Wed Feb 28 16:36:07 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Mon Jan 22 01:27:29 UTC 2018 - luc14n0@linuxmail.org

View File

@ -18,7 +18,6 @@
%define _soname libqmi-glib5
Name: libqmi
Version: 1.20.0
Release: 0
@ -29,8 +28,8 @@ Group: Hardware/Modem
URL: http://cgit.freedesktop.org/libqmi/
Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
Source99: libqmi-rpmlintrc
BuildRequires: python3
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.36
@ -63,7 +62,7 @@ which speak the Qualcomm MSM Interface (QMI) protocol.
This package contains command line tools to manage such devices.
%package devel
Summary: Library to control QMI devices -- Development files
Summary: Development files for the QMI device control library
Group: Development/Languages/C and C++
Requires: %{_soname} = %{version}
@ -90,7 +89,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%postun -n %{_soname} -p /sbin/ldconfig
%files tools
%doc COPYING NEWS
%license COPYING
%doc NEWS
%{_bindir}/qmi-network
%{_bindir}/qmicli
%{_bindir}/qmi-firmware-update
@ -104,7 +104,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_mandir}/man1/qmi-firmware-update.1%{?ext_man}
%files -n %{_soname}
%doc COPYING.LIB
%license COPYING.LIB
%{_libdir}/libqmi-glib.so.*
%files devel