The branch, build-baikal has been updated via 45e855e179b8ab1d4e6d037aa4cdca772e412a77 (commit) from c74c62a51d384583fccc3c4d97abd1332621f079 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 +++ pyhoca-gui.spec | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 pyhoca-gui.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index e35fccd..3e61c65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,9 @@ pyhoca-gui (0.4.0.9-0x2go1) UNRELEASED; urgency=low + Recommend mate-notification-daemon (or notification-daemon as fallback). * debian/source/format: + Switch to format 1.0. + * pyhoca-gui.spec: + + Ship pyhoca-gui.spec (RPM package definitions) in upstream project. + (Thanks to the Fedora package maintainers). [ Ricardo Díaz Martín ] * New upstream release (0.4.0.9): diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec new file mode 100644 index 0000000..3ee3f84 --- /dev/null +++ b/pyhoca-gui.spec @@ -0,0 +1,75 @@ +Name: pyhoca-gui +Version: 0.4.0.9 +Release: 0.0x2go1%{?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: intltool +Requires: python-setproctitle +Requires: python-x2go +Requires: notify-python +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 + + +%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 + + +%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 +%doc LICENSE.txt 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 hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).