Name: pyhoca-gui Version: 0.5.0.6 Release: 5%{?dist} Summary: Graphical X2Go client written in (wx)Python Group: Applications/Communications License: AGPLv3+ URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-distutils-extra BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool %if 0%{?rhel} && 0%{?rhel} < 7 Requires: system-config-printer-libs Requires: python-argparse %else Requires: python-cups %endif Requires: python-setproctitle Requires: python-x2go >= 0.5.0.0 %if 0%{?fedora} >= 22 Requires: libnotify Requires: pygobject3-base %else Requires: notify-python %endif Requires: wxPython %description X2Go is a server based computing environment with: - session resuming - low bandwidth support - LDAP support - client side mass storage mounting support - client side printing support - audio support - authentication by smartcard and USB stick PyHoca-GUI is a slim X2Go client that docks to the desktop's notification area and allows multiple X2Go session handling. %prep %setup -q %build %{__python} setup.py build_i18n %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} mkdir -p %{buildroot}%{_bindir}/ cp -p %{name} %{buildroot}%{_bindir}/ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %find_lang PyHoca-GUI %post /bin/touch --no-create %{_datadir}/icons/PyHoca &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/PyHoca &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/PyHoca &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/PyHoca &>/dev/null || : %files -f PyHoca-GUI.lang %license COPYING %doc README TODO %{_bindir}/%{name} %{python_sitelib}/* %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/PyHoca/ %{_datadir}/pixmaps/pyhoca_x2go-logo-ubuntu.svg %{_datadir}/pyhoca %{_mandir}/man1/%{name}.1* %changelog * Fri Feb 09 2018 Fedora Release Engineering - 0.5.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.5.0.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.5.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 0.5.0.6-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Mar 24 2016 Orion Poplawski - 0.5.0.6-1 - Update to 0.5.0.6 * Thu Feb 04 2016 Fedora Release Engineering - 0.5.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jan 28 2016 Orion Poplawski - 0.5.0.5-1 - Update to 0.5.0.5 - Drop notify patch fixed upstream * Thu Jun 18 2015 Fedora Release Engineering - 0.5.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 26 2015 Orion Poplawski - 0.5.0.4-2 - Use pygobject3 libnotify bindings with wxPython/wxGTK 3 * Mon Jan 26 2015 Orion Poplawski - 0.5.0.4-1 - Update to 0.5.0.4 * Mon Dec 1 2014 Orion Poplawski - 0.5.0.3-1 - Update to 0.5.0.3 * Mon Oct 20 2014 Orion Poplawski - 0.5.0.2-1 - Update to 0.5.0.2 * Mon Oct 20 2014 Orion Poplawski - 0.5.0.0-1 - Update to 0.5.0.0 * Sat Jun 07 2014 Fedora Release Engineering - 0.4.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Jan 22 2014 Orion Poplawski - 0.4.0.9-2 - No python-cups, use system-config-printer-libs on EL6 (bug #1056434) * Wed Jan 8 2014 Orion Poplawski - 0.4.0.9-1 - Update to 0.4.0.9 - Add Requires python-cups * Thu Aug 29 2013 Orion Poplawski - 0.4.0.8-1 - Update to 0.4.0.8 - Add BR on desktop-file-utils, validate the desktop file - Add gtk-update-icon-cache scriptlets - Own /usr/share/pyhoca - Change tabs to spaces * Thu Aug 1 2013 Orion Poplawski - 0.4.0.6-1 - Update to 0.4.0.6 * Wed Feb 13 2013 Orion Poplawski - 0.4.0.1-1 - Update to 0.4.0.1 * Tue Feb 12 2013 Orion Poplawski - 0.4.0.0-1 - Update to 0.4.0.0 * Tue Dec 18 2012 Orion Poplawski - 0.2.1.1-1 - Initial Fedora release