summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-27 09:30:27 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-27 09:30:27 +0000
commitde953cf35e81c77d97d0ff9960d2e3da1e2d91e0 (patch)
tree18d23eb6d94af6da27a2462d3dbdb579ec43c7fd
parent02c5aa257a5e227d410ba3e29a72b942f16a7cea (diff)
automatic import of nav2-coreopeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--nav2-core.spec16
-rw-r--r--sources2
3 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 7294447..634f717 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ros-humble-nav2-core_1.1.9.orig.tar.gz
+/nav2-core-1.1.20.tar.gz
diff --git a/nav2-core.spec b/nav2-core.spec
index 910bf6c..ce20af2 100644
--- a/nav2-core.spec
+++ b/nav2-core.spec
@@ -1,21 +1,22 @@
%bcond_without tests
%bcond_without weak_deps
+%define ros_distro humble
+
%global debug_package %{nil}
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
%global __provides_exclude_from ^/opt/ros/%{ros_distro}/.*$
%global __requires_exclude_from ^/opt/ros/%{ros_distro}/.*$
%define RosPkgName nav2-core
-%define ros_distro humble
Name: ros-%{ros_distro}-%{RosPkgName}
-Version: 1.1.9
+Version: 1.1.20
Release: 1%{?dist}%{?release_suffix}
Summary: A set of headers for plugins core to the Nav2 stack
License: Apache-2.0
-Source0: %{name}_%{version}.orig.tar.gz
+Source0: %{RosPkgName}-%{version}.tar.gz
Requires: ros-%{ros_distro}-rclcpp
Requires: ros-%{ros_distro}-rclcpp-lifecycle
@@ -58,7 +59,7 @@ Provides: %{name}-runtime = %{version}-%{release}
A set of headers for plugins core to the Nav2 stack
%prep
-%autosetup -p1
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -82,7 +83,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -117,8 +118,5 @@ else echo "RPM TESTS SKIPPED"; fi
/opt/ros/%{ros_distro}
%changelog
-* Mon Sep 11 2023 will_niutao <niutao2@huawei.com> - 1.1.9-1
-- update version and fix compile error with gcc12
-
-* Thu May 04 2023 Steve Macenski stevenmacenski@gmail.com - 1.1.6-1
+* Wed Mar 25 2026 Steve Macenski stevenmacenski@gmail.com - 1.1.20-1
- Autogenerated by ros-porting-tools
diff --git a/sources b/sources
index 79484f3..99fcb84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d10a89fcab542347e0fc6cf7eaeb02a ros-humble-nav2-core_1.1.9.orig.tar.gz
+efdcf40df17a2e60a7af10b8a169c0d5 nav2-core-1.1.20.tar.gz