Accepting request 582545 from network
OBS-URL: https://build.opensuse.org/request/show/582545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmbim?expand=0&rev=15
This commit is contained in:
commit
c48e39a5d0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:35:35 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 02:06:52 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
12
libmbim.spec
12
libmbim.spec
@ -23,7 +23,7 @@ Release: 0
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||
License: GPL-2.0+ AND LGPL-2.0+
|
||||
Group: Productivity/Networking/System
|
||||
Url: http://www.freedesktop.org/wiki/Software/libmbim/
|
||||
URL: http://www.freedesktop.org/wiki/Software/libmbim/
|
||||
Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
@ -39,7 +39,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
|
||||
%package -n libmbim-glib4
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libmbim-glib4
|
||||
@ -48,7 +48,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||
|
||||
%package devel
|
||||
Summary: Mobile Interface Broadband Model (MBIM) protocol - Development files
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libmbim-glib4 = %{version}
|
||||
|
||||
@ -89,7 +89,8 @@ make %{?_smp_mflags} check
|
||||
%postun -n libmbim-glib4 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc COPYING NEWS
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%{_bindir}/mbim-network
|
||||
%{_bindir}/mbimcli
|
||||
%{_libexecdir}/mbim-proxy
|
||||
@ -97,7 +98,8 @@ make %{?_smp_mflags} check
|
||||
%{_mandir}/man1/mbimcli.1%{?ext_man}
|
||||
|
||||
%files -n libmbim-glib4
|
||||
%doc COPYING.LIB
|
||||
%license COPYING.LIB
|
||||
|
||||
%{_libdir}/libmbim-glib.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user