]> git.pld-linux.org Git - packages/libfido2.git/commitdiff
- up to 1.2.0 auto/th/libfido2-1.2.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Nov 2019 16:54:30 +0000 (17:54 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Nov 2019 16:54:30 +0000 (17:54 +0100)
libfido2.spec

index 62f7ac03e33b0f848f1763f7dd5ba135bf469193..45d321d9230808f6737eaf3dde5a68c591a67b10 100644 (file)
@@ -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)
This page took 0.186878 seconds and 4 git commands to generate.