diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-09-20 10:45:30 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-09-20 10:45:30 +0000 |
| commit | 43791c8bf421d9ebd9e00f2e9ff6c9ca707d3bb3 (patch) | |
| tree | 1afb5ee4c55162957f05f19c4b5c5d51a09d92c0 | |
| parent | 4553531053ca8c48a3c78f73839dfd7ab9b98c09 (diff) | |
automatic import of ros-humble-rti-connext-dds-cmake-moduleopeneuler24.03_LTS_SP3
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | rti-connext-dds-cmake-module.spec | 63 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 65 insertions, 0 deletions
@@ -0,0 +1 @@ +/rti-connext-dds-cmake-module-0.11.6-1.tar.gz diff --git a/rti-connext-dds-cmake-module.spec b/rti-connext-dds-cmake-module.spec new file mode 100644 index 0000000..59f3112 --- /dev/null +++ b/rti-connext-dds-cmake-module.spec @@ -0,0 +1,63 @@ +%define ros_distro humble +%define RosPkgName rti-connext-dds-cmake-module +%define src_version 0.11.6-1 + +Name: ros-%{ros_distro}-%{RosPkgName} +Version: 0.11.6 +Release: 1%{?dist} +Summary: Helper module to provide access to RTI products like Connext DDS Professional +License: Apache License 2.0 +URL: https://github.com/ros2/rmw_connextdds/tree/humble +Source0: %{RosPkgName}-%{src_version}.tar.gz + +%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}/.*$ + +BuildRequires: cmake +BuildRequires: ros-%{ros_distro}-ament-cmake + +Requires: ros-%{ros_distro}-ros-workspace +Requires: ros-%{ros_distro}-ament-cmake + +Provides: %{name}-devel = %{version}-%{release} +Provides: %{name}-doc = %{version}-%{release} +Provides: %{name}-runtime = %{version}-%{release} + +%description +Helper module to provide access to RTI products like Connext DDS Professional + +%prep +%autosetup -n %{RosPkgName}-%{src_version} + +%build +[ -f /opt/ros/%{ros_distro}/setup.sh ] && source /opt/ros/%{ros_distro}/setup.sh || true +export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages${PYTHONPATH:+:$PYTHONPATH} +export PKG_CONFIG_PATH=/opt/ros/%{ros_distro}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH} +cd rti_connext_dds_cmake_module +mkdir -p .obj && cd .obj +%cmake3 \ + -DCMAKE_INSTALL_PREFIX="/opt/ros/%{ros_distro}" \ + -DAMENT_PREFIX_PATH="/opt/ros/%{ros_distro}" \ + -DCMAKE_PREFIX_PATH="/opt/ros/%{ros_distro}" \ + -UINCLUDE_INSTALL_DIR -ULIB_INSTALL_DIR -USYSCONF_INSTALL_DIR -USHARE_INSTALL_PREFIX -ULIB_SUFFIX \ + -DSETUPTOOLS_DEB_LAYOUT=OFF \ + -DBUILD_TESTING=OFF -DTESTING=OFF -DCMAKE_SUPPRESS_REGENERATION=ON \ + .. +make %{?_smp_mflags} + +%install +[ -f /opt/ros/%{ros_distro}/setup.sh ] && source /opt/ros/%{ros_distro}/setup.sh || true +export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages${PYTHONPATH:+:$PYTHONPATH} +export PKG_CONFIG_PATH=/opt/ros/%{ros_distro}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH} +cd rti_connext_dds_cmake_module +cd .obj +make install DESTDIR=%{buildroot} + +%files +/opt/ros/%{ros_distro} + +%changelog +* Sun Sep 20 2026 ai-importer <ai-importer@openeuler.org> - 0.11.6-1 +- Initial import (ROS batch) @@ -0,0 +1 @@ +60b01f6f20c7c4c273e2fa03f49033d9 rti-connext-dds-cmake-module-0.11.6-1.tar.gz |
