summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-30 06:57:59 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-30 06:57:59 +0000
commit1d3751c66bbb4415c7f419c7f9e9984af8df10f0 (patch)
tree29a81f1e47f54283477aa155394619350fdcc341
parentd839edef8835996b116ea944c6f3573647399e69 (diff)
automatic import of nav2-velocity-smootheropeneuler24.03_LTS
-rw-r--r--nav2-velocity-smoother.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-velocity-smoother.spec b/nav2-velocity-smoother.spec
index 2d36593..a95e52c 100644
--- a/nav2-velocity-smoother.spec
+++ b/nav2-velocity-smoother.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -45,7 +45,7 @@ Provides: %{name}-runtime = %{version}-%{release}
Nav2's Output velocity smoother
%prep
-%autosetup -c -n %{name}-%{version}
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -69,7 +69,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build