summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-27 09:32:42 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-27 09:32:42 +0000
commit98d97c9696699d6d1c59c4e4430547bf3ee4670d (patch)
tree14bcadba90d5d6ff4bcbfc194480f15d3726efa6
parentf9e79e4dc464a4222c87cfeb5e776a150d77c1fd (diff)
automatic import of nav2-dwb-controlleropeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--nav2-dwb-controller.spec22
-rw-r--r--sources2
3 files changed, 11 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index ff01c6c..6db7785 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ros-humble-nav2-dwb-controller_1.1.9.orig.tar.gz
+/nav2-dwb-controller-1.1.20.tar.gz
diff --git a/nav2-dwb-controller.spec b/nav2-dwb-controller.spec
index 10715ff..1445c07 100644
--- a/nav2-dwb-controller.spec
+++ b/nav2-dwb-controller.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-dwb-controller
-%define ros_distro humble
Name: ros-%{ros_distro}-%{RosPkgName}
-Version: 1.1.9
+Version: 1.1.20
Release: 1%{?dist}%{?release_suffix}
-Summary: ROS nav2-dwb-controller package
+Summary: ROS2 controller (DWB) metapackage
License: Apache-2.0
-Source0: %{name}_%{version}.orig.tar.gz
+Source0: %{RosPkgName}-%{version}.tar.gz
Requires: ros-%{ros_distro}-costmap-queue
Requires: ros-%{ros_distro}-dwb-core
@@ -44,12 +45,10 @@ Provides: %{name}-doc = %{version}-%{release}
Provides: %{name}-runtime = %{version}-%{release}
%description
-
- ROS2 controller (DWB) metapackage
-
+ROS2 controller (DWB) metapackage
%prep
-%autosetup -p1
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -73,7 +72,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -108,8 +107,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 Carl Delsey carl.r.delsey@intel.com - 1.1.6-1
+* Wed Mar 25 2026 Carl Delsey carl.r.delsey@intel.com - 1.1.20-1
- Autogenerated by ros-porting-tools
diff --git a/sources b/sources
index 486fab0..9ad8008 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-091fd3c18f304473e608fc7cc894e7ae ros-humble-nav2-dwb-controller_1.1.9.orig.tar.gz
+de1aac509ae51f9222e2f72f325ec2ff nav2-dwb-controller-1.1.20.tar.gz