Accepting request 760982 from home:StefanBruens:branches:openSUSE:Factory
- Only require python3-base package for building instead of full python3 package. OBS-URL: https://build.opensuse.org/request/show/760982 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=28
This commit is contained in:
parent
c580aee089
commit
599f3d4eb6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 4 17:47:58 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Only require python3-base package for building instead of
|
||||||
|
full python3 package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 15 10:18:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
Sun Dec 15 10:18:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqmi
|
# spec file for package libqmi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,14 +24,14 @@ Version: 1.24.2
|
|||||||
Release: 0
|
Release: 0
|
||||||
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.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
|
Summary: Library to control QMI devices
|
||||||
License: LGPL-2.1+ AND GPL-2.0+
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Hardware/Modem
|
Group: Hardware/Modem
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libqmi/
|
URL: https://www.freedesktop.org/wiki/Software/libqmi/
|
||||||
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
||||||
Source99: libqmi-rpmlintrc
|
Source99: libqmi-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3-base
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36
|
BuildRequires: pkgconfig(glib-2.0) >= 2.36
|
||||||
|
Loading…
Reference in New Issue
Block a user