Accepting request 441341 from network

- Description update

OBS-URL: https://build.opensuse.org/request/show/441341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/canutils?expand=0&rev=7
This commit is contained in:
2016-11-24 20:23:44 +00:00
committed by Git OBS Bridge
2 changed files with 21 additions and 8 deletions

View File

@@ -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

View File

@@ -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
@@ -29,26 +29,34 @@ Source: http://pengutronix.de/software/socket-can/download/canutils/v4.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libsocketcan) >= 0.0.8
%else
%else
BuildRequires: libsocketcan-devel >= 0.0.8
%endif
%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)