Dominique Leuenberger 2020-02-05 18:41:29 +00:00 committed by Git OBS Bridge
commit bb11c6db60
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 13:53:41 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
OBS to shortcut through the -mini flavors.
-------------------------------------------------------------------
Mon Jul 22 08:54:03 UTC 2019 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package hidapi
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Release: 0
Summary: Simple library for communicating with USB and Bluetooth HID devices
License: GPL-3.0-or-later OR BSD-3-Clause
Group: System/Libraries
Url: https://github.com/libusb/hidapi
URL: https://github.com/libusb/hidapi
Source: https://github.com/libusb/hidapi/archive/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages
Patch0: do_not_install_docs.patch
@ -32,10 +32,10 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libusb-1_0-devel
BuildRequires: make
BuildRequires: pkg-config
BuildRequires: pkgconfig(libudev)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description