diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-30 06:59:13 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-30 06:59:13 +0000 |
| commit | 1dd1ddb8faa989ed88baa8e8dcb1c13575f507d0 (patch) | |
| tree | fe0a5616c9b21442f07f5c6c4830bc41427feacf /nav2-costmap-2d.spec | |
| parent | ecf4aaf0ab92e08ed77a90bd057e739efd2d6d83 (diff) | |
automatic import of nav2-costmap-2dopeneuler24.03_LTS
Diffstat (limited to 'nav2-costmap-2d.spec')
| -rw-r--r-- | nav2-costmap-2d.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nav2-costmap-2d.spec b/nav2-costmap-2d.spec index 3daa78e..228b952 100644 --- a/nav2-costmap-2d.spec +++ b/nav2-costmap-2d.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -87,7 +87,7 @@ This package provides an implementation of a 2D costmap that takes in sensor and configuration of sensor topics. %prep -%autosetup -c -n %{name}-%{version} +%autosetup -n %{RosPkgName}-%{version} -p1 %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -111,7 +111,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - ../%{RosPkgName}-%{version} + .. %make_build |
