|
|
@ -1,22 +1,24 @@
|
|
|
|
%global commit c58db92b64f9676b71c6fd7f6c9f4f0c59a8541e
|
|
|
|
%global commit c58db92b64f9676b71c6fd7f6c9f4f0c59a8541e
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global owner Yubico
|
|
|
|
%global owner Yubico
|
|
|
|
|
|
|
|
%global svn git
|
|
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Version: 5.0.1
|
|
|
|
Version: 5.0.1
|
|
|
|
Release: 1.git%{shortcommit}%{?dist}
|
|
|
|
Release: 2.%{svn}%{shortcommit}%{?dist}
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: https://github.com/%{owner}/yubioath-desktop
|
|
|
|
URL: https://github.com/%{owner}/yubioath-desktop
|
|
|
|
Source: https://github.com/%{owner}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
|
|
|
Source0: https://github.com/%{owner}/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz
|
|
|
|
|
|
|
|
Source1: %{name}.rpmlintrc
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
|
|
|
|
BuildRequires: qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtsvg-devel gcc-c++
|
|
|
|
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel
|
|
|
|
BuildRequires: python3 desktop-file-utils qt5-qtquickcontrols2-devel
|
|
|
|
Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid yubikey-manager
|
|
|
|
Requires: pyotherside qt5-qtdeclarative qt5-qtquickcontrols pcsc-lite-ccid yubikey-manager
|
|
|
|
|
|
|
|
|
|
|
|
## uses Qt5 private api's these help track that
|
|
|
|
## uses Qt5 private api's these help track that
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -50,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps resources
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 21 2019 Gerald Cox <gbcox@fedoraproject.org> - 5.0.1-2.gitc58db92
|
|
|
|
|
|
|
|
- Add rpmlintrc - rhbz#1762309
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 16 2019 Gerald Cox <gbcox@fedoraproject.org> - 5.0.1-1.gitc58db92
|
|
|
|
* Wed Oct 16 2019 Gerald Cox <gbcox@fedoraproject.org> - 5.0.1-1.gitc58db92
|
|
|
|
- Upstream release - rhbz#1762309
|
|
|
|
- Upstream release - rhbz#1762309
|
|
|
|
|
|
|
|
|
|
|
|