From c78a00519cb5157b11208713deb0f9fdfad42db167c9a05d5f3d5f4608601608 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 21 Nov 2016 23:46:12 +0000 Subject: [PATCH] - Description update OBS-URL: https://build.opensuse.org/package/show/network/canutils?expand=0&rev=8 --- canutils.changes | 5 +++++ canutils.spec | 18 +++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/canutils.changes b/canutils.changes index 3de587a..b1f0db1 100644 --- a/canutils.changes +++ b/canutils.changes @@ -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 diff --git a/canutils.spec b/canutils.spec index cf1de64..35f8431 100644 --- a/canutils.spec +++ b/canutils.spec @@ -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)