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
commitc8d876dab10fd8fdf780a511e5a8f4da5c60eab6 (patch)
tree5ee5e5ebf34c8b95ed97b3ad017277ddc5dbbace
parentcfdb5063d405862809e95034a4306efec9d47926 (diff)
automatic import of nav2-msgsopeneuler24.03_LTS
-rw-r--r--nav2-msgs.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-msgs.spec b/nav2-msgs.spec
index 16b2e79..04301a7 100644
--- a/nav2-msgs.spec
+++ b/nav2-msgs.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -49,7 +49,7 @@ Provides: %{name}-runtime = %{version}-%{release}
Messages and service files for the Nav2 stack
%prep
-%autosetup -c -n %{name}-%{version}
+%autosetup -n %{RosPkgName}-%{version} -p1
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -73,7 +73,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ../%{RosPkgName}-%{version}
+ ..
%make_build