diff options
Diffstat (limited to 'nebula-core-hw-interfaces.spec')
| -rw-r--r-- | nebula-core-hw-interfaces.spec | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
