38 lines
951 B
RPMSpec
38 lines
951 B
RPMSpec
Name: yubico-authenticator
|
|
Version: 7.3.0
|
|
Release: 1%{?dist}
|
|
License: Apache 2.0
|
|
Summary: yubico-authenticator
|
|
AutoReqProv: no
|
|
|
|
# This setting not working yet which is why we are using QA_RPATHS=$(( 0x0002 ))
|
|
%global __brp_check_rpaths %{nil}
|
|
|
|
%undefine _disable_source_fetch
|
|
%global platform linux
|
|
Source0: https://developers.yubico.com/yubioath-flutter/Releases/%{name}-%{version}-%{platform}.tar.gz
|
|
|
|
%description
|
|
Yubico authenticator
|
|
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/usr/share/%{name}
|
|
mkdir -p %{buildroot}/usr/share/applications
|
|
|
|
tar zxvf %{_sourcedir}/%{name}-%{version}-%{platform}.tar.gz --strip-components=1 -C %{buildroot}/usr/share/%{name}
|
|
cp %{_sourcedir}/yubico-authenticator.desktop %{buildroot}/usr/share/applications
|
|
|
|
%files
|
|
/usr/share/applications/yubico-authenticator.desktop
|
|
/usr/share/%{name}
|
|
|
|
%changelog
|
|
* Sat Jan 18 2025 Michael Kaufman <kmankrew@icloud.com>
|
|
-
|
|
|