summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2026-09-19 14:39:19 +0000
committerCoprDistGit <infra@openeuler.org>2026-09-19 14:39:19 +0000
commit71cf9426c432c61e97f7e0dbe378b695def724c0 (patch)
tree148d4ce76c618afd4998f8f9a50586f135fc5842
parent964b3a0e59cced49ffc34f3c33898a8dcfac67d3 (diff)
automatic import of ros-humble-ecl-manipulatorsopeneuler24.03_LTS_SP3
-rw-r--r--.gitignore1
-rw-r--r--ecl-manipulators.spec75
-rw-r--r--sources1
3 files changed, 77 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..c8d73ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ecl-manipulators-1.2.1.tar.gz
diff --git a/ecl-manipulators.spec b/ecl-manipulators.spec
new file mode 100644
index 0000000..c3877d7
--- /dev/null
+++ b/ecl-manipulators.spec
@@ -0,0 +1,75 @@
+%define ros_distro humble
+%define RosPkgName ecl-manipulators
+%define src_version 1.2.1
+
+Name: ros-%{ros_distro}-%{RosPkgName}
+Version: 1.2.1
+Release: 1%{?dist}
+Summary: Deploys various manipulation algorithms, currently just feedforward filters (in
+License: BSD
+URL: https://github.com/stonier/ecl_core.git
+Source0: %{RosPkgName}-%{src_version}.tar.gz
+
+%global debug_package %{nil}
+%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
+%global __provides_exclude_from ^/opt/ros/%{ros_distro}/.*$
+%global __requires_exclude_from ^/opt/ros/%{ros_distro}/.*$
+
+BuildRequires: cmake
+BuildRequires: ros-%{ros_distro}-ament-cmake
+BuildRequires: ros-%{ros_distro}-ament-cmake-ros
+BuildRequires: ros-%{ros_distro}-ecl-build
+BuildRequires: ros-%{ros_distro}-ecl-license
+BuildRequires: ros-%{ros_distro}-ecl-exceptions
+BuildRequires: ros-%{ros_distro}-ecl-formatters
+BuildRequires: ros-%{ros_distro}-ecl-geometry
+
+Requires: ros-%{ros_distro}-ros-workspace
+Requires: ros-%{ros_distro}-ament-cmake
+Requires: ros-%{ros_distro}-ecl-build
+Requires: ros-%{ros_distro}-ecl-license
+Requires: ros-%{ros_distro}-ecl-exceptions
+Requires: ros-%{ros_distro}-ecl-formatters
+Requires: ros-%{ros_distro}-ecl-geometry
+
+Provides: %{name}-devel = %{version}-%{release}
+Provides: %{name}-doc = %{version}-%{release}
+Provides: %{name}-runtime = %{version}-%{release}
+
+%description
+Deploys various manipulation algorithms, currently just
+ feedforward filters (interpolations).
+
+%prep
+%autosetup -n %{RosPkgName}-%{src_version}
+
+%build
+source /opt/ros/%{ros_distro}/setup.sh 2>/dev/null || true
+export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages${PYTHONPATH:+:$PYTHONPATH}
+export PKG_CONFIG_PATH=/opt/ros/%{ros_distro}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
+cd ecl_manipulators
+mkdir -p .obj && cd .obj
+%cmake3 \
+ -DCMAKE_INSTALL_PREFIX="/opt/ros/%{ros_distro}" \
+ -DAMENT_PREFIX_PATH="/opt/ros/%{ros_distro}" \
+ -DCMAKE_PREFIX_PATH="/opt/ros/%{ros_distro}" \
+ -UINCLUDE_INSTALL_DIR -ULIB_INSTALL_DIR -USYSCONF_INSTALL_DIR -USHARE_INSTALL_PREFIX -ULIB_SUFFIX \
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DBUILD_TESTING=OFF -DTESTING=OFF -DCMAKE_SUPPRESS_REGENERATION=ON \
+ ..
+make %{?_smp_mflags}
+
+%install
+source /opt/ros/%{ros_distro}/setup.sh 2>/dev/null || true
+export PYTHONPATH=/opt/ros/%{ros_distro}/lib/python%{python3_version}/site-packages${PYTHONPATH:+:$PYTHONPATH}
+export PKG_CONFIG_PATH=/opt/ros/%{ros_distro}/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
+cd ecl_manipulators
+cd .obj
+make install DESTDIR=%{buildroot}
+
+%files
+/opt/ros/%{ros_distro}
+
+%changelog
+* Sat Sep 19 2026 ai-importer <ai-importer@openeuler.org> - 1.2.1-1
+- Initial import (ROS batch)
diff --git a/sources b/sources
new file mode 100644
index 0000000..7f5299a
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+586dd6ec4a2268e669b37590e92d7550 ecl-manipulators-1.2.1.tar.gz