diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-04-14 02:49:30 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-04-14 02:49:30 +0000 |
| commit | ecd4bb45c29249459f609c713892f483a8bd07c8 (patch) | |
| tree | 5af9c9af9f521f63fcec09cb292e63ba83bee28c /moveit-common.spec | |
| parent | 12bd84673083b246a4e69896f469e03c1f2c413d (diff) | |
automatic import of moveit-common
Diffstat (limited to 'moveit-common.spec')
| -rw-r--r-- | moveit-common.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/moveit-common.spec b/moveit-common.spec index b56cfa1..0bae26e 100644 --- a/moveit-common.spec +++ b/moveit-common.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %bcond_without weak_deps %define ros_distro humble @@ -12,11 +12,11 @@ Name: ros-%{ros_distro}-%{RosPkgName} Version: 2.5.9 -Release: 2%{?dist}%{?release_suffix} +Release: 3%{?dist}%{?release_suffix} Summary: Common support functionality used throughout MoveIt -Url: http://moveit.ros.org -License: BSD-3-Clause +Url: http://moveit.ai +License: BSD Source0: %{RosPkgName}-%{version}.tar.gz Requires: ros-%{ros_distro}-backward-ros @@ -27,6 +27,8 @@ BuildRequires: ros-%{ros_distro}-ament-cmake BuildRequires: ros-%{ros_distro}-ros-workspace %if 0%{?with_tests} +BuildRequires: ros-%{ros_distro}-ament-lint-auto +BuildRequires: ros-%{ros_distro}-ament-lint-common %endif Provides: %{name}-devel = %{version}-%{release} @@ -37,7 +39,7 @@ Provides: %{name}-runtime = %{version}-%{release} Common support functionality used throughout MoveIt %prep -%autosetup -c -n moveit-common-2.5.9 +%autosetup -c -n %{name}-%{version} %build # Needed to bootstrap since the ros_workspace package does not yet exist. @@ -96,5 +98,5 @@ else echo "RPM TESTS SKIPPED"; fi /opt/ros/%{ros_distro} %changelog -* Thu Apr 09 2026 Henning Kayser henningkayser@picknik.ai - 2.5.9-1 +* Tue Apr 14 2026 Henning Kayser henningkayser@picknik.ai - 2.5.9-1 - Autogenerated by ros-porting-tools |
