summaryrefslogtreecommitdiff
path: root/nav2-route.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-30 07:45:59 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-30 07:45:59 +0000
commitca42e6858db5b268e3605e7f9c95adae7aef4a2c (patch)
tree2ca74595a93657f808e99684e9bc245a14333f75 /nav2-route.spec
parente73bc13945d93a8b75371493a684aee409dd4f82 (diff)
automatic import of nav2-route
Diffstat (limited to 'nav2-route.spec')
-rw-r--r--nav2-route.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-route.spec b/nav2-route.spec
index 9fbdc85..9a744e1 100644
--- a/nav2-route.spec
+++ b/nav2-route.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -70,7 +70,7 @@ Provides: %{name}-runtime = %{version}-%{release}
A Route Graph planner to compliment the Planner Server
%prep
-%autosetup -c -n %{name}-%{version}
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -94,7 +94,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build