Hello community,

here is the log from the commit of package canutils for openSUSE:Factory 
checked in at 2013-01-12 07:43:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canutils (Old)
 and      /work/SRC/openSUSE:Factory/.canutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canutils", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.canutils.new/canutils.changes   2013-01-12 
07:43:50.000000000 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Sun Dec 30 08:13:40 UTC 2012 - [email protected]
+
+- Initial package (version 4.0.6) for build.opensuse.org

New:
----
  canutils-4.0.6.tar.bz2
  canutils.changes
  canutils.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ canutils.spec ++++++
#
# spec file for package canutils
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           canutils
Summary:        Utilities for Controller Area Networks
Version:        4.0.6
Release:        0
Group:          Hardware/Other
Url:            http://code.google.com/p/nfc-tools/
License:        GPL-2.0

#Git-Clone:     git://git.pengutronix.de/git/tools/canutils
Source:         %name-%version.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf >= 2.59
BuildRequires:  automake
BuildRequires:  libtool >= 2
BuildRequires:  pkgconfig
BuildRequires:  xz
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires:  pkgconfig(libsocketcan) >= 0.0.8
%else
BuildRequires:  libsocketcan-devel >= 0.0.8
%endif

%description

%prep
%setup -q

%build
./autogen.sh;
%configure --disable-static
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b";
# There are no development files here..
rm -Rf "$b/%_libdir/pkgconfig";

%files
%defattr(-,root,root)
%_bindir/can*
%_sbindir/canconfig
%_mandir/man8/can*.8*
%doc COPYING

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to