- Use %license

- License is actually GPL-3.0-or-later

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=101
This commit is contained in:
Fabian Vogt 2018-08-02 13:40:11 +00:00 committed by Git OBS Bridge
parent 10cf5d0b60
commit 3b391c4b8c
2 changed files with 14 additions and 5 deletions

View File

@ -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

View File

@ -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