[pyhoca-cli] Initial import

Orion Poplawski orion at fedoraproject.org
Mon Sep 9 15:00:56 UTC 2013


commit 3c9249cce2aa4cf7f5035fc5f87fb7a5c511e304
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Sep 9 09:00:47 2013 -0600

    Initial import

 .gitignore      |    1 +
 pyhoca-cli.spec |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d3aed76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pyhoca-cli-0.4.0.1.tar.gz
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
new file mode 100644
index 0000000..3ba224e
--- /dev/null
+++ b/pyhoca-cli.spec
@@ -0,0 +1,64 @@
+Name:           pyhoca-cli
+Version:        0.4.0.1
+Release:        2%{?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
+* Fri Aug 30 2013 Orion Poplawski <orion at cora.nwra.com> - 0.4.0.1-2
+- Change tabs to spaces
+
+* Thu Aug 1 2013 Orion Poplawski <orion at cora.nwra.com> - 0.4.0.1-1
+- Update to 0.4.0.1
+
+* Tue Dec 18 2012 Orion Poplawski <orion at cora.nwra.com> - 0.2.1.0-1
+- Initial Fedora release
diff --git a/sources b/sources
index e69de29..f777f70 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+579381f4c92b4636f1f65759568cbafb  pyhoca-cli-0.4.0.1.tar.gz


More information about the scm-commits mailing list