[packages/libfido2] - up to 1.4.0
arekm
arekm at pld-linux.org
Sat Apr 18 08:30:39 CEST 2020
commit fcbcd7d59fb17e19c68a93aaf1cee3d2fb010eaf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sat Apr 18 08:30:33 2020 +0200
- up to 1.4.0
libfido2.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/libfido2.spec b/libfido2.spec
index b6d1ccc..acf99ad 100644
--- a/libfido2.spec
+++ b/libfido2.spec
@@ -1,15 +1,16 @@
Summary: Library functionality for FIDO 2.0, including communication with a device over USB
Summary(pl.UTF-8): Biblioteka funkcji dla FIDO 2.0, wraz z komunikacją z urządzeniem po USB
Name: libfido2
-Version: 1.3.1
-Release: 3
+Version: 1.4.0
+Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/Yubico/libfido2/releases
Source0: https://github.com/Yubico/libfido2/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f5bbdebb31c0c5196e6b7ed8c1acddd5
+# Source0-md5: 829f0d580b456d39ea9213513ffe6667
URL: https://developers.yubico.com/libfido2/
BuildRequires: cmake >= 3.0
+BuildRequires: hidapi-devel
BuildRequires: libcbor-devel
BuildRequires: openssl-devel >= 1.1.0
BuildRequires: pkgconfig
@@ -60,7 +61,8 @@ cd build
# note: exects CMAKE_INSTALL_LIBDIR relative to prefix
%cmake .. \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \
- -DGZIP_PATH=FALSE
+ -DGZIP_PATH=FALSE \
+ -DUSE_HIDAPI=1
%{__make}
@@ -70,9 +72,6 @@ rm -rf $RPM_BUILD_ROOT
%{__make} -C build install \
DESTDIR=$RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}
-%{__mv} $RPM_BUILD_ROOT{%{_prefix}/man,%{_mandir}}
-
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfido2.git/commitdiff/fcbcd7d59fb17e19c68a93aaf1cee3d2fb010eaf
More information about the pld-cvs-commit
mailing list