|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%global commit c58db92b64f9676b71c6fd7f6c9f4f0c59a8541e
|
|
|
|
|
%global commit 4df579e4bce482a3587a06d87ed890a39a074597
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
%global owner Yubico
|
|
|
|
|
%global svn git
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
|
Version: 5.0.1
|
|
|
|
|
Release: 4.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Version: 5.0.2
|
|
|
|
|
Release: 1.%{svn}%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -42,7 +42,7 @@ sed -i -e "1s|^#.*$|#!%{__python3}|g" build_qrc.py py/yubikey.py
|
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications resources/yubioath-desktop.desktop
|
|
|
|
|
|
|
|
|
|
# icons
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/yubioath.png
|
|
|
|
|
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources/icons/*.png
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jan 31 2020 Gerald Cox <gbcox@fedoraproject.org> - 5.0.2-1.git4df579e
|
|
|
|
|
- Upstream release rhbz#1796501
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-4.gitc58db92
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|