]> git.pld-linux.org Git - packages/yubico-piv-tool.git/blobdiff - yubico-piv-tool.spec
- updated to 2.5.0
[packages/yubico-piv-tool.git] / yubico-piv-tool.spec
index 1d86920139823ae595afa20699f3e433ac100630..aca800818e5e4f598b1772cbdfffe31d4e13057f 100644 (file)
@@ -6,16 +6,16 @@
 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
-Version:       2.2.1
+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: fdd64e16da13c464cfb0c7999b407cec
-Patch0:                openssl3.patch
-Patch1:                install.patch
+# 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
@@ -91,13 +91,11 @@ pakiet zawiera biblioteki statyczne.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 mkdir -p build
 cd build
-%{cmake} ../ \
+%cmake .. \
        -DBACKEND="pcsc" \
        %{!?with_tests:-DSKIP_TESTS:BOOL=ON}
 %{__make}
This page took 0.067479 seconds and 4 git commands to generate.