summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-27 09:33:42 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-27 09:33:42 +0000
commitfd1d9a6c7894b682096a932baf719c56e3f2556e (patch)
treeeb7cc74dc28e0825ca1619c8178daad3df636ba7
parent2edb96e50718b655d532e28dd7bd689c7eee61ac (diff)
automatic import of nav2-regulated-pure-pursuit-controlleropeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--nav2-regulated-pure-pursuit-controller.spec16
-rw-r--r--sources2
3 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 0385a46..63a7558 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/ros-humble-nav2-regulated-pure-pursuit-controller_1.1.9.orig.tar.gz
+/nav2-regulated-pure-pursuit-controller-1.1.20.tar.gz
diff --git a/nav2-regulated-pure-pursuit-controller.spec b/nav2-regulated-pure-pursuit-controller.spec
index df4aa67..53a94f4 100644
--- a/nav2-regulated-pure-pursuit-controller.spec
+++ b/nav2-regulated-pure-pursuit-controller.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-regulated-pure-pursuit-controller
-%define ros_distro humble
Name: ros-%{ros_distro}-%{RosPkgName}
-Version: 1.1.9
+Version: 1.1.20
Release: 1%{?dist}%{?release_suffix}
Summary: Regulated Pure Pursuit Controller
License: Apache-2.0
-Source0: %{name}_%{version}.orig.tar.gz
+Source0: %{RosPkgName}-%{version}.tar.gz
Requires: ros-%{ros_distro}-nav2-common
Requires: ros-%{ros_distro}-nav2-core
@@ -55,7 +56,7 @@ Provides: %{name}-runtime = %{version}-%{release}
Regulated Pure Pursuit Controller
%prep
-%autosetup -p1
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -79,7 +80,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -114,8 +115,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 18c1c1f..655b239 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41d2f7cf24e615973424018b89c46f28 ros-humble-nav2-regulated-pure-pursuit-controller_1.1.9.orig.tar.gz
+e1b22fd3bb74a2e60b1385482e72dbe8 nav2-regulated-pure-pursuit-controller-1.1.20.tar.gz