|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%global commit 4df579e4bce482a3587a06d87ed890a39a074597
|
|
|
|
|
%global commit 5e94bd8fafc8814d582b3e5809383b4b9e83d28f
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
%global owner Yubico
|
|
|
|
|
%global svn git
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
|
Version: 5.0.2
|
|
|
|
|
Release: 2.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Version: 5.0.3
|
|
|
|
|
Release: 1.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -39,7 +39,7 @@ sed -i -e "1s|^#.*$|#!%{__python3}|g" build_qrc.py py/yubikey.py
|
|
|
|
|
%make_install INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
# desktop file
|
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop
|
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/com.yubico.yubioath.desktop
|
|
|
|
|
|
|
|
|
|
# icons
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/*.png
|
|
|
|
@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 14 2020 Gerald Cox <gbcox@fedoraproject.org> - 5.0.3-1.git5e94bd8
|
|
|
|
|
- Upstream release rhbz#1823928
|
|
|
|
|
|
|
|
|
|
* Mon Apr 06 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.0.2-2.git4df579e
|
|
|
|
|
- rebuild (qt5)
|
|
|
|
|
|
|
|
|
|