fix desktop application exec

f37
Seth Jennings 8 years ago
parent 70d89912ee
commit f6e0a9d067

1
.gitignore vendored

@ -5,3 +5,4 @@
/yubioath-desktop-2.3.0.tar.gz.sig /yubioath-desktop-2.3.0.tar.gz.sig
/yubioath-desktop-3.0.1.tar.gz /yubioath-desktop-3.0.1.tar.gz
/yubioath-desktop-3.0.1.tar.gz.sig /yubioath-desktop-3.0.1.tar.gz.sig
/0001-Update-desktop-icon-command.patch

@ -1,2 +1 @@
1025b68e5a10c1238b356f68e735bf44 yubioath-desktop-3.0.1.tar.gz 3d7e6090eae89e1bbd3f9bf2ab4aa785 0001-Update-desktop-icon-command.patch
4f89a5b0cb7a8ee5d49ea28a5b68916d yubioath-desktop-3.0.1.tar.gz.sig

@ -2,7 +2,7 @@
Name: yubioath-desktop Name: yubioath-desktop
Version: 3.0.1 Version: 3.0.1
Release: 1%{?dist} Release: 2%{?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,7 +12,7 @@ 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: 0001-Update-desktop-icon-command.patch
BuildRequires: gnupg2 python2-devel desktop-file-utils BuildRequires: gnupg2 python2-devel desktop-file-utils
Requires: python2-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb python-click Requires: python2-crypto pyscard python-pyside ykpers pcsc-lite-ccid pyusb python-click
@ -29,7 +29,7 @@ password codes, with the help of a YubiKey that protects the shared secrets.
# https://bugzilla.redhat.com/show_bug.cgi?id=1292687 # https://bugzilla.redhat.com/show_bug.cgi?id=1292687
# Disabling signature check until resolved # Disabling signature check until resolved
#gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0} #gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%setup -q %autosetup -p1
%build %build
%{__python2} setup.py build %{__python2} setup.py build
@ -78,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
* Tue Sep 27 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-2
- Fix desktop application executable name
* Mon Jul 25 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-1 * Mon Jul 25 2016 Seth Jennings <spartacus06@gmail.com> - 3.0.1-1
- Upstream release. - Upstream release.

Loading…
Cancel
Save