12 Star 0 Fork 6

src-openEuler/libyubikey

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libyubikey.spec 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2年前 . Add make dependency
Name: libyubikey
Version: 1.13
Release: 3
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 make
%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
* Tue Dec 13 2022 yaoxin <yaoxin30@h-partners.com> - 1.13-3
- Add make dependency
* Thu Sep 9 2021 Pengju Jiang <jiangpengju2@huawei.com> - 1.13-2
- solve the problem of safe compilation rpath
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com> - 1.13-1
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libyubikey.git
git@gitee.com:src-openeuler/libyubikey.git
src-openeuler
libyubikey
libyubikey
openEuler-24.09

搜索帮助