Convert to SPDX licensing

License reanalysis done with scancode-toolkit.
This commit is contained in:
Robert-André Mauchin 2023-11-12 10:21:11 +01:00
parent 11c15732c4
commit e3650eea74
2 changed files with 15 additions and 3 deletions

View File

@ -119,4 +119,4 @@
- Removed build requires for gcc-c++
* Sun May 06 2018 Andreas Schneider <asn@redhat.com> - 0.2.1-1
- Initial package
- Initial package

View File

@ -3,10 +3,22 @@
Name: python3-exiv2
Version: 0.9.3
Release: %autorelease
License: GPLv2+ and GPLv3+
Summary: Python3 bindings for the exiv2 library
Url: https://launchpad.net/py3exiv2
# GPL-2.0-only:
# - py3exiv2-0.12.0/src/pyexiv2/__init__.py
# - py3exiv2-0.12.0/src/pyexiv2/exif.py
# - py3exiv2-0.12.0/src/pyexiv2/iptc.py
# - py3exiv2-0.12.0/src/pyexiv2/metadata.py
# - py3exiv2-0.12.0/src/pyexiv2/preview.py
# - py3exiv2-0.12.0/src/pyexiv2/utils.py
# - py3exiv2-0.12.0/src/pyexiv2/xmp.py
# GPL-2.0-or-later:
# - py3exiv2-0.12.0/src/exiv2wrapper.cpp
# - py3exiv2-0.12.0/src/exiv2wrapper.hpp
# - py3exiv2-0.12.0/src/exiv2wrapper_python.cpp
License: GPL-2.0-only AND GPL-2.0-or-later
Url: https://launchpad.net/py3exiv2
Source: https://files.pythonhosted.org/packages/source/p/py3exiv2/%{tar_name}-%{version}.tar.gz
BuildRequires: gcc-c++