Fix License and Patch usage
This commit is contained in:
parent
80a20ac175
commit
0da1de74eb
16
gimp.spec
16
gimp.spec
@ -73,9 +73,9 @@ Release: %autorelease
|
|||||||
%global lib_minor %(echo $[%minor * 100])
|
%global lib_minor %(echo $[%minor * 100])
|
||||||
%global lib_micro %micro
|
%global lib_micro %micro
|
||||||
|
|
||||||
# gimp core app is GPL-3.0-only, libgimp and other libraries are LGPL-3.0-only
|
# gimp core app is GPL-3.0-or-later, libgimp and other libraries are LGPL-3.0-or-later
|
||||||
# plugin file-dds is GPL-2.0-only and plugins script-fu/{ftx,tinyscheme} are BSD-3-Clause
|
# plugin file-dds is GPL-2.0-or-later and plugins script-fu/{ftx,tinyscheme} are BSD-3-Clause
|
||||||
License: LGPL-3.0-only AND GPL-2.0-only AND GPL-3.0-only AND BSD-3-Clause
|
License: LGPL-3.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later AND BSD-3-Clause
|
||||||
URL: http://www.gimp.org/
|
URL: http://www.gimp.org/
|
||||||
%if %{with aalib}
|
%if %{with aalib}
|
||||||
BuildRequires: aalib-devel
|
BuildRequires: aalib-devel
|
||||||
@ -275,15 +275,15 @@ EOF
|
|||||||
|
|
||||||
%setup -q -n gimp-%{version}
|
%setup -q -n gimp-%{version}
|
||||||
|
|
||||||
%patch1 -p1 -b .cm-system-monitor-profile-by-default
|
%patch 1 -p1 -b .cm-system-monitor-profile-by-default
|
||||||
%patch2 -p1 -b .font-default
|
%patch 2 -p1 -b .font-default
|
||||||
%patch3 -p1 -b .no-phone-home-default
|
%patch 3 -p1 -b .no-phone-home-default
|
||||||
|
|
||||||
%if ! %{with helpbrowser}
|
%if ! %{with helpbrowser}
|
||||||
%patch100 -p1 -b .external-help-browser
|
%patch 100 -p1 -b .external-help-browser
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%patch101 -p1
|
%patch 101 -p1
|
||||||
|
|
||||||
# Avoid re-running autotools.
|
# Avoid re-running autotools.
|
||||||
touch -r aclocal.m4 configure*
|
touch -r aclocal.m4 configure*
|
||||||
|
Loading…
Reference in New Issue
Block a user