diff --git a/libqmi.changes b/libqmi.changes index 65be984..b37394b 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -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 diff --git a/libqmi.spec b/libqmi.spec index 3b376aa..9c7fff3 100644 --- a/libqmi.spec +++ b/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 @@ -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