SHA256
1
0
forked from pool/openocd

Accepting request 769660 from home:dimstar:Factory

Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769660
OBS-URL: https://build.opensuse.org/package/show/hardware/openocd?expand=0&rev=22
This commit is contained in:
Tomáš Chvátal 2020-02-03 18:22:32 +00:00 committed by Git OBS Bridge
parent a72517d582
commit 4452220950
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 15:14:43 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow
OBS to shortcut through the -mini flavors.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 19 11:31:10 UTC 2017 - afaerber@suse.de Sun Mar 19 11:31:10 UTC 2017 - afaerber@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package openocd # spec file for package openocd
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,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/
# #
@ -29,9 +29,9 @@ Name: openocd
Version: 0.10.0 Version: 0.10.0
Release: 0 Release: 0
Summary: Debugging, in-system programming and boundary-scan testing for embedded devices Summary: Debugging, in-system programming and boundary-scan testing for embedded devices
License: GPL-2.0 License: GPL-2.0-only
Group: Development/Tools/Debuggers Group: Development/Tools/Debuggers
Url: http://openocd.sourceforge.net/ URL: http://openocd.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sig Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sig
Source2: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sha1 Source2: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sha1
@ -48,10 +48,10 @@ BuildRequires: libhidapi-devel
BuildRequires: libjaylink-devel BuildRequires: libjaylink-devel
%endif %endif
BuildRequires: libtool BuildRequires: libtool
BuildRequires: libudev-devel
BuildRequires: libusb-compat-devel BuildRequires: libusb-compat-devel
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: pkg-config >= 0.23 BuildRequires: pkg-config >= 0.23
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
Requires: %{name}-data = %{version} Requires: %{name}-data = %{version}