Accepting request 581298 from GNOME:Next
cleaned OBS-URL: https://build.opensuse.org/request/show/581298 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=19
This commit is contained in:
parent
774f65e340
commit
a3669a6d58
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
@ -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