- Introducing man pages for binaries in the eepromer subpackage
- Introducing -r switch in the i2cset help
This commit is contained in:
parent
fab570848f
commit
1e88b943fc
@ -6,15 +6,20 @@
|
||||
|
||||
Name: i2c-tools
|
||||
Version: 3.1.0
|
||||
Release: 3%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A heterogeneous set of I2C tools for Linux
|
||||
Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://www.lm-sensors.org/wiki/I2CTools
|
||||
Source0: http://dl.lm-sensors.org/i2c-tools/releases/%{name}-%{version}.tar.bz2
|
||||
|
||||
# Introducing man pages for binaries in the eepromer subpackage
|
||||
# Introducing -r switch in the i2cset help
|
||||
Patch0: i2c-tools-3.1-man-eeproX.patch
|
||||
|
||||
# for /etc/udev/makedev.d resp /etc/modprobe.d ownership
|
||||
Requires: udev module-init-tools
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-devel
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
%description
|
||||
@ -36,7 +41,7 @@ unusable. Do not install, let alone use this, unless you really, _really_ know
|
||||
what you are doing.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for Linux SMBus access through i2c-dev
|
||||
Summary: Python bindings for Linux SMBus access through i2c-dev
|
||||
Group: Applications/System
|
||||
|
||||
%description python
|
||||
@ -44,6 +49,7 @@ Group: Applications/System
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
@ -110,6 +116,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 03 2013 Jaromir Capik <jcapik@redhat.com> - 3.1.0-5
|
||||
- Introducing man pages for binaries in the eepromer subpackage
|
||||
- Introducing -r switch in the i2cset help
|
||||
|
||||
* Sat Jun 1 2013 Henrik Nordstrom <henrik@henriknordstrom.net> - 3.1.0-4
|
||||
- Package python interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user