summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-26 14:22:27 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-26 14:22:27 +0000
commitbe39c0ed89911e7d27226a5a62f64b16c6aca670 (patch)
tree98761332b83dc37cb548c235e6129631433a4e0a
parente44c2d44ed1e2df40ae705224b6097663e4465df (diff)
automatic import of angles
-rw-r--r--angles.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/angles.spec b/angles.spec
index ccb9f10..7b2e355 100644
--- a/angles.spec
+++ b/angles.spec
@@ -54,7 +54,6 @@ This package provides a set of simple math utilities to work
# 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
@@ -62,7 +61,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}