The branch, build-baikal has been updated via 5e24a92354a49db02c2240adda6b2b53aeb3b192 (commit) from 01b9ccf16f2325f8beb48411b5dfbef09b612cea (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-cli.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 pyhoca-cli.spec The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 21fb6ef..2db76f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ pyhoca-cli (0.4.0.2-0x2go1) UNRELEASED; urgency=low + Versioned Depends: on python-x2go (>= 0.4.0.9-0~). * debian/source/format: + Switch to format 1.0. + * pyhoca-cli.spec: + + Ship pyhoca-cli.spec (RPM package definitions) in upstream project. + (Thanks to the Fedora package maintainers). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 12 Feb 2013 20:44:54 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec new file mode 100644 index 0000000..a31f94d --- /dev/null +++ b/pyhoca-cli.spec @@ -0,0 +1,56 @@ +Name: pyhoca-cli +Version: 0.4.0.2 +Release: 0.0x2go1%{?dist} +Summary: Command line X2Go client written in 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 +Requires: python-setproctitle +Requires: python-x2go +Requires: notify-python + +%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-CLI provides a simple and flexible command line client +written in Python that allows you to control X2Go client sessions +on desktops and thin clients. + + +%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}/ +mkdir -p %{buildroot}/%{_mandir}/ +cp -rp man/* %{buildroot}/%{_mandir}/ + + +%files +%doc LICENSE.txt README TODO +%{_bindir}/%{name} +%{python_sitelib}/* +%{_mandir}/man1/%{name}.1* + + +%changelog hooks/post-receive -- pyhoca-cli.git (Python X2Go Client (command line client)) 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-cli.git" (Python X2Go Client (command line client)).