summaryrefslogtreecommitdiff
path: root/nav2-msgs.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-03-27 09:30:10 +0000
committerCoprDistGit <infra@openeuler.org>2026-03-27 09:30:10 +0000
commitcfdb5063d405862809e95034a4306efec9d47926 (patch)
treeb6e4ba61ac4d34f5c21bf0fb3099bd889d42d267 /nav2-msgs.spec
parent4f603c870ba1f8f6bb11c6790a9b4c3b7403622c (diff)
automatic import of nav2-msgsopeneuler24.03_LTS
Diffstat (limited to 'nav2-msgs.spec')
-rw-r--r--nav2-msgs.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/nav2-msgs.spec b/nav2-msgs.spec
index b3c228d..16b2e79 100644
--- a/nav2-msgs.spec
+++ b/nav2-msgs.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-msgs
-%define ros_distro humble
Name: ros-%{ros_distro}-%{RosPkgName}
-Version: 1.1.9
+Version: 1.1.20
Release: 1%{?dist}%{?release_suffix}
Summary: Messages and service files for 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}-std-msgs
@@ -48,7 +49,7 @@ Provides: %{name}-runtime = %{version}-%{release}
Messages and service files for the Nav2 stack
%prep
-%autosetup -p1
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -72,7 +73,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -107,8 +108,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 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