|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
%global commit bd73e7324ea5f92785d069a7eff00c5acf628863
|
|
|
|
|
%global commit a836933742cc6e6f97d53de6f52cd58a2e1113b0
|
|
|
|
|
%global forgeurl https://github.com/Yubico/yubioath-desktop/
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
|
Version: 5.0.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 5.1.0
|
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
License: BSD
|
|
|
|
|
|
|
|
|
|
%forgemeta
|
|
|
|
|
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
URL: %{forgeurl}
|
|
|
|
|
Source0: %{forgesource}
|
|
|
|
|
Source1: %{name}.rpmlintrc
|
|
|
|
@ -16,7 +16,7 @@ Source1: %{name}.rpmlintrc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
|
|
|
|
|
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel qt5-qtmultimedia-devel
|
|
|
|
|
Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid
|
|
|
|
|
Requires: yubikey-manager
|
|
|
|
|
|
|
|
|
@ -47,11 +47,14 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc NEWS README
|
|
|
|
|
%{_bindir}/*
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/icons/hicolor/128x128/apps/*
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 08 2021 Gerald Cox <gbcox@member.fsf.org> - 5.1.0-1
|
|
|
|
|
- Upstream release rhbz#2010689
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|