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)