From 4aaec832d792d0bd56ffbdfa5959157c09552d06 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 2 Feb 2024 18:21:38 +0100 Subject: [PATCH 1/1] - updated to 2.5.0 --- yubico-piv-tool.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index 41fa5f9..aca8008 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -1,20 +1,21 @@ # # Conditional build: %bcond_without static_libs # static library -%bcond_with tests # unit tests +%bcond_without tests # unit tests Summary: Tool for interacting with the PIV applet on a YubiKey NEO Summary(pl.UTF-8): Narzędzie do komunikacji z apletem PIV na YubiKey NEO Name: yubico-piv-tool -# toggle tests on upgrade -Version: 2.3.0 +Version: 2.5.0 Release: 1 License: BSD Group: Applications Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz -# Source0-md5: b05ccce29454183f7f58dea00ef169e2 +# Source0-md5: 106baecf9860ccb6f052ac9cc2b6ddd9 URL: https://developers.yubico.com/yubico-piv-tool/ BuildRequires: check-devel >= 0.9.6 +BuildRequires: cmake >= 3.5 +BuildRequires: gcc >= 6:4.7 BuildRequires: gengetopt BuildRequires: help2man BuildRequires: openssl-devel @@ -94,7 +95,7 @@ pakiet zawiera biblioteki statyczne. %build mkdir -p build cd build -%{cmake} ../ \ +%cmake .. \ -DBACKEND="pcsc" \ %{!?with_tests:-DSKIP_TESTS:BOOL=ON} %{__make} -- 2.44.0