diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-09-20 21:15:59 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-09-20 21:15:59 +0000 |
| commit | 1618a84e34cdb54a69ec208290d0184fed7c27b9 (patch) | |
| tree | aee3e609ba1c1275637ba1ec98fba22474ce263b | |
| parent | c40a3fcd2aa511430eed1f88916aa7acb1fee30e (diff) | |
automatic import of ros-humble-nebula-core-hw-interfacesopeneuler24.03_LTS_SP3
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | nebula-core-hw-interfaces.spec | 5 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,2 +1,3 @@ /nebula-1.2.0.tar.gz /26749c80dff89f39000a9817141143c05ec151ab.tar.gz +/nebula-core-hw-interfaces-1.2.0-1.tar.gz diff --git a/nebula-core-hw-interfaces.spec b/nebula-core-hw-interfaces.spec index 247bf2d..80d0750 100644 --- a/nebula-core-hw-interfaces.spec +++ b/nebula-core-hw-interfaces.spec @@ -1,6 +1,5 @@ %define ros_distro humble %define RosPkgName nebula-core-hw-interfaces -%global commit 26749c80dff89f39000a9817141143c05ec151ab Name: ros-%{ros_distro}-%{RosPkgName} Version: 1.2.0 @@ -8,7 +7,7 @@ Release: 1%{?dist} Summary: Nebula HW Interfaces Base License: Apache-2.0 URL: https://github.com/tier4/nebula -Source0: https://github.com/tier4/nebula/archive/%{commit}.tar.gz +Source0: %{RosPkgName}-%{version}-1.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') @@ -34,7 +33,7 @@ Nebula HW Interfaces Base — hardware interface abstractions (UDP, TCP, CAN, HTTP) for the Nebula sensor driver framework. %prep -%autosetup -n %{commit} +%autosetup -n %{RosPkgName}-%{version}-1 %build [ -f /opt/ros/%{ros_distro}/setup.sh ] && source /opt/ros/%{ros_distro}/setup.sh || true @@ -1 +1 @@ -4859fb67d110d0598c2dd767b8193496 26749c80dff89f39000a9817141143c05ec151ab.tar.gz +e23dec938fbde61c14f4f2b084bc5b6a nebula-core-hw-interfaces-1.2.0-1.tar.gz |
