- Description update
OBS-URL: https://build.opensuse.org/package/show/network/canutils?expand=0&rev=8
This commit is contained in:
parent
c470426809
commit
c78a00519c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 23:46:00 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Description update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 15:48:41 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package canutils
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: canutils
|
||||
Summary: Utilities for Controller Area Networks
|
||||
Summary: Utilities for Controller Area Networks from the Pengutronix project
|
||||
License: GPL-2.0
|
||||
Group: Hardware/Other
|
||||
Version: 4.0.6
|
||||
@ -36,19 +36,27 @@ BuildRequires: libsocketcan-devel >= 0.0.8
|
||||
%endif
|
||||
|
||||
%description
|
||||
Utilities for Controller Area Networks.
|
||||
SocketCAN userspace utilities and tools from Pengutronix.
|
||||
|
||||
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
|
||||
SocketCAN subsystem: canconfig candump canecho cansend cansequence.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags};
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
# There are no development files here..
|
||||
rm -Rf "%buildroot/%_libdir/pkgconfig";
|
||||
rm -Rf "%buildroot/%_libdir/pkgconfig"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user