This commit is contained in:
parent
7b53cae313
commit
0838f754b3
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
Name: canutils-linuxcan
|
||||
Name: canutils
|
||||
Summary: Utilities for Controller Area Networks from the Linux-CAN project
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause
|
||||
Group: Hardware/Other
|
||||
@ -28,6 +28,8 @@ Source: can-utils-%version.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
Obsoletes: canutils-linuxcan
|
||||
Provides: canutils-linuxcan
|
||||
|
||||
%description
|
||||
SocketCAN userspace utilities and tools.
|
||||
@ -50,7 +52,7 @@ slcan_attach, slcand and slcanpty.
|
||||
%build
|
||||
./autogen.sh
|
||||
# Avoid overlap with other canutils
|
||||
%configure --disable-static --program-prefix="linuxcan-"
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user