diff --git a/libqmi.changes b/libqmi.changes index 29bcbc8..75ead22 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 25 18:39:52 UTC 2015 - mgorse@suse.com + +- Added COPYING and COPYING.LIB and fixed license attribute for + debug utils + ------------------------------------------------------------------- Wed Feb 11 21:21:56 UTC 2015 - zaitor@opensuse.org diff --git a/libqmi.spec b/libqmi.spec index fc2cc9b..44f2d14 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -23,7 +23,7 @@ Version: 1.12.4 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.0+ +License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries Url: http://cgit.freedesktop.org/libqmi/ Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz @@ -82,6 +82,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %files tools %defattr(-,root,root) +%doc COPYING %{_bindir}/qmi-network %{_bindir}/qmicli %{_libexecdir}/qmi-proxy @@ -90,6 +91,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print %files -n %{_soname} %defattr(-,root,root) +%doc COPYING.LIB %{_libdir}/libqmi-glib.so.* %files devel