summaryrefslogtreecommitdiff
path: root/joint-state-publisher-gui.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-04-06 10:23:37 +0000
committerCoprDistGit <infra@openeuler.org>2026-04-06 10:23:37 +0000
commitf87ef3b0da262b4d0ba93b4b78f292d333169281 (patch)
treee8a6b0e10d0ff09920dc719f87a6e9f3cb41bcc1 /joint-state-publisher-gui.spec
parent251ed45cf3d6907a1ccc807f50f08d98a16ea64a (diff)
automatic import of joint-state-publisher-guiopeneuler24.03_LTS
Diffstat (limited to 'joint-state-publisher-gui.spec')
-rw-r--r--joint-state-publisher-gui.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/joint-state-publisher-gui.spec b/joint-state-publisher-gui.spec
index b446405..112caff 100644
--- a/joint-state-publisher-gui.spec
+++ b/joint-state-publisher-gui.spec
@@ -45,7 +45,6 @@ This package contains a GUI tool for setting and publishing joint state values f
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_build
%install
@@ -53,7 +52,6 @@ cd %{RosPkgName}-%{version}
# in the install tree and source it. It will set things like
# CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "/opt/ros/%{ros_distro}/setup.sh" ]; then . "/opt/ros/%{ros_distro}/setup.sh"; fi
-cd %{RosPkgName}-%{version}
%py3_install -- --prefix "/opt/ros/%{ros_distro}"
%if 0%{?with_tests}