[X2Go-Commits] [x2goclient] 80/94: pyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca directory.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:53 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 3fbced2fc6147ebe6d8e2ac216689330723cfb0c
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Nov 11 11:27:38 2018 +0100
pyhoca-cli.spec: fully own %{python2_sitelib}/pyhoca directory.
Not great, as explained in pyhoca-gui, but necessary to make packaging easier.
---
debian/changelog | 2 ++
pyhoca-cli.spec | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2d1e459f..3578f841 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
out for now to let builds fail and get a file list.
- Pick the files correctly.
- Also pick files matching PyHoca_CLI* in the site-lib directory.
+ - Fully own %{python2_sitelib}/pyhoca directory. Not great, as explained
+ in pyhoca-gui, but necessary to make packaging easier.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 19 Sep 2018 15:20:43 +0200
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index c83680da..421b0041 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -96,10 +96,10 @@ cp -rp man/* %{buildroot}/%{_mandir}/
%doc COPYING README TODO
%{_bindir}/%{name}
%if 0%{?el6} || 0%{?el7}
-%{python2_sitelib}/pyhoca/cli/
+%{python2_sitelib}/pyhoca/
%{python2_sitelib}/PyHoca_CLI*
%else
-%{python3_sitelib}/pyhoca/cli/
+%{python3_sitelib}/pyhoca/
%{python3_sitelib}/PyHoca_CLI*
%if 0%{?suse_version}
%if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 )
--
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