Jan Engelhardt 2018-08-25 06:44:18 +00:00 committed by Git OBS Bridge
parent 7b53cae313
commit 0838f754b3

View File

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