Accepting request 581330 from GNOME:Next

cleaned

OBS-URL: https://build.opensuse.org/request/show/581330
OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=29
This commit is contained in:
Dirk Mueller 2018-03-05 08:53:35 +00:00 committed by Git OBS Bridge
parent b764b23a5d
commit 309a701a22
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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