From ea085aa2c82d41c0aa3b6ef0110b668981a36e87 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 27 Mar 2026 09:33:12 +0000 Subject: automatic import of nav2-bt-navigator --- .gitignore | 1 + nav2-bt-navigator.spec | 16 +++++++--------- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ea88bdb..a514902 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ros-humble-nav2-bt-navigator_1.1.9.orig.tar.gz +/nav2-bt-navigator-1.1.20.tar.gz diff --git a/nav2-bt-navigator.spec b/nav2-bt-navigator.spec index 3f2f79b..b793a08 100644 --- a/nav2-bt-navigator.spec +++ b/nav2-bt-navigator.spec @@ -1,20 +1,21 @@ %bcond_without tests %bcond_without weak_deps +%define ros_distro humble + %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-bt-navigator -%define ros_distro humble Name: ros-%{ros_distro}-%{RosPkgName} -Version: 1.1.9 +Version: 1.1.20 Release: 1%{?dist}%{?release_suffix} Summary: TODO License: Apache-2.0 -Source0: %{name}_%{version}.orig.tar.gz +Source0: %{RosPkgName}-%{version}.tar.gz Requires: ros-%{ros_distro}-tf2-ros Requires: ros-%{ros_distro}-behaviortree-cpp-v3 @@ -60,7 +61,7 @@ Provides: %{name}-runtime = %{version}-%{release} TODO %prep -%autosetup -p1 +%autosetup -c -n %{name}-%{version} %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -84,7 +85,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - .. + ../%{RosPkgName}-%{version} %make_build @@ -119,8 +120,5 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog -* Mon Sep 11 2023 will_niutao - 1.1.9-1 -- update version and fix compile error with gcc12 - -* Thu May 04 2023 Michael Jeronimo michael.jeronimo@intel.com - 1.1.6-1 +* Wed Mar 25 2026 Michael Jeronimo michael.jeronimo@intel.com - 1.1.20-1 - Autogenerated by ros-porting-tools diff --git a/sources b/sources index d4a5409..5f49992 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28ad2bac3d4447c8209fcbdad76b0574 ros-humble-nav2-bt-navigator_1.1.9.orig.tar.gz +7c7cd8b251d1bb07ab4ab5e798b5b9bb nav2-bt-navigator-1.1.20.tar.gz -- cgit v1.2.3