[pyhoca-gui] Update to 0.5.0.0

Orion Poplawski orion at fedoraproject.org
Mon Oct 20 14:56:23 UTC 2014


commit ba8c6e1bc24a76c98879f9fc414181b9c99f8987
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Oct 20 08:56:22 2014 -0600

    Update to 0.5.0.0

 pyhoca-gui.spec |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index bf4eddf..fcf3774 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -1,6 +1,6 @@
 Name:           pyhoca-gui
-Version:        0.4.0.9
-Release:        3%{?dist}
+Version:        0.5.0.0
+Release:        1%{?dist}
 Summary:        Graphical X2Go client written in (wx)Python
 
 Group:          Applications/Communications
@@ -13,14 +13,16 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-distutils-extra
 BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
 BuildRequires:  intltool
 %if 0%{?rhel} < 7
 Requires:       system-config-printer-libs
+Requires:       python-argparse
 %else
 Requires:       python-cups
 %endif
 Requires:       python-setproctitle
-Requires:       python-x2go
+Requires:       python-x2go >= 0.5.0.0
 Requires:       notify-python
 Requires:       wxPython
 
@@ -43,6 +45,7 @@ notification area and allows multiple X2Go session handling.
 
 
 %build
+%{__python} setup.py build_i18n
 %{__python} setup.py build
 
 
@@ -51,6 +54,7 @@ notification area and allows multiple X2Go session handling.
 mkdir -p %{buildroot}%{_bindir}/
 cp -p %{name} %{buildroot}%{_bindir}/
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+%find_lang PyHoca-GUI
 
 
 %post
@@ -66,8 +70,8 @@ fi
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/PyHoca &>/dev/null || :
 
 
-%files
-%doc LICENSE.txt README TODO
+%files -f PyHoca-GUI.lang
+%doc COPYING README TODO
 %{_bindir}/%{name}
 %{python_sitelib}/*
 %{_datadir}/applications/%{name}.desktop
@@ -78,6 +82,9 @@ fi
 
 
 %changelog
+* Mon Oct 20 2014 Orion Poplawski <orion at cora.nwra.com> - 0.5.0.0-1
+- Update to 0.5.0.0
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list