summaryrefslogtreecommitdiff
path: root/ros2-medkit-beacon-common.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-20 12:25:20 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-20 12:25:20 +0000
commit244b9754265d7b4c70d8fc09bb56203ba6d82812 (patch)
tree49944c2c692d3e371f8b0c5a2b56febdecb924dd /ros2-medkit-beacon-common.spec
parentf6a14e9c4d6cf942d2dd22f8fab91b73640bf9bd (diff)
automatic import of ros-humble-ros2-medkit-beacon-common
Diffstat (limited to 'ros2-medkit-beacon-common.spec')
-rw-r--r--ros2-medkit-beacon-common.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ros2-medkit-beacon-common.spec b/ros2-medkit-beacon-common.spec
index 99813db..17c9dfc 100644
--- a/ros2-medkit-beacon-common.spec
+++ b/ros2-medkit-beacon-common.spec
@@ -42,7 +42,7 @@ Provides common beacon validation, hint storage, entity mapping,
and response building utilities used by the ros2_medkit discovery plugin suite.
%prep
-%autosetup -n ros2_medkit-%{commit}
+%autosetup -n ros2-medkit-beacon-common-%{version}
# ros-humble-ros2-medkit-cmake (reused RPM) 缺少 cmake 模块文件;
# extras.cmake 依赖 ${ros2_medkit_cmake_DIR} 目录下有这些文件才能把路径加入
# CMAKE_MODULE_PATH。手动补装到已安装包的 share 目录使 include() 可以找到它们。