- 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:
parent
10cf5d0b60
commit
3b391c4b8c
@ -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
|
Thu Jul 26 13:00:33 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
13
kate.spec
13
kate.spec
@ -26,7 +26,7 @@ Release: 0
|
|||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Advanced Text Editor
|
Summary: Advanced Text Editor
|
||||||
License: GPL-2.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
@ -111,7 +111,8 @@ plugins and data files for Kate and KWrite editors.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%license COPYING*
|
||||||
|
%doc README*
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%dir %{_kf5_htmldir}
|
%dir %{_kf5_htmldir}
|
||||||
%dir %{_kf5_htmldir}/en
|
%dir %{_kf5_htmldir}/en
|
||||||
@ -125,7 +126,8 @@ plugins and data files for Kate and KWrite editors.
|
|||||||
|
|
||||||
%files -n kwrite
|
%files -n kwrite
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%license COPYING*
|
||||||
|
%doc README*
|
||||||
%dir %{_kf5_htmldir}
|
%dir %{_kf5_htmldir}
|
||||||
%dir %{_kf5_htmldir}/en
|
%dir %{_kf5_htmldir}/en
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/kwrite/
|
%doc %lang(en) %{_kf5_htmldir}/en/kwrite/
|
||||||
@ -136,7 +138,8 @@ plugins and data files for Kate and KWrite editors.
|
|||||||
|
|
||||||
%files plugins
|
%files plugins
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%license COPYING*
|
||||||
|
%doc README*
|
||||||
%if 0%{?_appstreamkpackage}
|
%if 0%{?_appstreamkpackage}
|
||||||
%{_kf5_appstreamdir}/org.kde.plasma.katesessions.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.plasma.katesessions.appdata.xml
|
||||||
%endif
|
%endif
|
||||||
@ -148,7 +151,7 @@ plugins and data files for Kate and KWrite editors.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user