2007-10-24 02:33:04 +00:00
|
|
|
#
|
2008-04-08 21:45:45 +00:00
|
|
|
# spec file for package i2c-tools (Version 3.0.1)
|
2007-10-24 02:33:04 +00:00
|
|
|
#
|
2008-04-08 21:45:45 +00:00
|
|
|
# Copyright (c) 2008 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
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
|
2008-04-08 21:45:45 +00:00
|
|
|
Version: 3.0.1
|
2008-11-17 16:01:40 +00:00
|
|
|
Release: 38
|
2007-10-24 02:33:04 +00:00
|
|
|
Summary: A heterogeneous set of I2C tools for Linux
|
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Development/Tools/Other
|
2008-11-17 16:01:40 +00:00
|
|
|
Requires: udev
|
2007-10-24 02:33:04 +00:00
|
|
|
AutoReqProv: on
|
2008-04-08 21:45:45 +00:00
|
|
|
Source0: i2c-tools-3.0.1.tar.bz2
|
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
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%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
|
2008-11-17 16:01:40 +00:00
|
|
|
* Tue Nov 11 2008 ro@suse.de
|
|
|
|
- drop requires for "modules", not really needed here
|
|
|
|
and launches a long rebuild chain
|
2008-05-05 23:28:09 +00:00
|
|
|
* Mon May 05 2008 jdelvare@suse.de
|
|
|
|
- Drop static /dev/i2c-0 device node, it's no longer needed (if it
|
|
|
|
ever really was.)
|
2008-04-08 21:45:45 +00:00
|
|
|
* Tue Apr 08 2008 jdelvare@suse.de
|
|
|
|
- Update to version 3.0.1:
|
|
|
|
* New helper script i2c-stub-from-dump
|
|
|
|
* Improvements to i2cdump and decode-dimms
|
|
|
|
* Mon Oct 15 2007 jdelvare@suse.de
|
2007-10-24 02:33:04 +00:00
|
|
|
- Initial release.
|