diff --git a/kate.changes b/kate.changes index a28ccbe..9278ab0 100644 --- a/kate.changes +++ b/kate.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 2 13:39:40 UTC 2018 - fabian@ritter-vogt.de + +- Use %license +- License is actually GPL-3.0-or-later + ------------------------------------------------------------------- Thu Jul 26 13:00:33 UTC 2018 - lbeltrame@kde.org diff --git a/kate.spec b/kate.spec index 604f615..da4de1f 100644 --- a/kate.spec +++ b/kate.spec @@ -26,7 +26,7 @@ Release: 0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Advanced Text Editor -License: GPL-2.0+ +License: GPL-3.0-or-later Group: Productivity/Text/Editors Url: http://www.kde.org Source0: %{name}-%{version}.tar.xz @@ -111,7 +111,8 @@ plugins and data files for Kate and KWrite editors. %files %defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %dir %{_kf5_appstreamdir} %dir %{_kf5_htmldir} %dir %{_kf5_htmldir}/en @@ -125,7 +126,8 @@ plugins and data files for Kate and KWrite editors. %files -n kwrite %defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %dir %{_kf5_htmldir} %dir %{_kf5_htmldir}/en %doc %lang(en) %{_kf5_htmldir}/en/kwrite/ @@ -136,7 +138,8 @@ plugins and data files for Kate and KWrite editors. %files plugins %defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %if 0%{?_appstreamkpackage} %{_kf5_appstreamdir}/org.kde.plasma.katesessions.appdata.xml %endif @@ -148,7 +151,7 @@ plugins and data files for Kate and KWrite editors. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog