[X2Go-Commits] [x2goclient] 78/94: pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:52 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 14eba70f4093a43e540e96a0c67d42305469607e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Nov 10 17:05:08 2018 +0100
pyhoca-cli.spec: also pick files matching PyHoca_CLI* in the site-lib directory.
---
debian/changelog | 1 +
pyhoca-cli.spec | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 211776fe..790599b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
- Include python2_sitelib for CentOS, python3_sitelib otherwise. Comment
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.
-- 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 3afbc59c..c83680da 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -97,10 +97,10 @@ cp -rp man/* %{buildroot}/%{_mandir}/
%{_bindir}/%{name}
%if 0%{?el6} || 0%{?el7}
%{python2_sitelib}/pyhoca/cli/
-%{python2_sitelib}/PyHoca_CLI*/
+%{python2_sitelib}/PyHoca_CLI*
%else
%{python3_sitelib}/pyhoca/cli/
-%{python3_sitelib}/PyHoca_CLI*/
+%{python3_sitelib}/PyHoca_CLI*
%if 0%{?suse_version}
%if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 )
%pycache_only %{python3_sitelib}/__pycache__
--
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