diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-01-06 09:22:15 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-01-06 09:22:15 +0000 |
| commit | a58b1366d130d2018d6f925d8b385b6fc11ebac5 (patch) | |
| tree | 7e40c8bf48ce568003d140e8ca24066ee54b7325 | |
| parent | ea23a4dddb9b690ddf145e22cef94314ec13fdb4 (diff) | |
automatic import of ament_cmakeopeneuler24.03_LTS
| -rw-r--r-- | ament-cmake-auto.spec (renamed from ament-cmake-core.spec) | 28 | ||||
| -rw-r--r-- | sources | 2 |
2 files changed, 11 insertions, 19 deletions
diff --git a/ament-cmake-core.spec b/ament-cmake-auto.spec index 6db58a4..c21e37a 100644 --- a/ament-cmake-core.spec +++ b/ament-cmake-auto.spec @@ -6,23 +6,24 @@ %global __provides_exclude_from ^/opt/ros/%{ros_distro}/.*$ %global __requires_exclude_from ^/opt/ros/%{ros_distro}/.*$ -%define RosPkgName ament-cmake-core +%define RosPkgName ament-cmake-auto + %define ros_distro humble Name: ros-%{ros_distro}-%{RosPkgName} Version: 1.3.4 Release: 1%{?dist}%{?release_suffix} -Summary: ROS ament-cmake-core package +Summary: The auto-magic functions for ease to use of the ament buildsystem in CMake. License: Apache License 2.0 Source0: %{name}_%{version}.orig.tar.gz -Requires: cmake -Requires: ros-%{ros_distro}-ament-package -Requires: python3-catkin_pkg +Requires: ros-%{ros_distro}-ament-cmake +Requires: ros-%{ros_distro}-ament-cmake-gtest +Requires: ros-%{ros_distro}-ros-workspace -BuildRequires: cmake -BuildRequires: ros-%{ros_distro}-ament-package -BuildRequires: python3-catkin_pkg +BuildRequires: ros-%{ros_distro}-ament-cmake +BuildRequires: ros-%{ros_distro}-ament-cmake-gtest +BuildRequires: ros-%{ros_distro}-ros-workspace %if 0%{?with_tests} %endif @@ -32,16 +33,7 @@ Provides: %{name}-doc = %{version}-%{release} Provides: %{name}-runtime = %{version}-%{release} %description - - The core of the ament buildsystem in CMake. - - Several subcomponents provide specific funtionalities: - * environment: provide prefix-level setup files - * environment_hooks: provide package-level setup files and environment hooks - * index: store information in an index and retrieve them without crawling - * package_templates: templates from the ament_package Python package - * symlink_install: use symlinks for CMake install commands - +The auto-magic functions for ease to use of the ament buildsystem in CMake. %prep %autosetup -p1 @@ -1 +1 @@ -d96443ad07077aabadb4cbf4101fb693 ros-humble-ament-cmake-core_1.3.4.orig.tar.gz +59f61ad7e0688ed3a207bf34e5bbd485 ros-humble-ament-cmake-auto_1.3.4.orig.tar.gz |
