[packages/libfido2] - up to 1.2.0
arekm
arekm at pld-linux.org
Fri Nov 22 17:54:37 CET 2019
commit 16e6dfe30b66bce99c691ee0af79f88921409166
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Nov 22 17:54:30 2019 +0100
- up to 1.2.0
libfido2.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libfido2.spec b/libfido2.spec
index 62f7ac0..45d321d 100644
--- a/libfido2.spec
+++ b/libfido2.spec
@@ -1,13 +1,13 @@
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: 0.1.0
+Version: 1.2.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: ff1fe068892d16c5922f4774252d94d2
+# Source0-md5: 3075949f4683d3960871d4c23d6f4089
URL: https://developers.yubico.com/libfido2/
BuildRequires: cmake >= 3.0
BuildRequires: hidapi-devel >= 0.8.0
@@ -48,7 +48,8 @@ install -d build
cd build
# note: exects CMAKE_INSTALL_LIBDIR relative to prefix
%cmake .. \
- -DCMAKE_INSTALL_LIBDIR=%{_lib}
+ -DCMAKE_INSTALL_LIBDIR=%{_lib} \
+ -DGZIP_PATH=FALSE
%{__make}
@@ -67,7 +68,11 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc LICENSE README.adoc
+%attr(755,root,root) %{_bindir}/fido2-assert
+%attr(755,root,root) %{_bindir}/fido2-cred
+%attr(755,root,root) %{_bindir}/fido2-token
%attr(755,root,root) %{_libdir}/libfido2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libfido2.so.1
%files devel
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfido2.git/commitdiff/16e6dfe30b66bce99c691ee0af79f88921409166
More information about the pld-cvs-commit
mailing list