Browse Source

gimp-2.10.8-1

Tomohiro "Tomo-p" KATO 5 years ago
parent
commit
c51a45296d
1 changed files with 8 additions and 6 deletions
  1. 8 6
      g/gimp/gimp-vl.spec

+ 8 - 6
g/gimp/gimp-vl.spec

@@ -5,7 +5,7 @@
 Summary: 	The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name:    gimp
-Version: 2.10.6
+Version: 2.10.8
 Release: 1%{?_dist_release}
 
 License: GPL, LGPL
@@ -16,7 +16,7 @@ Source:  ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
 # Patch100: gimp-2.8.0-gimprc-vine.patch
 
 # https://github.com/aferrero2707/gimp-appimage/blob/master/gimp-glib-splash.patch
-Patch1:  gimp-glib-splash.patch
+Patch1:  gimp-2.10.8-glib-splash.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -53,7 +53,6 @@ BuildRequires: libmng-devel
 BuildRequires: lcms2-devel >= 2.8
 BuildRequires: pycairo-devel >= 1.0.2
 BuildRequires: babl-devel >= 0.1.56
-BuildRequires: gegl
 BuildRequires: gegl04-devel >= 0.4.6
 BuildRequires: libmypaint-devel >= 1.3.0
 BuildRequires: mypaint-brushes-devel >= 1.3.0
@@ -62,7 +61,6 @@ BuildRequires: libgexiv2-devel >= 0.10.6
 
 Vendor: Project Vine
 Distribution: Vine Linux
-Packager: Takemikaduchi
 
 
 %description
@@ -138,7 +136,7 @@ and gimp, and you may want to install gimp-data-extras.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -b .splash
+%patch1 -p1 -b .splash
 # %patch100 -p1 -b .gimprc
 
 %build
@@ -183,7 +181,8 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %files
-%attr (-, root, man) %doc AUTHORS COPYING ChangeLog HACKING NEWS README
+%license COPYING
+%attr (-, root, man) %doc AUTHORS ChangeLog HACKING NEWS README
 %attr (-, root, man) %doc README.i18n
 #%attr (-, root, man) %doc docs/*.txt
 %defattr (-, root, root)
@@ -255,6 +254,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
 
 
 %changelog
+* Tue Jan 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.8-1
+- updated to 2.10.8.
+
 * Tue Oct 02 2018 Toshiaki Ara <ara_t@384.jp> 2.10.6-1
 - update to 2.10.6
 - add Patch1