代码拉取完成,页面将自动刷新
#%global debug_package %{nil}
Name: libyubikey
Version: 1.13
Release: 1
Summary: low-level C software development kit for the Yubico YubiKey authentication device
License: BSD
URL: https://developers.yubico.com/yubico-c/
Source0: https://developers.yubico.com/yubico-c/Releases/%{name}-%{version}.tar.gz
BuildRequires: gcc
%description
This package make up the low-level C software development kit for the Yubico YubiKey authentication device.
%package devel
Summary: devel pacakge for libyubikey
Requires: %{name} = %{version}-%{release}
%description devel
This package make up the low-level C software development kit for the Yubico YubiKey authentication device.
%prep
%setup -q -n %{name}-%{version}/
%build
%configure --enable-static=no
%make_build
%install
%make_install
rm -rf %{buildroot}/%{_libdir}/*.la
%pre
%preun
%post
%postun
%check
%files
%license COPYING
%doc AUTHORS NEWS ChangeLog README
%{_bindir}/*
%{_libdir}/libyubikey.so.*
%{_mandir}/*
%files devel
%{_includedir}/*
%{_libdir}/libyubikey.so
%changelog
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。