diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:46:44 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 07:46:44 +0000 |
| commit | 6bd4bcfdf605d1486c68d7a491f0fdc4f962ad7c (patch) | |
| tree | 171a420b90cfddf4732e44a5237ced548ea02139 | |
| parent | 5a210641782b9e0cbb1c84f389a1382243716af5 (diff) | |
automatic import of nav2-constrained-smootheropeneuler24.03_LTS
| -rw-r--r-- | nav2-constrained-smoother.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-constrained-smoother.spec b/nav2-constrained-smoother.spec index c68cad7..edd13c9 100644 --- a/nav2-constrained-smoother.spec +++ b/nav2-constrained-smoother.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -55,7 +55,7 @@ Provides: %{name}-runtime = %{version}-%{release} Ceres constrained 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. @@ -79,7 +79,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
