initial commit
This commit is contained in:
34
yubico-authenticator.spec
Normal file
34
yubico-authenticator.spec
Normal file
@@ -0,0 +1,34 @@
|
||||
Name: yubico-authenticator
|
||||
Version: 7.3.0
|
||||
Release: 1%{?dist}
|
||||
License: Apache 2.0
|
||||
Summary: yubico-authenticator
|
||||
AutoReqProv: no
|
||||
|
||||
%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>
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user