Hi.

I am going to do the mass change of the license from LGPLv3 to LGPL-3.0-only

The proposed diff is in attachment.

Affected packages:

appmenu-qt5
cryfs
dee
git-octopus
golang-github-juju-ratelimit
hddfancontrol
hokuyoaist
kde-wallpapers
lensfun
libint
libnest2d
libv3270
lib3270
maui-mauikit
mmdb2
mod_cluster
perl-Log-Trivial
php-pear-XML-SVG
php-Smarty
postproof
pw3270
python-ansi2html
python-can
python-digitalocean
python-gitlab
python-guessit
python-pymeeus
python-pynest2d
python-pyte
python-websockify
qt4pas
R-futile
R-lambda
rubygem-log4r
sni-qt
spice-html5
unity-gtk-module
urg
vim-jedi
xfce4-statusnotifier-plugin


Unless somebody stop me, I will do this change directly in dist-git after a 
week.

--

Miroslav Suchy, RHCA
Red Hat, Manager, Packit and CPT, #brno, #fedora-buildsys
diff -Naur rpm-specs.orig/appmenu-qt5.spec rpm-specs/appmenu-qt5.spec
--- rpm-specs.orig/appmenu-qt5.spec	2024-01-23 03:00:51.000000000 +0100
+++ rpm-specs/appmenu-qt5.spec	2024-06-18 10:36:34.871783204 +0200
@@ -1,9 +1,9 @@
 Name:       appmenu-qt5
 Version:    0.3.0+16.10.20160628.1
-Release:    35%{?dist}
+Release:    36%{?dist}
 Summary:    Support for global DBus-exported application menu in Qt5
 
-License:    LGPLv3
+License:    LGPL-3.0-only
 URL:        https://launchpad.net/%{name}
 Source0:    http://archive.ubuntu.com/ubuntu/pool/main/a/%{name}/%{name}_%{version}.orig.tar.gz
 
@@ -95,6 +95,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.3.0+16.10.20160628.1-36
+- convert license to SPDX
+
 * Mon Jan 22 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.3.0+16.10.20160628.1-35
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/cryfs.spec rpm-specs/cryfs.spec
--- rpm-specs.orig/cryfs.spec	2024-06-17 04:03:23.000000000 +0200
+++ rpm-specs/cryfs.spec	2024-06-18 10:36:35.499791361 +0200
@@ -3,9 +3,9 @@
 
 Name:           cryfs
 Version:        0.11.3
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Cryptographic filesystem for the cloud
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://www.cryfs.org/
 Source0:        https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 # Add a missing stdexcept include to fix build
@@ -69,6 +69,9 @@
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.11.3-9
+- convert license to SPDX
+
 * Tue May 21 2024 František Zatloukal <fzatl...@redhat.com> - 0.11.3-8
 - Rebuilt for spdlog 1.14.1
 
diff -Naur rpm-specs.orig/dee.spec rpm-specs/dee.spec
--- rpm-specs.orig/dee.spec	2024-06-08 04:04:14.000000000 +0200
+++ rpm-specs/dee.spec	2024-06-18 10:36:36.293801674 +0200
@@ -1,9 +1,9 @@
 Summary:	Model to synchronize multiple instances over DBus
 Name:		dee
 Version:	1.2.7
-Release:	53%{?dist}
+Release:	54%{?dist}
 # GPLv3-licensed tests and examples are in the tarball, but not installed
-License:	LGPLv3
+License:	LGPL-3.0-only
 URL:		https://launchpad.net/dee
 Source0:	http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
 Patch0:		dee-1.2.7-gcc6-fixes.patch
