Accepting request 584329 from network
OBS-URL: https://build.opensuse.org/request/show/584329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=18
This commit is contained in:
commit
b455326546
@ -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
|
||||
|
||||
|
11
libqmi.spec
11
libqmi.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user