|
|
@ -1,8 +1,8 @@
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Name: yubioath-desktop
|
|
|
|
Version: 2.3.0
|
|
|
|
Version: 3.0.1
|
|
|
|
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
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
@ -12,10 +12,10 @@ Source0: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.g
|
|
|
|
Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz.sig
|
|
|
|
Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz.sig
|
|
|
|
Source2: gpgkey-6FBA95E8.gpg
|
|
|
|
Source2: gpgkey-6FBA95E8.gpg
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: fix-pyside-requirement.patch
|
|
|
|
#Patch0: fix-pyside-requirement.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnupg2 python2-devel desktop-file-utils
|
|
|
|
BuildRequires: gnupg2 python2-devel desktop-file-utils
|
|
|
|
Requires: python-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb
|
|
|
|
Requires: python2-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb python-click
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(post): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
Requires(postun): desktop-file-utils
|
|
|
|
|
|
|
|
|
|
|
@ -30,7 +30,6 @@ password codes, with the help of a YubiKey that protects the shared secrets.
|
|
|
|
# Disabling signature check until resolved
|
|
|
|
# Disabling signature check until resolved
|
|
|
|
#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%{__python2} setup.py build
|
|
|
|
%{__python2} setup.py build
|
|
|
@ -42,7 +41,7 @@ password codes, with the help of a YubiKey that protects the shared secrets.
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
cp %{_builddir}/%{buildsubdir}/man/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
cp %{_builddir}/%{buildsubdir}/man/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
gzip %{buildroot}%{_mandir}/man1/yubioath.1
|
|
|
|
gzip %{buildroot}%{_mandir}/man1/yubioath.1
|
|
|
|
gzip %{buildroot}%{_mandir}/man1/yubioath-cli.1
|
|
|
|
gzip %{buildroot}%{_mandir}/man1/yubioath-gui.1
|
|
|
|
|
|
|
|
|
|
|
|
# desktop file
|
|
|
|
# desktop file
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{_builddir}/%{buildsubdir}/resources/yubioath.desktop
|
|
|
|
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{_builddir}/%{buildsubdir}/resources/yubioath.desktop
|
|
|
@ -79,6 +78,9 @@ fi
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 25 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-1
|
|
|
|
|
|
|
|
- Upstream release.
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-4
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.0-4
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
|
|
|
|