summaryrefslogtreecommitdiff
path: root/moveit-resources-prbt-ikfast-manipulator-plugin.spec
diff options
context:
space:
mode:
Diffstat (limited to 'moveit-resources-prbt-ikfast-manipulator-plugin.spec')
-rw-r--r--moveit-resources-prbt-ikfast-manipulator-plugin.spec15
1 files changed, 6 insertions, 9 deletions
diff --git a/moveit-resources-prbt-ikfast-manipulator-plugin.spec b/moveit-resources-prbt-ikfast-manipulator-plugin.spec
index 149764b..9e7a007 100644
--- a/moveit-resources-prbt-ikfast-manipulator-plugin.spec
+++ b/moveit-resources-prbt-ikfast-manipulator-plugin.spec
@@ -1,4 +1,4 @@
-%bcond_without tests
+%bcond_with tests
%bcond_without weak_deps
%define ros_distro humble
@@ -11,16 +11,14 @@
Name: ros-%{ros_distro}-%{RosPkgName}
Version: 2.5.9
-Release: 1%{?dist}%{?release_suffix}
+Release: 3%{?dist}%{?release_suffix}
Summary: The prbt_ikfast_manipulator_plugin package
-Url: http://moveit.ros.org
+Url: http://moveit.ai
License: Apache 2.0
Source0: %{RosPkgName}-%{version}.tar.gz
-Patch0: moveit-resources-prbt-ikfast-manipulator-plugin-fix-generate-parameter-library-include-path.patch
Requires: ros-%{ros_distro}-tf2-geometry-msgs
-Requires: ros-%{ros_distro}-generate-parameter-library
Requires: ros-%{ros_distro}-moveit-core
Requires: ros-%{ros_distro}-pluginlib
Requires: ros-%{ros_distro}-rclcpp
@@ -28,7 +26,6 @@ Requires: ros-%{ros_distro}-tf2-kdl
Requires: ros-%{ros_distro}-ros-workspace
BuildRequires: ros-%{ros_distro}-tf2-geometry-msgs
-BuildRequires: ros-%{ros_distro}-generate-parameter-library
BuildRequires: ros-%{ros_distro}-moveit-core
BuildRequires: ros-%{ros_distro}-pluginlib
BuildRequires: ros-%{ros_distro}-rclcpp
@@ -49,7 +46,7 @@ Provides: %{name}-runtime = %{version}-%{release}
The prbt_ikfast_manipulator_plugin package
%prep
-%autosetup -p1 -n %{RosPkgName}-%{version}
+%autosetup -c -n %{name}-%{version}
%build
# Needed to bootstrap since the ros_workspace package does not yet exist.
@@ -73,7 +70,7 @@ mkdir -p .obj-%{_target_platform} && cd .obj-%{_target_platform}
%if !0%{?with_tests}
-DBUILD_TESTING=OFF \
%endif
- ..
+ ../%{RosPkgName}-%{version}
%make_build
@@ -108,5 +105,5 @@ else echo "RPM TESTS SKIPPED"; fi
/opt/ros/%{ros_distro}
%changelog
-* Thu Apr 09 2026 Alexander Gutenkunst a.gutenkunst@pilz.de - 2.5.9-1
+* Tue Apr 14 2026 Alexander Gutenkunst a.gutenkunst@pilz.de - 2.5.9-1
- Autogenerated by ros-porting-tools