@@ -80,6 +80,9 @@
 %{_datadir}/vala/vapi/*.deps
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.2.7-54
+- convert license to SPDX
+
 * Fri Jun 07 2024 Python Maint <python-ma...@redhat.com> - 1.2.7-53
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/git-octopus.spec rpm-specs/git-octopus.spec
--- rpm-specs.orig/git-octopus.spec	2024-06-17 04:08:07.000000000 +0200
+++ rpm-specs/git-octopus.spec	2024-06-18 10:36:37.042811404 +0200
@@ -17,9 +17,9 @@
 
 Name:           git-octopus
 Version:        2.0
-Release:        %{?pre_rel:0.}4%{?pre_rel:.%pre_rel}%{?dist}.19
+Release:        0.4.beta.4%{?dist}
 Summary:        Git commands for continuous delivery
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://%{provider_prefix}
 Source0:        https://%{provider_prefix}/archive/v%{version}%{?pre_rel:-%pre_rel}/%{name}-%{version}%{?pre_rel:-%pre_rel}.tar.gz
 
@@ -82,6 +82,9 @@
 %{_mandir}/man1/git-*.1*
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 2.0-0.4.beta.4
+- convert license to SPDX
+
 * Sun Feb 11 2024 Maxwell G <maxw...@gtmx.me> - 2.0-0.4.beta.3.19
 - Rebuild for golang 1.22.0
 
diff -Naur rpm-specs.orig/golang-github-juju-ratelimit.spec rpm-specs/golang-github-juju-ratelimit.spec
--- rpm-specs.orig/golang-github-juju-ratelimit.spec	2024-06-18 04:10:55.000000000 +0200
+++ rpm-specs/golang-github-juju-ratelimit.spec	2024-06-18 10:36:38.246827043 +0200
@@ -21,7 +21,7 @@
 Release:        %autorelease
 Summary:        Efficient token-bucket-based rate limiter package
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 Source0:        %{gosource}
 Source1:        glide.yaml
 Source2:        glide.lock
diff -Naur rpm-specs.orig/hddfancontrol.spec rpm-specs/hddfancontrol.spec
--- rpm-specs.orig/hddfancontrol.spec	2024-06-17 04:12:38.000000000 +0200
+++ rpm-specs/hddfancontrol.spec	2024-06-18 10:36:39.318840967 +0200
@@ -2,10 +2,10 @@
 
 Name:           %{pypi_name}
 Version:        1.5.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Control system fan speed by monitoring hard drive temperature
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/desbma/hddfancontrol
 
 # The PyPI archives don't have unit tests in them anymore.
@@ -72,6 +72,9 @@
 %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.5.1-7
+- convert license to SPDX
+
 * Sun Jun 09 2024 Python Maint <python-ma...@redhat.com> - 1.5.1-6
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/hokuyoaist.spec rpm-specs/hokuyoaist.spec
--- rpm-specs.orig/hokuyoaist.spec	2024-06-17 04:12:47.000000000 +0200
+++ rpm-specs/hokuyoaist.spec	2024-06-18 10:36:40.144851696 +0200
@@ -5,10 +5,10 @@
 
 Name:           hokuyoaist
 Version:        3.0.2
-Release:        52%{?dist}
+Release:        53%{?dist}
 Summary:        Hokuyo Laser SCIP driver
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/gbiggs/hokuyoaist
 Source0:        https://github.com/gbiggs/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 Patch0:         %{name}-3.0.2-fedora.patch
@@ -99,6 +99,9 @@
 %{python3_sitearch}/*.so
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 3.0.2-53
+- convert license to SPDX
+
 * Sat Jun 08 2024 Python Maint <python-ma...@redhat.com> - 3.0.2-52
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/kde-wallpapers.spec rpm-specs/kde-wallpapers.spec
--- rpm-specs.orig/kde-wallpapers.spec	2024-01-25 03:18:33.000000000 +0100
+++ rpm-specs/kde-wallpapers.spec	2024-06-18 10:36:40.953862205 +0200
@@ -1,9 +1,9 @@
 Summary: KDE Wallpapers
 Name:    kde-wallpapers
 Version: 15.08.3
-Release: 20%{?dist}
+Release: 21%{?dist}
 
-License: LGPLv3
+License: LGPL-3.0-only
 URL:     http://www.kde.org/
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
@@ -72,6 +72,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 15.08.3-21
+- convert license to SPDX
+
 * Wed Jan 24 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 15.08.3-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/lensfun.spec rpm-specs/lensfun.spec
--- rpm-specs.orig/lensfun.spec	2024-06-17 04:16:02.000000000 +0200
+++ rpm-specs/lensfun.spec	2024-06-18 10:36:42.125877428 +0200
@@ -6,7 +6,7 @@
 Name:    lensfun
 Version: 0.3.3
 Summary: Library to rectify defects introduced by photographic lenses
-Release: 8%{?dist}
+Release: 9%{?dist}
 
 License: LGPLv3 and CC-BY-SA
 URL: https://lensfun.github.io/
@@ -50,7 +50,7 @@
 
 %package devel
 Summary: Development toolkit for %{name}
-License: LGPLv3
+License: LGPL-3.0-only
 Requires: %{name}%{?_isa} = %{version}-%{release}
 %description devel
 This package contains library and header files needed to build applications
@@ -58,7 +58,7 @@
 
 %package tools
 Summary: Tools for managing %{name} data
-License: LGPLv3
+License: LGPL-3.0-only
 Requires: %{python3}-lensfun = %{version}-%{release}
 %description tools
 This package contains tools to fetch lens database updates and manage lens
@@ -158,6 +158,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.3.3-9
+- convert license to SPDX
+
 * Thu Jan 25 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.3.3-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/libint.spec rpm-specs/libint.spec
--- rpm-specs.orig/libint.spec	2024-06-17 04:16:44.000000000 +0200
+++ rpm-specs/libint.spec	2024-06-18 10:36:42.913887663 +0200
@@ -20,13 +20,13 @@
 
 Name:           libint
 Version:        1.2.1
-Release:        20%{?dist}
+Release:        21%{?dist}
 Summary:        A library for computing electron repulsion integrals efficiently
 # Libint is two things: a code generator, and a generated
 # library. This package builds and runs the compiler (GPLv3), and
 # builds and ships the generated library (LGPLv3). The license tag
 # refers to the binaries, i.e. here the generated library.
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://sourceforge.net/p/libint
 Source0:        https://github.com/evaleev/libint/archive/%{commit}/libint-%{commit}.tar.gz
 
@@ -170,6 +170,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.2.1-21
+- convert license to SPDX
+
 * Thu Jan 25 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 1.2.1-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/libnest2d.spec rpm-specs/libnest2d.spec
--- rpm-specs.orig/libnest2d.spec	2024-03-29 03:18:25.000000000 +0100
+++ rpm-specs/libnest2d.spec	2024-06-18 10:36:43.448894613 +0200
@@ -15,7 +15,7 @@
 Version:        0.4^20200805git%{shortcommit}
 Release:        %autorelease
 Summary:        Library for the 2D bin packaging problem
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/tamasmeszaros/libnest2d
 Source:         %{url}/archive/%{commit}/libnest2d-%{shortcommit}.tar.gz
 
diff -Naur rpm-specs.orig/libv3270.spec rpm-specs/libv3270.spec
--- rpm-specs.orig/libv3270.spec	2024-06-17 04:17:39.000000000 +0200
+++ rpm-specs/libv3270.spec	2024-06-18 10:36:44.049902420 +0200
@@ -5,7 +5,7 @@
 Release:        %autorelease
 Summary:        3270 Virtual Terminal for GTK+3
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/PerryWerneck/libv3270
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 # Fixing configure.ac
diff -Naur rpm-specs.orig/lib3270.spec rpm-specs/lib3270.spec
--- rpm-specs.orig/lib3270.spec	2024-06-17 04:16:04.000000000 +0200
+++ rpm-specs/lib3270.spec	2024-06-18 10:36:44.652910252 +0200
@@ -5,7 +5,7 @@
 Release:        %autorelease
 Summary:        TN3270 Protocol Library
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/PerryWerneck/lib3270
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 # Use environment compiler flags if set
diff -Naur rpm-specs.orig/maui-mauikit.spec rpm-specs/maui-mauikit.spec
--- rpm-specs.orig/maui-mauikit.spec	2024-05-24 04:21:44.000000000 +0200
+++ rpm-specs/maui-mauikit.spec	2024-06-18 10:36:45.284918461 +0200
@@ -1,7 +1,7 @@
 Name:           maui-mauikit
 Version:        3.1.0
-Release:        1%{?dist}
-License:        LGPLv3
+Release:        2%{?dist}
+License:        LGPL-3.0-only
 Summary:        Kit for developing Maui Apps
 Url:            https://invent.kde.org/maui/mauikit
 Source0:        https://download.kde.org/stable/maui/mauikit/%{version}/mauikit-%{version}.tar.xz
@@ -82,6 +82,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 3.1.0-2
+- convert license to SPDX
+
 * Thu May 23 2024 Steve Cossette <farch...@gmail.com> - 3.1.0-1
 - 3.1.0
 
diff -Naur rpm-specs.orig/mmdb2.spec rpm-specs/mmdb2.spec
--- rpm-specs.orig/mmdb2.spec	2024-06-17 04:20:00.000000000 +0200
+++ rpm-specs/mmdb2.spec	2024-06-18 10:36:45.907926554 +0200
@@ -1,8 +1,8 @@
 Summary: Macromolecular coordinate library
 Name: mmdb2
 Version: 2.0.1
-Release: 23%{?dist}
-License: LGPLv3
+Release: 24%{?dist}
+License: LGPL-3.0-only
 URL: ftp://ftp.ccp4.ac.uk/opensource/
 Source0: ftp://ftp.ccp4.ac.uk/opensource/%{name}-%{version}.tar.gz
 
@@ -65,6 +65,9 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 2.0.1-24
+- convert license to SPDX
+
 * Thu Jan 25 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 2.0.1-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/mod_cluster.spec rpm-specs/mod_cluster.spec
--- rpm-specs.orig/mod_cluster.spec	2024-06-17 04:20:05.000000000 +0200
+++ rpm-specs/mod_cluster.spec	2024-06-18 10:36:46.546934854 +0200
@@ -10,9 +10,9 @@
 
 Name:          mod_cluster
 Version:       1.3.20
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Apache HTTP Server dynamic load balancer with Wildfly and Tomcat libraries
-License:       LGPLv3
+License:       LGPL-3.0-only
 URL:           http://modcluster.io/
 Source0:       https://github.com/modcluster/mod_cluster/archive/%{namedversion}/mod_cluster-%{namedversion}.tar.gz
 Source1:       mod_cluster.conf
@@ -83,6 +83,9 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.3.20-2
+- convert license to SPDX
+
 * Thu Feb 29 2024 Vladimir Chlup <vch...@redhat.com> - 1.3.20-1
 - Upstream release 1.3.20.Final
 
diff -Naur rpm-specs.orig/perl-Log-Trivial.spec rpm-specs/perl-Log-Trivial.spec
--- rpm-specs.orig/perl-Log-Trivial.spec	2024-06-05 04:26:26.000000000 +0200
+++ rpm-specs/perl-Log-Trivial.spec	2024-06-18 10:36:47.215943544 +0200
@@ -1,8 +1,8 @@
 Name:           perl-Log-Trivial
 Version:        0.40
-Release:        30%{?dist}
+Release:        31%{?dist}
 Summary:        Very simple tool for writing very simple log files
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://metacpan.org/release/Log-Trivial
 Source0:        https://cpan.metacpan.org/authors/id/A/AT/ATRICKETT/Log-Trivial-%{version}.tar.gz
 BuildArch:      noarch
@@ -46,6 +46,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.40-31
+- convert license to SPDX
+
 * Tue Jun 04 2024 Orion Poplawski <or...@nwra.com> - 0.40-30
 - Drop *.list removal, no longer needed with new rpm (FTBFS bz#2284393)
 
diff -Naur rpm-specs.orig/php-pear-XML-SVG.spec rpm-specs/php-pear-XML-SVG.spec
--- rpm-specs.orig/php-pear-XML-SVG.spec	2024-06-17 04:30:10.000000000 +0200
+++ rpm-specs/php-pear-XML-SVG.spec	2024-06-18 10:36:47.851951805 +0200
@@ -4,11 +4,11 @@
 
 Name:           php-pear-XML-SVG
 Version:        1.1.0
-Release:        23%{?dist}
+Release:        24%{?dist}
 Summary:        API for building SVG documents
 
 # https://pear.php.net/bugs/19690 - Please Provides LICENSE file
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://pear.php.net/package/%{pear_name}
 Source0:        http://pear.php.net/get/%{pear_name}-%{version}.tgz
 
@@ -74,6 +74,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.1.0-24
+- convert license to SPDX
+
 * Thu Jan 25 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 1.1.0-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/php-Smarty.spec rpm-specs/php-Smarty.spec
--- rpm-specs.orig/php-Smarty.spec	2024-06-17 04:30:34.000000000 +0200
+++ rpm-specs/php-Smarty.spec	2024-06-18 10:36:48.487960066 +0200
@@ -14,9 +14,9 @@
 Name:          php-Smarty
 Summary:       Smarty - the compiling PHP template engine
 Version:       %{github_version}
-Release:       4%{?dist}
+Release:       5%{?dist}
 
-License:       LGPLv3
+License:       LGPL-3.0-only
 URL:           http://www.smarty.net
 Source0:       https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
 
@@ -85,6 +85,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 3.1.48-5
+- convert license to SPDX
+
 * Thu Jan 25 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 3.1.48-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/postproof.spec rpm-specs/postproof.spec
--- rpm-specs.orig/postproof.spec	2024-06-17 04:31:19.000000000 +0200
+++ rpm-specs/postproof.spec	2024-06-18 10:36:49.133968457 +0200
@@ -3,10 +3,10 @@
 
 Name:       postproof
 Version:    0
-Release:    0.21.20150331git65bcbbb9%{?dist}
+Release:    0.22.20150331git65bcbbb9%{?dist}
 Summary:    Mail abuse incident tool
 
-License:    LGPLv3
+License:    LGPL-3.0-only
 URL:        https://github.com/sys4/%{name}
 Source0:    https://github.com/sys4/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 BuildArch:  noarch
@@ -37,6 +37,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0-0.22.20150331git65bcbbb9
+- convert license to SPDX
+
 * Fri Jan 26 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0-0.21.20150331git65bcbbb9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/pw3270.spec rpm-specs/pw3270.spec
--- rpm-specs.orig/pw3270.spec	2024-06-17 04:31:40.000000000 +0200
+++ rpm-specs/pw3270.spec	2024-06-18 10:36:49.984979511 +0200
@@ -1,9 +1,9 @@
 Name:           pw3270
 Version:        5.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        IBM 3270 Terminal emulator for GTK
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/PerryWerneck/pw3270
 Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 # Fixing fedora builds
@@ -60,6 +60,9 @@
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Tue Jun  18 2024 Miroslav Suchý <msu...@redhat.com> - 5.4-9
+- convert license to SPDX
+
 * Fri Jan 26 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 5.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/python-ansi2html.spec rpm-specs/python-ansi2html.spec
--- rpm-specs.orig/python-ansi2html.spec	2024-01-26 03:39:02.000000000 +0100
+++ rpm-specs/python-ansi2html.spec	2024-06-18 10:36:52.639013984 +0200
@@ -5,13 +5,13 @@
 
 Name:       python-%{srcname}
 Version:    1.8.0
-Release:    7%{?dist}
+Release:    8%{?dist}
 Summary:    Python module that converts text with ANSI color to HTML
 # While the project was previously licensed as GPLv3+, it is now LGPLv3.
 # See https://github.com/pycontribs/ansi2html/issues/72 for more info.
 # In this issue, all of the previous contributors agreed to relicense their code.
 # However, the project never removed the GPLv3+ headers from some of the files.
-License:    LGPLv3
+License:    LGPL-3.0-only
 URL:        http://github.com/pycontribs/%{srcname}
 Source:     %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
 
@@ -72,6 +72,9 @@
 %{_mandir}/man1/%{srcname}.1*
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.8.0-8
+- convert license to SPDX
+
 * Fri Jan 26 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 1.8.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/python-can.spec rpm-specs/python-can.spec
--- rpm-specs.orig/python-can.spec	2024-06-11 04:35:11.000000000 +0200
+++ rpm-specs/python-can.spec	2024-06-18 10:36:54.887043184 +0200
@@ -4,9 +4,9 @@
 
 Name:      python-can
 Version:   4.4.0
-Release:   2%{?candidate:.%{candidate}}%{?dist}
+Release:   3%{?dist}
 Summary:   Controller Area Network (CAN) support for Python
-License:   LGPLv3
+License:   LGPL-3.0-only
 URL:       https://github.com/hardbyte/python-can
 Source0:   https://github.com/hardbyte/python-can/archive/%{version}.tar.gz#/%{name}-%{version}%{?candidate:%{candidate}}.tar.gz
 
@@ -68,6 +68,9 @@
 %{python3_sitelib}/*
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 4.4.0-3
+- convert license to SPDX
+
 * Mon Jun 10 2024 Python Maint <python-ma...@redhat.com> - 4.4.0-2
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/python-digitalocean.spec rpm-specs/python-digitalocean.spec
--- rpm-specs.orig/python-digitalocean.spec	2024-06-17 04:33:28.000000000 +0200
+++ rpm-specs/python-digitalocean.spec	2024-06-18 10:36:56.301061551 +0200
@@ -12,10 +12,10 @@
 
 Name:           python-%{pkgname}
 Version:        1.17.0
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Easy access to Digital Ocean APIs to deploy droplets, images and more
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://pypi.python.org/pypi/python-digitalocean
 Source0:        https://github.com/koalalorenzo/%{pypi_name}/archive/v%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz
 
@@ -121,6 +121,9 @@
 %endif
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.17.0-12
+- convert license to SPDX
+
 * Sun Jun 09 2024 Python Maint <python-ma...@redhat.com> - 1.17.0-11
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/python-gitlab.spec rpm-specs/python-gitlab.spec
--- rpm-specs.orig/python-gitlab.spec	2024-06-17 04:34:11.000000000 +0200
+++ rpm-specs/python-gitlab.spec	2024-06-18 10:36:57.505077190 +0200
@@ -6,7 +6,7 @@
 Release:        %autorelease
 Summary:        Interact with GitLab API
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/python-gitlab/python-gitlab
 Source0:        https://files.pythonhosted.org/packages/source/p/python-gitlab/python-gitlab-%{version}.tar.gz
 BuildArch:      noarch
diff -Naur rpm-specs.orig/python-guessit.spec rpm-specs/python-guessit.spec
--- rpm-specs.orig/python-guessit.spec	2024-06-17 04:34:19.000000000 +0200
+++ rpm-specs/python-guessit.spec	2024-06-18 10:36:59.502103130 +0200
@@ -4,9 +4,9 @@
 
 Name: python-%{srcname}
 Version: 3.8.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Library to extract as much information as possible from a video filename
-License: LGPLv3
+License: LGPL-3.0-only
 URL: https://guessit.readthedocs.org/
 Source: https://github.com/guessit-io/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
 # Disable some tests: https://github.com/guessit-io/guessit/issues/724
@@ -78,6 +78,9 @@
 %license LICENSE
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 3.8.0-5
+- convert license to SPDX
+
 * Sun Jun 16 2024 Python Maint <python-ma...@redhat.com> - 3.8.0-4
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/python-pymeeus.spec rpm-specs/python-pymeeus.spec
--- rpm-specs.orig/python-pymeeus.spec	2024-06-17 04:36:01.000000000 +0200
+++ rpm-specs/python-pymeeus.spec	2024-06-18 10:37:00.585117197 +0200
@@ -2,10 +2,10 @@
 
 Name:           python-%{pypi_name}
 Version:        0.5.11
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Python implementation of Jean Meeus astronomical routines
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/architest/pymeeus
 Source0:        %{pypi_source PyMeeus}
 BuildArch:      noarch
@@ -63,6 +63,9 @@
 %license LICENSE.txt COPYING.LESSER
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.5.11-11
+- convert license to SPDX
+
 * Fri Jun 07 2024 Python Maint <python-ma...@redhat.com> - 0.5.11-10
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/python-pynest2d.spec rpm-specs/python-pynest2d.spec
--- rpm-specs.orig/python-pynest2d.spec	2024-03-08 03:35:18.000000000 +0100
+++ rpm-specs/python-pynest2d.spec	2024-06-18 10:37:01.189125043 +0200
@@ -13,7 +13,7 @@
 Version:        4.8.0
 Release:        %autorelease
 Summary:        Python bindings for libnest2d
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/Ultimaker/pynest2d
 Source:         %{url}/archive/%{version}/pynest2d-%{version}.tar.gz
 # Downstream patch: add PyQt5 namespace
diff -Naur rpm-specs.orig/python-pyte.spec rpm-specs/python-pyte.spec
--- rpm-specs.orig/python-pyte.spec	2024-06-17 04:36:12.000000000 +0200
+++ rpm-specs/python-pyte.spec	2024-06-18 10:37:02.097136837 +0200
@@ -1,8 +1,8 @@
 Summary:        In memory VT-compatible terminal emulator
 Name:           python-pyte
 Version:        0.8.2
-Release:        4%{?dist}
-License:        LGPLv3
+Release:        5%{?dist}
+License:        LGPL-3.0-only
 URL:            https://github.com/selectel/pyte
 Source0:        https://github.com/selectel/pyte/archive/%{version}/pyte-%{version}.tar.gz
 Patch0:         python-pyte-0.8.0-docs.patch
@@ -54,6 +54,9 @@
 %doc docs/_build/html
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.8.2-5
+- convert license to SPDX
+
 * Fri Jun 07 2024 Python Maint <python-ma...@redhat.com> - 0.8.2-4
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/python-websockify.spec rpm-specs/python-websockify.spec
--- rpm-specs.orig/python-websockify.spec	2024-06-17 04:37:46.000000000 +0200
+++ rpm-specs/python-websockify.spec	2024-06-18 10:37:03.119150112 +0200
@@ -2,10 +2,10 @@
 %global summary WSGI based adapter for the Websockets protocol
 Name:           python-%{pkgname}
 Version:        0.11.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        %{summary}
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            https://github.com/kanaka/websockify
 Source0:        %{url}/archive/v%{version}/websockify-%{version}.tar.gz
 BuildArch:      noarch
@@ -56,6 +56,9 @@
 %doc docs
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.11.0-7
+- convert license to SPDX
+
 * Fri Jun 07 2024 Python Maint <python-ma...@redhat.com> - 0.11.0-6
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/qt4pas.spec rpm-specs/qt4pas.spec
--- rpm-specs.orig/qt4pas.spec	2024-06-17 04:38:22.000000000 +0200
+++ rpm-specs/qt4pas.spec	2024-06-18 10:37:03.741158191 +0200
@@ -1,8 +1,8 @@
 Name:           qt4pas
 Version:        2.5
-Release:        29%{?dist}
+Release:        30%{?dist}
 Summary:        Free Pascal Qt4 Binding
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html
 Source0:        http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V%{version}/%{name}-V%{version}_Qt4.5.3.tar.gz
 BuildRequires: make
@@ -47,6 +47,9 @@
 %{_libdir}/libQt4Pas.so
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 2.5-30
+- convert license to SPDX
+
 * Fri Jan 26 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 2.5-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/rubygem-log4r.spec rpm-specs/rubygem-log4r.spec
--- rpm-specs.orig/rubygem-log4r.spec	2024-06-17 04:40:27.000000000 +0200
+++ rpm-specs/rubygem-log4r.spec	2024-06-18 10:37:05.286178260 +0200
@@ -3,10 +3,10 @@
 
 Name: rubygem-%{gem_name}
 Version: 1.1.10
-Release: 22%{?dist}
+Release: 23%{?dist}
 Summary: Log4r, logging framework for ruby
 # License is changed for future releases!
-License: LGPLv3
+License: LGPL-3.0-only
 URL: https://github.com/colbygk/log4r
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
 # Upstream license files
@@ -108,6 +108,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 1.1.10-23
+- convert license to SPDX
+
 * Fri Jan 26 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 1.1.10-22
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/sni-qt.spec rpm-specs/sni-qt.spec
--- rpm-specs.orig/sni-qt.spec	2024-01-28 03:47:26.000000000 +0100
+++ rpm-specs/sni-qt.spec	2024-06-18 10:37:05.943186794 +0200
@@ -7,9 +7,9 @@
 Name:    sni-qt
 Summary: Plugin for Qt4 that turns QSystemTrayIcons into status notifiers
 Version: 0.2.7
-Release: 0.14.%{snap}%{?dist}
+Release: 0.14.20170218%{?dist}
 
-License: LGPLv3
+License: LGPL-3.0-only
 URL:     https://launchpad.net/sni-qt
 #Source0: https://launchpad.net/sni-qt/trunk/%{version}/+download/sni-qt-%{version}.tar.bz2
 Source0: https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/sni-qt/%{version}+16.04.%{snap}.1-0ubuntu1/sni-qt_%{version}+16.04.%{snap}.1.orig.tar.gz
@@ -61,6 +61,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.2.7-0.14.20170218
+- convert license to SPDX
+
 * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.2.7-0.14.20170217
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/spice-html5.spec rpm-specs/spice-html5.spec
--- rpm-specs.orig/spice-html5.spec	2024-06-17 04:46:13.000000000 +0200
+++ rpm-specs/spice-html5.spec	2024-06-18 10:37:06.573194977 +0200
@@ -1,9 +1,9 @@
 Name:           spice-html5
 Version:        0.3.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Pure Javascript SPICE client
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://www.spice-space.org
 Source0:        https://gitlab.freedesktop.org/spice/spice-html5/-/archive/spice-html5-%{version}/spice-html5-spice-html5-%{version}.tar.bz2
 
@@ -31,6 +31,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.3.0-9
+- convert license to SPDX
+
 * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.3.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/unity-gtk-module.spec rpm-specs/unity-gtk-module.spec
--- rpm-specs.orig/unity-gtk-module.spec	2024-01-28 03:50:14.000000000 +0100
+++ rpm-specs/unity-gtk-module.spec	2024-06-18 10:37:07.397205680 +0200
@@ -1,9 +1,9 @@
 Name:		unity-gtk-module
 Version:	0.0.0+17.04.20170403
-Release:	19%{?dist}
+Release:	20%{?dist}
 Summary:	GTK+ module for exporting old-style menus as GMenuModels
 
-License:	LGPLv3
+License:	LGPL-3.0-only
 URL:		https://launchpad.net/%{name}
 Source0:	http://archive.ubuntu.com/ubuntu/pool/main/u/%{name}/%{name}_%{version}.orig.tar.gz
 
@@ -215,6 +215,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.0.0+17.04.20170403-20
+- convert license to SPDX
+
 * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.0.0+17.04.20170403-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/urg.spec rpm-specs/urg.spec
--- rpm-specs.orig/urg.spec	2024-05-31 04:49:14.000000000 +0200
+++ rpm-specs/urg.spec	2024-06-18 10:37:08.162215617 +0200
@@ -1,9 +1,9 @@
 Name:           urg
 Version:        0.8.18
-Release:        32%{?dist}
+Release:        33%{?dist}
 Summary:        Library to access Hokuyo URG laser range finders
 
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://www.hokuyo-aut.jp/cgi-bin/urg_programs_en/
 Source0:        http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/urg-%{version}.zip
 Patch0:         urg-0.8.18-missing-includes.patch
@@ -68,6 +68,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.8.18-33
+- convert license to SPDX
+
 * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.8.18-32
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
diff -Naur rpm-specs.orig/vim-jedi.spec rpm-specs/vim-jedi.spec
--- rpm-specs.orig/vim-jedi.spec	2024-06-08 04:52:33.000000000 +0200
+++ rpm-specs/vim-jedi.spec	2024-06-18 10:37:08.986226320 +0200
@@ -4,10 +4,10 @@
 
 Name:          vim-jedi
 Version:       0.11.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       The Jedi vim plugin
 
-License:       LGPLv3
+License:       LGPL-3.0-only
 URL:           https://github.com/davidhalter/jedi-vim
 Source0:       https://github.com/davidhalter/jedi-vim/archive/%{version}/jedi-vim-%{version}.tar.gz
 Source1:       %{name}.metainfo.xml
@@ -56,6 +56,9 @@
 
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.11.2-4
+- convert license to SPDX
+
 * Fri Jun 07 2024 Python Maint <python-ma...@redhat.com> - 0.11.2-3
 - Rebuilt for Python 3.13
 
diff -Naur rpm-specs.orig/xfce4-statusnotifier-plugin.spec rpm-specs/xfce4-statusnotifier-plugin.spec
--- rpm-specs.orig/xfce4-statusnotifier-plugin.spec	2024-06-17 04:49:20.000000000 +0200
+++ rpm-specs/xfce4-statusnotifier-plugin.spec	2024-06-18 10:37:09.857237634 +0200
@@ -3,9 +3,9 @@
 
 Name:           xfce4-statusnotifier-plugin
 Version:        0.2.2
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Panel area status notifier plugin for Xfce4
-License:        LGPLv3
+License:        LGPL-3.0-only
 URL:            http://www.xfce.org/
 Source0:        http://archive.xfce.org/src/panel-plugins/%{name}/%{basever}/%{name}-%{version}.tar.bz2
 
@@ -53,6 +53,9 @@
 %{_datadir}/xfce4/panel/plugins/statusnotifier.desktop
 
 %changelog
+* Tue Jun 18 2024 Miroslav Suchý <msu...@redhat.com> - 0.2.2-11
+- convert license to SPDX
+
 * Sat Jan 27 2024 Fedora Release Engineering <rel...@fedoraproject.org> - 0.2.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
 
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to