Accepting request 631502 from network

- Rename canutils-linuxcan to canutils
  (and old canutils became canutils-pengutronix)

OBS-URL: https://build.opensuse.org/request/show/631502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/canutils?expand=0&rev=8
This commit is contained in:
2018-08-31 08:43:37 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 36 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:370ad4b19447c29099f7300548f1a3362d6e123c4a6a827dbbd3110bc2c26839
size 100415

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4af6b4d11e09c93d25fa3736f1c9e7dd14b8e72274f8bdddbb5a1ef0a8628938
size 247783

View File

@@ -1,19 +1,14 @@
-------------------------------------------------------------------
Mon Nov 21 23:46:00 UTC 2016 - jengelh@inai.de
Sat Aug 25 06:41:34 UTC 2018 - jengelh@inai.de
- Description update
- Rename canutils-linuxcan to canutils
-------------------------------------------------------------------
Mon Mar 16 15:48:41 UTC 2015 - jengelh@inai.de
Wed Aug 15 09:05:03 UTC 2018 - tuukka.pasanen@ilmi.fi
- Use source URLs, some more macros and some unneeded BuildRequires.
- Update to official release 2018.02.0
-------------------------------------------------------------------
Thu Aug 8 00:31:43 UTC 2013 - jengelh@inai.de
Mon Nov 21 23:43:48 UTC 2016 - jengelh@inai.de
- Correct URL field
-------------------------------------------------------------------
Sun Dec 30 08:13:40 UTC 2012 - jengelh@inai.de
- Initial package (version 4.0.6) for build.opensuse.org
- Initial package (version 0~g296) for build.opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package canutils
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,26 +17,22 @@
Name: canutils
Summary: Utilities for Controller Area Networks from the Pengutronix project
License: GPL-2.0
Summary: Utilities for Controller Area Networks from the Linux-CAN project
License: GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause
Group: Hardware/Other
Version: 4.0.6
Version: 2018.02.0
Release: 0
Url: http://pengutronix.de/software/socket-can/download/
Url: https://github.com/linux-can/can-utils
#Git-Clone: git://git.pengutronix.de/git/tools/canutils
Source: http://pengutronix.de/software/socket-can/download/canutils/v4.0/%name-%version.tar.bz2
Source: can-utils-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libsocketcan) >= 0.0.8
%else
BuildRequires: libsocketcan-devel >= 0.0.8
%endif
Obsoletes: canutils-linuxcan
Provides: canutils-linuxcan
%description
SocketCAN userspace utilities and tools from Pengutronix.
SocketCAN userspace utilities and tools.
CAN is a message-based network protocol designed for vehicles
originally initially created by Robert Bosch GmbH. SocketCAN is a set
@@ -44,25 +40,26 @@ 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.
SocketCAN subsystem: asc2log, bcmserver, canbusload,
can-calc-bit-timing, candump, canfdtest, cangen, cangw, canlogserver,
canplayer, cansend, cansniffer, isotpdump, isotprecv, isotpperf,
isotpsend, isotpserver, isotpsniffer, isotptun, log2asc, log2long,
slcan_attach, slcand and slcanpty.
%prep
%setup -q
%setup -q -n can-utils-%version
%build
./autogen.sh
# Avoid overlap with other canutils
%configure --disable-static
make %{?_smp_mflags}
%install
%make_install
# There are no development files here..
rm -Rf "%buildroot/%_libdir/pkgconfig"
%files
%defattr(-,root,root)
%_bindir/can*
%_sbindir/canconfig
%_mandir/man8/can*.8*
%doc COPYING
%_bindir/*
%changelog