Corrected the License tags
This commit is contained in:
parent
5324ffc2af
commit
fae6557505
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: i2c-tools
|
Name: i2c-tools
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: A heterogeneous set of I2C tools for Linux
|
Summary: A heterogeneous set of I2C tools for Linux
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
URL: https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
||||||
@ -44,6 +44,7 @@ decoding scripts, and more.
|
|||||||
Summary: Programs for reading / writing i2c / smbus eeproms
|
Summary: Programs for reading / writing i2c / smbus eeproms
|
||||||
# For the device nodes
|
# For the device nodes
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
License: GPLv2+ and Public Domain
|
||||||
|
|
||||||
%description eepromer
|
%description eepromer
|
||||||
Programs for reading / writing i2c / smbus eeproms. Notice that writing the
|
Programs for reading / writing i2c / smbus eeproms. Notice that writing the
|
||||||
@ -59,6 +60,7 @@ Provides: %{name}-python = %{version}-%{release}
|
|||||||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: %{name}-python < 4.0-4
|
Obsoletes: %{name}-python < 4.0-4
|
||||||
Summary: Python 2 bindings for Linux SMBus access through i2c-dev
|
Summary: Python 2 bindings for Linux SMBus access through i2c-dev
|
||||||
|
License: GPLv2
|
||||||
|
|
||||||
%description -n python2-i2c-tools
|
%description -n python2-i2c-tools
|
||||||
Python 2 bindings for Linux SMBus access through i2c-dev
|
Python 2 bindings for Linux SMBus access through i2c-dev
|
||||||
@ -73,18 +75,23 @@ Obsoletes: %{name}-python < 4.0-4
|
|||||||
Obsoletes: python2-i2c-tools < 4.0-5
|
Obsoletes: python2-i2c-tools < 4.0-5
|
||||||
%endif
|
%endif
|
||||||
Summary: Python 3 bindings for Linux SMBus access through i2c-dev
|
Summary: Python 3 bindings for Linux SMBus access through i2c-dev
|
||||||
|
License: GPLv2
|
||||||
|
|
||||||
%description -n python3-i2c-tools
|
%description -n python3-i2c-tools
|
||||||
Python 3 bindings for Linux SMBus access through i2c-dev
|
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+
|
||||||
|
|
||||||
%description perl
|
%description perl
|
||||||
A collection of tools written in perl for use with i2c devices.
|
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
|
||||||
|
# This is indeed (meant to be) LGPLv2+, even if the sources don't say so
|
||||||
|
# at the moment. That will be corrected in the near future.
|
||||||
|
# https://marc.info/?l=linux-i2c&m=153258984521108&w=2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
|
|
||||||
%description -n libi2c
|
%description -n libi2c
|
||||||
@ -93,6 +100,9 @@ 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
|
||||||
|
# This is indeed (meant to be) LGPLv2+, even if the sources don't say so
|
||||||
|
# at the moment. That will be corrected in the near future.
|
||||||
|
# https://marc.info/?l=linux-i2c&m=153258984521108&w=2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: libi2c%{?_isa} = %{version}-%{release}
|
Requires: libi2c%{?_isa} = %{version}-%{release}
|
||||||
# Remove in F30
|
# Remove in F30
|
||||||
@ -212,6 +222,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 31 2018 Ondřej Lysoněk <olysonek@redhat.com> - 4.0-9
|
||||||
|
- Corrected the License tags
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-8
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user