summaryrefslogtreecommitdiff
path: root/nav2-bt-navigator.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-30 10:07:51 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-30 10:07:51 +0000
commitdfb9665b13a3a3bc5faab89f27206bea0d0c9d0f (patch)
treee95d0af072436001a3e2d407caf873e28b1f1a74 /nav2-bt-navigator.spec
parentea085aa2c82d41c0aa3b6ef0110b668981a36e87 (diff)
automatic import of nav2-bt-navigatoropeneuler24.03_LTS
Diffstat (limited to 'nav2-bt-navigator.spec')
-rw-r--r--nav2-bt-navigator.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-bt-navigator.spec b/nav2-bt-navigator.spec
index b793a08..eb9d5b5 100644
--- a/nav2-bt-navigator.spec
+++ b/nav2-bt-navigator.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -61,7 +61,7 @@ Provides: %{name}-runtime = %{version}-%{release}
TODO
%prep
-%autosetup -c -n %{name}-%{version}
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -85,7 +85,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build