2007-10-24 02:33:04 +00:00
|
|
|
#
|
2011-10-04 08:43:19 +00:00
|
|
|
# spec file for package i2c-tools
|
2007-10-24 02:33:04 +00:00
|
|
|
#
|
2013-02-13 13:03:33 +00:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-10-24 02:33:04 +00:00
|
|
|
#
|
2008-11-17 16:01:40 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-10-24 02:33:04 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-04-08 21:45:45 +00:00
|
|
|
|
2007-10-24 02:33:04 +00:00
|
|
|
Name: i2c-tools
|
|
|
|
Url: http://www.lm-sensors.org/wiki/I2CTools
|
2011-12-05 09:44:30 +00:00
|
|
|
Version: 3.1.0
|
2012-02-13 14:54:19 +00:00
|
|
|
Release: 0
|
2007-10-24 02:33:04 +00:00
|
|
|
Summary: A heterogeneous set of I2C tools for Linux
|
2012-02-13 14:54:19 +00:00
|
|
|
License: GPL-2.0+
|
2007-10-24 02:33:04 +00:00
|
|
|
Group: Development/Tools/Other
|
2008-11-17 16:01:40 +00:00
|
|
|
Requires: udev
|
2008-11-20 14:26:51 +00:00
|
|
|
Recommends: modules
|
2009-08-06 16:00:55 +00:00
|
|
|
Source0: i2c-tools-%{version}.tar.bz2
|
|
|
|
Source1: i2c-tools-%{version}.tar.bz2.sig
|
2013-02-13 13:55:45 +00:00
|
|
|
Patch1: i2c-tools-r6063-dont-choke-when-no-eeprom.diff
|
|
|
|
Patch2: i2c-tools-r6106-vendors-JEP106AG.diff
|
|
|
|
Patch3: i2c-tools-r6107-vendors-JEP106AJ.diff
|
|
|
|
Patch4: i2c-tools-r6108-remove-duplicate-ns.diff
|
|
|
|
Patch5: i2c-tools-r6109-fix-decoding-revision.diff
|
|
|
|
Patch6: i2c-tools-r6110-i2cdetect-clarify-probing.diff
|
|
|
|
Patch7: i2c-tools-r6121-typo-sprint.diff
|
|
|
|
Patch8: i2c-tools-r6122-more-DDR3-module-types.diff
|
2007-10-24 02:33:04 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains a heterogeneous set of I2C tools for Linux: a bus
|
|
|
|
probing tool, a chip dumper, register-level access helpers, EEPROM
|
|
|
|
decoding scripts, and more.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Frodo Looijaard
|
|
|
|
Philip Edelbrock
|
|
|
|
Mark Studebaker
|
|
|
|
Jean Delvare <khali@linux-fr.org>
|
|
|
|
|
|
|
|
%prep
|
2008-11-20 14:26:51 +00:00
|
|
|
%setup -q
|
2013-02-13 13:55:45 +00:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
|
|
|
%patch8 -p1
|
2007-10-24 02:33:04 +00:00
|
|
|
|
|
|
|
%build
|
2011-10-04 08:43:19 +00:00
|
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" CC="%{__cc}"
|
2007-10-24 02:33:04 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr
|
|
|
|
# cleanup
|
2008-04-08 21:45:45 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/usr/bin/decode-edid
|
2007-10-24 02:33:04 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/bin/*
|
|
|
|
/usr/sbin/*
|
|
|
|
/usr/include/linux/*
|
|
|
|
%doc /usr/share/man/man8/*.8.gz
|
2008-04-08 21:45:45 +00:00
|
|
|
|
2007-10-24 02:33:04 +00:00
|
|
|
%changelog
|