[X2Go-Commits] [x2goclient] 46/74: pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers).
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:46 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.5.0.1
in repository x2goclient.
commit 5e24a92354a49db02c2240adda6b2b53aeb3b192
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Dec 10 20:47:15 2013 +0100
pyhoca-cli.spec: Ship pyhoca-cli.spec (RPM package definitions) in upstream project. (Thanks to the Fedora package maintainers).
---
debian/changelog | 3 +++
pyhoca-cli.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 21fb6ef0..2db76f9b 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 at 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 00000000..a31f94da
--- /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
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list