convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
This commit is contained in:
parent
4b7ad47a7f
commit
5eca83dc07
1 changed files with 6 additions and 2 deletions
|
|
@ -4,12 +4,13 @@
|
|||
|
||||
Name: wordpress-plugin-%{plugin_name}
|
||||
Version: 2.2.13
|
||||
Release: 21%{?dist}
|
||||
Release: 22%{?dist}
|
||||
Summary: %{plugin_human_name} plugin for WordPress
|
||||
|
||||
# According to http://plugins.trac.wordpress.org/ all plugins are licensed
|
||||
# under the GPL unless otherwise stated in the plugin source.
|
||||
License: LGPLv3+
|
||||
# Automatically converted from old format: LGPLv3+ - review is highly recommended.
|
||||
License: LGPL-3.0-or-later
|
||||
URL: http://www.bad-behavior.ioerror.us/
|
||||
Source0: http://downloads.wordpress.org/plugin/%{plugin_name}.%{version}.zip
|
||||
Requires: wordpress
|
||||
|
|
@ -63,6 +64,9 @@ cp -a %{plugin_name} %{buildroot}%{_datadir}/wordpress/wp-content/plugins/
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 07 2024 Miroslav Suchý <msuchy@redhat.com> - 2.2.13-22
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.13-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue