diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-03-27 09:30:57 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-03-27 09:30:57 +0000 |
| commit | 62fc6f5b7b27a1fed87a6be55c9559782fae3b4a (patch) | |
| tree | cc206278df48fcc8230a66d71b6ca32ef72a0dd0 | |
| parent | 0b6afd7f8af1a9e3dd2ffe41b202a984f47fedc6 (diff) | |
automatic import of rtabmap-vizopeneuler24.03_LTS
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | rtabmap-viz.spec | 21 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 12 deletions
@@ -1 +1,2 @@ /ros-humble-rtabmap-viz_0.21.5.orig.tar.gz +/rtabmap-viz-0.22.1.tar.gz diff --git a/rtabmap-viz.spec b/rtabmap-viz.spec index c47fcad..e2bf109 100644 --- a/rtabmap-viz.spec +++ b/rtabmap-viz.spec @@ -1,21 +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 rtabmap-viz -%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 visualization package. License: BSD -Source0: %{name}_%{version}.orig.tar.gz +Source0: %{RosPkgName}-%{version}.tar.gz Requires: ros-%{ros_distro}-cv-bridge Requires: ros-%{ros_distro}-geometry-msgs @@ -26,6 +26,7 @@ Requires: ros-%{ros_distro}-nav-msgs Requires: ros-%{ros_distro}-rtabmap-msgs Requires: ros-%{ros_distro}-rtabmap-sync Requires: ros-%{ros_distro}-tf2 +Requires: ros-%{ros_distro}-ros-workspace BuildRequires: ros-%{ros_distro}-cv-bridge BuildRequires: ros-%{ros_distro}-geometry-msgs @@ -36,7 +37,9 @@ BuildRequires: ros-%{ros_distro}-nav-msgs BuildRequires: ros-%{ros_distro}-rtabmap-msgs BuildRequires: ros-%{ros_distro}-rtabmap-sync BuildRequires: ros-%{ros_distro}-tf2 +BuildRequires: ros-%{ros_distro}-ros-environment BuildRequires: ros-%{ros_distro}-ament-cmake-ros +BuildRequires: ros-%{ros_distro}-ros-workspace %if 0%{?with_tests} %endif @@ -49,15 +52,12 @@ Provides: %{name}-runtime = %{version}-%{release} RTAB-Map's visualization package. %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. @@ -72,12 +72,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 @@ -112,5 +111,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 @@ -1 +1 @@ -333ddc63ef7dfbce2c2c2103f7b4efe7 ros-humble-rtabmap-viz_0.21.5.orig.tar.gz +b29d228e05491279032d0441e0d84b7d rtabmap-viz-0.22.1.tar.gz |
