|
|
@ -1,30 +1,25 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
# yubioath-desktop
|
|
|
|
# yubioath-desktop
|
|
|
|
%global commit0 b9a7f283ab9656c937c3b17a46088026ad067cb5
|
|
|
|
%global commit0 098b81444c6f1d4cd1352d60ffe6902f6459da67
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
# pyotherside
|
|
|
|
|
|
|
|
%global commit1 fdb5950acd1fc14eb8926ab939594a95c9602a79
|
|
|
|
|
|
|
|
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# qt-solutions
|
|
|
|
# qt-solutions
|
|
|
|
%global commit2 5eac28ccd8bfdcad0000d053519547c8ad8991fe
|
|
|
|
%global commit2 5eac28ccd8bfdcad0000d053519547c8ad8991fe
|
|
|
|
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
|
|
|
|
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
# yubikey-manager
|
|
|
|
# yubikey-manager
|
|
|
|
%global commit3 fde87e3467474749fe0e39832e155ddde574429d
|
|
|
|
%global commit3 8d7756f7a3218615ec4254a9d7569959ca05df1d
|
|
|
|
%global shortcommit3 %(c=%{commit3}; echo ${c:0:7})
|
|
|
|
%global shortcommit3 %(c=%{commit3}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Version: 4.2.0
|
|
|
|
Version: 4.3.3
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?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/Yubico/yubioath-desktop
|
|
|
|
URL: https://github.com/Yubico/yubioath-desktop
|
|
|
|
Source0: https://github.com/Yubico/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source0: https://github.com/Yubico/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source1: https://github.com/thp/pyotherside/archive/%{commit1}.tar.gz#/pyotherside-%{shortcommit1}.tar.gz
|
|
|
|
|
|
|
|
Source2: https://github.com/qtproject/qt-solutions/archive/%{commit2}.tar.gz#/qt-solutions-%{shortcommit2}.tar.gz
|
|
|
|
Source2: https://github.com/qtproject/qt-solutions/archive/%{commit2}.tar.gz#/qt-solutions-%{shortcommit2}.tar.gz
|
|
|
|
Source3: https://github.com/Yubico/yubikey-manager/archive/%{commit3}.tar.gz#/yubikey-manager-%{shortcommit3}.tar.gz
|
|
|
|
Source3: https://github.com/Yubico/yubikey-manager/archive/%{commit3}.tar.gz#/yubikey-manager-%{shortcommit3}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
@ -40,19 +35,13 @@ password codes, with the help of a YubiKey that protects the shared secrets.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{name}-%{commit0}
|
|
|
|
%autosetup -n %{name}-%{commit0}
|
|
|
|
%setup -D -n %{name}-%{commit0} -a 1
|
|
|
|
|
|
|
|
%setup -D -n %{name}-%{commit0} -a 2
|
|
|
|
%setup -D -n %{name}-%{commit0} -a 2
|
|
|
|
%setup -D -n %{name}-%{commit0} -a 3
|
|
|
|
%setup -D -n %{name}-%{commit0} -a 3
|
|
|
|
rmdir vendor/*
|
|
|
|
rmdir vendor/*
|
|
|
|
mv -f pyotherside-%{commit1} vendor/pyotherside
|
|
|
|
|
|
|
|
mv -f qt-solutions-%{commit2} vendor/qt-solutions
|
|
|
|
mv -f qt-solutions-%{commit2} vendor/qt-solutions
|
|
|
|
mv -f yubikey-manager-%{commit3} vendor/yubikey-manager
|
|
|
|
mv -f yubikey-manager-%{commit3} vendor/yubikey-manager
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
cd vendor/pyotherside
|
|
|
|
|
|
|
|
qmake-qt5
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
cd ../..
|
|
|
|
|
|
|
|
qmake-qt5
|
|
|
|
qmake-qt5
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -74,6 +63,9 @@ cp %{_builddir}/%{buildsubdir}/resources/icons/yubioath.png %{buildroot}%{_datad
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 2 2018 Seth Jennings <sethdjennings@gmail.com> - 4.3.3-1
|
|
|
|
|
|
|
|
- Upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.2.0-4
|
|
|
|
* Sun Mar 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 4.2.0-4
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|