update to 4.3 [release 4.3-1mamba;Wed Aug 04 2021]
This commit is contained in:
parent
e7c523fd8e
commit
2a930f2e16
@ -1,21 +1,21 @@
|
|||||||
Name: i2c-tools
|
Name: i2c-tools
|
||||||
Version: 4.2
|
Version: 4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A heterogeneous set of I2C tools for Linux
|
Summary: A heterogeneous set of I2C tools for Linux
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.lm-sensors.org/wiki/I2CTools
|
URL: https://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/
|
||||||
Source: git://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/v%{version}/i2c-tools-%{version}.tar.bz2
|
Source: git://git.kernel.org/pub/scm/utils/i2c-tools/i2c-tools.git/v%{version}/i2c-tools-%{version}.tar.bz2
|
||||||
#Source: http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-%{version}.tar.bz2
|
#Source: http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: libi2c = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libi2c = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access.
|
The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access.
|
||||||
@ -35,6 +35,8 @@ Requires: libi2c = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n libi2c-devel
|
%description -n libi2c-devel
|
||||||
This package contains development files for %{name}.
|
This package contains development files for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -84,6 +86,9 @@ rm -f %{buildroot}%{_includedir}/linux/i2c-dev.h
|
|||||||
%{_mandir}/man3/libi2c.3*
|
%{_mandir}/man3/libi2c.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3-1mamba
|
||||||
|
- update to 4.3
|
||||||
|
|
||||||
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user