|
|
@ -6,9 +6,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: i2c-tools
|
|
|
|
Name: i2c-tools
|
|
|
|
Version: 4.3
|
|
|
|
Version: 4.3
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Summary: A heterogeneous set of I2C tools for Linux
|
|
|
|
Summary: A heterogeneous set of I2C tools for Linux
|
|
|
|
License: GPLv2+
|
|
|
|
# Note: py-symbus/ is GPL-2.0-only, lib/ is LGPL-2.1-or-later
|
|
|
|
|
|
|
|
# and the rest is GPL-2.0-or-later
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
|
|
|
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://www.kernel.org/pub/software/utils/i2c-tools/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://www.kernel.org/pub/software/utils/i2c-tools/%{name}-%{version}.tar.xz
|
|
|
@ -20,6 +22,7 @@ BuildRequires: gcc
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
Obsoletes: i2c-tools-eepromer < 4.2-2
|
|
|
|
Obsoletes: i2c-tools-eepromer < 4.2-2
|
|
|
|
|
|
|
|
|
|
|
@ -31,7 +34,7 @@ decoding scripts, and more.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-i2c-tools
|
|
|
|
%package -n python3-i2c-tools
|
|
|
|
Summary: Python 3 bindings for Linux SMBus access through i2c-dev
|
|
|
|
Summary: Python 3 bindings for Linux SMBus access through i2c-dev
|
|
|
|
License: GPLv2
|
|
|
|
License: GPL-2.0-only
|
|
|
|
%{?python_provide:%python_provide python3-i2c-tools}
|
|
|
|
%{?python_provide:%python_provide python3-i2c-tools}
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
%if %{without python2}
|
|
|
|
%if %{without python2}
|
|
|
@ -46,7 +49,7 @@ Python 3 bindings for Linux SMBus access through i2c-dev
|
|
|
|
|
|
|
|
|
|
|
|
%package perl
|
|
|
|
%package perl
|
|
|
|
Summary: i2c tools written in Perl
|
|
|
|
Summary: i2c tools written in Perl
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
%description perl
|
|
|
@ -54,7 +57,7 @@ A collection of tools written in perl for use with i2c devices.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libi2c
|
|
|
|
%package -n libi2c
|
|
|
|
Summary: I2C/SMBus bus access library
|
|
|
|
Summary: I2C/SMBus bus access library
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
|
|
|
|
|
|
|
%description -n libi2c
|
|
|
|
%description -n libi2c
|
|
|
|
libi2c offers a way for applications to interact with the devices
|
|
|
|
libi2c offers a way for applications to interact with the devices
|
|
|
@ -62,7 +65,7 @@ connected to the I2C or SMBus buses of the system.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libi2c-devel
|
|
|
|
%package -n libi2c-devel
|
|
|
|
Summary: Development files for the I2C library
|
|
|
|
Summary: Development files for the I2C library
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
|
|
|
# Remove in F30
|
|
|
|
# Remove in F30
|
|
|
|
Obsoletes: i2c-tools-devel < 4.0-1
|
|
|
|
Obsoletes: i2c-tools-devel < 4.0-1
|
|
|
@ -155,20 +158,47 @@ exit 0
|
|
|
|
%{_mandir}/man3/libi2c.3.*
|
|
|
|
%{_mandir}/man3/libi2c.3.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jun 30 2022 Jan Zerdik <jzerdik@redhat.com> - 4.3-3
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.3-12
|
|
|
|
- Rebuilt
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Resolves: rhbz#2072719
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 4.3-2
|
|
|
|
* Thu May 09 2024 Pavol Žáčik <pzacik@redhat.com> - 4.3-11
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Fix SPDX license identifiers
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 03 2021 Artem Egorenkov <aegorenk@redhat.com> - 4.3-1
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-10
|
|
|
|
- Version 4.3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Resolves: rhbz#1989260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.2-4
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-9
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 29 2023 Joe Orton <jorton@redhat.com> - 4.3-8
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 4.3-6
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.3-3
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 24 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 4.3-1
|
|
|
|
|
|
|
|
- Update to 4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.2-4
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-3
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|