Accepting request 287792 from home:mgorse:branches:network
- Added COPYING and COPYING.LIB and fixed license attribute for debug utils OBS-URL: https://build.opensuse.org/request/show/287792 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=9
This commit is contained in:
parent
7167cb073c
commit
cb14b4c8ec
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user