From 084b86c4df2c34e2e99fb746e04001892d13203f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 27 Mar 2026 09:31:42 +0000 Subject: automatic import of rtabmap-launch --- .gitignore | 1 + rtabmap-launch.spec | 20 +++++++++----------- sources | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index cee6dfc..3576098 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ros-humble-rtabmap-launch_0.21.5.orig.tar.gz +/rtabmap-launch-0.22.1.tar.gz diff --git a/rtabmap-launch.spec b/rtabmap-launch.spec index 0a2ea25..bc1b784 100644 --- a/rtabmap-launch.spec +++ b/rtabmap-launch.spec @@ -1,22 +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 rtabmap-launch -%define ros_distro humble -%define with_tests 0 Name: ros-%{ros_distro}-%{RosPkgName} -Version: 0.21.5 +Version: 0.22.1 Release: 1%{?dist}%{?release_suffix} Summary: RTAB-Map's main launch files. License: BSD -Source0: %{name}_%{version}.orig.tar.gz +Source0: %{RosPkgName}-%{version}.tar.gz Requires: ros-%{ros_distro}-rtabmap-odom Requires: ros-%{ros_distro}-rtabmap-slam @@ -24,8 +24,10 @@ Requires: ros-%{ros_distro}-rtabmap-msgs Requires: ros-%{ros_distro}-rtabmap-util Requires: ros-%{ros_distro}-rtabmap-rviz-plugins Requires: ros-%{ros_distro}-rtabmap-viz +Requires: ros-%{ros_distro}-ros-workspace BuildRequires: ros-%{ros_distro}-ament-cmake +BuildRequires: ros-%{ros_distro}-ros-workspace %if 0%{?with_tests} %endif @@ -38,15 +40,12 @@ Provides: %{name}-runtime = %{version}-%{release} RTAB-Map's main launch files. %prep -%autosetup -p1 +%autosetup -c -n %{name}-%{version} %build # Needed to bootstrap since the ros_workspace package does not yet exist. export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages -export ROS_DISTRO=%{ros_distro} -export ROS_PYTHON_VERSION=%{python3_version} - # In case we're installing to a non-standard location, look for a setup.sh # in the install tree and source it. It will set things like # CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH. @@ -61,12 +60,11 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform} -DCMAKE_INSTALL_PREFIX="/opt/ros/%{ros_distro}" \ -DAMENT_PREFIX_PATH="/opt/ros/%{ros_distro}" \ -DCMAKE_PREFIX_PATH="/opt/ros/%{ros_distro}" \ - -DCMAKE_INSTALL_LIBDIR="/opt/ros/%{ros_distro}/lib" \ -DSETUPTOOLS_DEB_LAYOUT=OFF \ %if !0%{?with_tests} -DBUILD_TESTING=OFF \ %endif - .. + ../%{RosPkgName}-%{version} %make_build @@ -101,5 +99,5 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog -* Fri May 23 2025 Mathieu Labbe matlabbe@gmail.com - 0.21.5-1 +* Wed Mar 25 2026 Mathieu Labbe matlabbe@gmail.com - 0.22.1-1 - Autogenerated by ros-porting-tools diff --git a/sources b/sources index df1325a..d75493f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -822531aafa5521c50c85f9a04a950459 ros-humble-rtabmap-launch_0.21.5.orig.tar.gz +5ed4a7667e7638d028e4c28cef85cba9 rtabmap-launch-0.22.1.tar.gz -- cgit v1.2.3