summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ament-cmake-auto.spec (renamed from ament-cmake-core.spec)28
-rw-r--r--sources2
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
diff --git a/sources b/sources
index 5bfceaf..0c60a88 100644
--- a/sources
+++ b/sources
@@ -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