forked from pool/neard
Accepting request 769769 from hardware
OBS-URL: https://build.opensuse.org/request/show/769769 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neard?expand=0&rev=8
This commit is contained in:
commit
13b8cc252c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 15:08:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
|
||||||
|
OBS to shortcut through the -mini flavors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org
|
Fri Mar 6 12:21:11 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
neard.spec
10
neard.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package neard
|
# spec file for package neard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
|
# Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
|
||||||
#
|
#
|
||||||
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,9 +21,9 @@ Name: neard
|
|||||||
Version: 0.15
|
Version: 0.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NFC for Linux
|
Summary: NFC for Linux
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
Url: http://01.org/linux-nfc/
|
URL: http://01.org/linux-nfc/
|
||||||
|
|
||||||
#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard
|
#Git-Clone: git://git.kernel.org/pub/scm/network/nfc/neard
|
||||||
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/network/nfc/neard-%{version}.tar.xz
|
||||||
@ -33,12 +33,12 @@ Patch1: neard-0.13-fix-dbus_send_destination_config.patch
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libudev-devel
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
BuildRequires: pkgconfig(dbus-1) >= 1.4
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||||
BuildRequires: pkgconfig(libnl-3.0)
|
BuildRequires: pkgconfig(libnl-3.0)
|
||||||
BuildRequires: pkgconfig(libnl-genl-3.0)
|
BuildRequires: pkgconfig(libnl-genl-3.0)
|
||||||
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user