2013-01-01 11:41:09 +00:00
|
|
|
#
|
|
|
|
# spec file for package canutils
|
|
|
|
#
|
2018-08-25 06:41:45 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-01-01 11:41:09 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2018-08-25 06:44:18 +00:00
|
|
|
Name: canutils
|
2018-08-25 06:41:45 +00:00
|
|
|
Summary: Utilities for Controller Area Networks from the Linux-CAN project
|
2020-08-24 08:29:14 +00:00
|
|
|
License: GPL-2.0-only AND BSD-3-Clause
|
2013-08-08 00:31:54 +00:00
|
|
|
Group: Hardware/Other
|
2020-11-17 10:14:57 +00:00
|
|
|
Version: 2020.11.0
|
2013-01-01 11:41:09 +00:00
|
|
|
Release: 0
|
2019-08-26 08:50:06 +00:00
|
|
|
URL: https://github.com/linux-can/can-utils
|
2013-01-01 11:41:09 +00:00
|
|
|
|
2020-09-01 10:10:22 +00:00
|
|
|
Source: can-utils-%version.tar.xz
|
2018-08-25 06:41:45 +00:00
|
|
|
BuildRequires: libtool
|
2015-03-16 15:52:54 +00:00
|
|
|
BuildRequires: pkg-config
|
2020-09-01 10:10:22 +00:00
|
|
|
BuildRequires: xz
|
2018-08-25 06:44:18 +00:00
|
|
|
Obsoletes: canutils-linuxcan
|
|
|
|
Provides: canutils-linuxcan
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%description
|
2018-08-25 06:41:45 +00:00
|
|
|
SocketCAN userspace utilities and tools.
|
2016-11-21 23:46:12 +00:00
|
|
|
|
|
|
|
CAN is a message-based network protocol designed for vehicles
|
|
|
|
originally initially created by Robert Bosch GmbH. SocketCAN is a set
|
|
|
|
of CAN drivers and a networking stack contributed by Volkswagen
|
|
|
|
Research to the Linux kernel.
|
|
|
|
|
|
|
|
This package contains some userspace utilities for the Linux
|
2020-11-17 10:14:57 +00:00
|
|
|
SocketCAN subsystem.
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%prep
|
2019-08-26 08:50:06 +00:00
|
|
|
%autosetup -n can-utils-%version -p1
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%build
|
2018-08-25 06:41:45 +00:00
|
|
|
./autogen.sh
|
2018-08-25 06:44:18 +00:00
|
|
|
%configure --disable-static
|
2020-11-17 10:14:57 +00:00
|
|
|
%make_build
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%install
|
2015-03-16 15:52:54 +00:00
|
|
|
%make_install
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%files
|
2018-08-25 06:41:45 +00:00
|
|
|
%_bindir/*
|
2013-01-01 11:41:09 +00:00
|
|
|
|
|
|
|
%changelog
|