summaryrefslogtreecommitdiff
path: root/nav2-controller.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-27 09:33:12 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-27 09:33:12 +0000
commit299f27032df0479ad3b7ef29474029569a7285c9 (patch)
tree23934ce1cee8264145482881f5e30ca18e5b14d2 /nav2-controller.spec
parent0d21a9b41aea35516583ad8fefbc53edb5d0bf74 (diff)
automatic import of nav2-controlleropeneuler24.03_LTS
Diffstat (limited to 'nav2-controller.spec')
-rw-r--r--nav2-controller.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/nav2-controller.spec b/nav2-controller.spec
index 3c0dcea..52a6574 100644
--- a/nav2-controller.spec
+++ b/nav2-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-controller
-%define ros_distro humble
Name: ros-%{ros_distro}-%{RosPkgName}
-Version: 1.1.9
+Version: 1.1.20
Release: 1%{?dist}%{?release_suffix}
Summary: Controller action interface
License: Apache-2.0
-Source0: %{name}_%{version}.orig.tar.gz
+Source0: %{RosPkgName}-%{version}.tar.gz
Requires: ros-%{ros_distro}-angles
Requires: ros-%{ros_distro}-rclcpp
@@ -57,7 +58,7 @@ Provides: %{name}-runtime = %{version}-%{release}
Controller action interface
%prep
-%autosetup -p1
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -81,7 +82,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -116,8 +117,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