]> git.pld-linux.org Git - packages/yubico-piv-tool.git/commitdiff
- updated to 2.5.0 master auto/th/yubico-piv-tool-2.5.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Feb 2024 17:21:38 +0000 (18:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 2 Feb 2024 17:21:38 +0000 (18:21 +0100)
yubico-piv-tool.spec

index 41fa5f9803d742831321aaee5082e70df491ca00..aca800818e5e4f598b1772cbdfffe31d4e13057f 100644 (file)
@@ -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}
This page took 0.11439 seconds and 4 git commands to generate.