Upstream release 2.2.1

f37
Seth Jennings 10 years ago
parent a6eca907d1
commit 3fe6a2721a

4
.gitignore vendored

@ -1 +1,3 @@
/yubioath-desktop-2.1.1.tar.gz
/gpgkey-6FBA95E8.gpg
/yubioath-desktop-2.2.1.tar.gz
/yubioath-desktop-2.2.1.tar.gz.sig

@ -0,0 +1,12 @@
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,8 @@
'console_scripts': ['yubioath-cli=yubioath.cli.__main__:main']
},
setup_requires=[],
- yc_requires=['ctypes', 'qt'],
+ yc_requires=['ctypes'],
+ packages=['yubioath', 'yubioath.gui', 'yubioath.yubicommon', 'yubioath.cli', 'yubioath.core', 'yubioath.gui.view', 'yubioath.yubicommon.setup', 'yubioath.yubicommon.ctypes', 'yubioath.yubicommon.qt'],
install_requires=['pyscard', 'pycrypto'],
extras_require={
'argcomplete': ['argcomplete']

@ -1 +1,2 @@
49e0ba9c7d7510153d3b5b06cf39d1c5 yubioath-desktop-2.1.1.tar.gz
a0bc29dd4f0b0611032f8be09a693f24 yubioath-desktop-2.2.1.tar.gz
81d4b66b8b3a71ff75553e3b8a80ec10 yubioath-desktop-2.2.1.tar.gz.sig

Binary file not shown.

@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: yubioath-desktop
Version: 2.1.1
Release: 3%{?dist}
Version: 2.2.1
Release: 1%{?dist}
Summary: Yubikey tool for generating OATH event-based HOTP and time-based TOTP codes
BuildArch: noarch
@ -12,6 +12,8 @@ Source0: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.g
Source1: https://developers.yubico.com/%{name}/Releases/%{name}-%{version}.tar.gz.sig
Source2: gpgkey-6FBA95E8.gpg
Patch0: fix-pyside-requirement.patch
BuildRequires: gnupg2 python2-devel desktop-file-utils
Requires: python-crypto pyscard python-pyside ykpers pcsc-lite-ccid
Requires(post): desktop-file-utils
@ -25,6 +27,7 @@ password codes, with the help of a YubiKey that protects the shared secrets.
%prep
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%setup -q
%patch0 -p1
%build
%{__python2} setup.py build
@ -50,8 +53,8 @@ cp %{_builddir}/%{buildsubdir}/resources/yubioath-desktop.png %{buildroot}%{_dat
%files
%license COPYING
%doc ChangeLog NEWS README
%{python_sitelib}/yubioath/
%{python_sitelib}/yubioath_desktop*
%{python2_sitelib}/yubioath/
%{python2_sitelib}/yubioath_desktop*
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/icons/hicolor/128x128/apps/*
@ -73,6 +76,9 @@ fi
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Aug 27 2015 Seth Jennings <spartacus06@gmail.com> - 2.2.1-1
- Upstream release.
* Thu Aug 06 2015 Seth Jennings <spartacus06@gmail.com> - 2.1.1-3
- Use __python2 macro.

Loading…
Cancel
Save