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:
parent
b764b23a5d
commit
309a701a22
@ -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
|
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
|
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||||
License: GPL-2.0+ AND LGPL-2.0+
|
License: GPL-2.0+ AND LGPL-2.0+
|
||||||
Group: Productivity/Networking/System
|
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
|
Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
@ -39,7 +39,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
|||||||
|
|
||||||
%package -n libmbim-glib4
|
%package -n libmbim-glib4
|
||||||
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
Summary: Mobile Interface Broadband Model (MBIM) protocol
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libmbim-glib4
|
%description -n libmbim-glib4
|
||||||
@ -48,7 +48,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Mobile Interface Broadband Model (MBIM) protocol - Development files
|
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++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libmbim-glib4 = %{version}
|
Requires: libmbim-glib4 = %{version}
|
||||||
|
|
||||||
@ -89,7 +89,8 @@ make %{?_smp_mflags} check
|
|||||||
%postun -n libmbim-glib4 -p /sbin/ldconfig
|
%postun -n libmbim-glib4 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING NEWS
|
%license COPYING
|
||||||
|
%doc NEWS
|
||||||
%{_bindir}/mbim-network
|
%{_bindir}/mbim-network
|
||||||
%{_bindir}/mbimcli
|
%{_bindir}/mbimcli
|
||||||
%{_libexecdir}/mbim-proxy
|
%{_libexecdir}/mbim-proxy
|
||||||
@ -97,7 +98,8 @@ make %{?_smp_mflags} check
|
|||||||
%{_mandir}/man1/mbimcli.1%{?ext_man}
|
%{_mandir}/man1/mbimcli.1%{?ext_man}
|
||||||
|
|
||||||
%files -n libmbim-glib4
|
%files -n libmbim-glib4
|
||||||
%doc COPYING.LIB
|
%license COPYING.LIB
|
||||||
|
|
||||||
%{_libdir}/libmbim-glib.so.*
|
%{_libdir}/libmbim-glib.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user