source: projects/specs/trunk/g/gimp/gimp-vl.spec @ 7938

Revision 7938, 22.0 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

Line 
1%define verdir          v2.8
2%define binver          2.8
3%define subver          2.0
4
5Summary:        The GNU Image Manipulation Program
6Summary(ja):    GNU 画像加工プログラム
7Name:           gimp
8Version:        2.8.6
9Release:        2%{?_dist_release}
10License:        GPL, LGPL
11Group:          Applications/Graphics
12URL:            http://www.gimp.org/
13Source:         ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
14
15Patch10:        gimp-2.0-desktopfile-no-gimp-remote.patch
16
17Patch100:       gimp-2.8.0-gimprc-vine.patch
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20
21Obsoletes:      gimp-data-min
22Obsoletes:      gimp-libgimp
23
24Requires:       xdg-utils
25
26BuildRequires:  gtk2-devel >= 2.24.10
27BuildRequires:  libpng-devel
28BuildRequires:  libtiff-devel
29BuildRequires:  libjpeg-devel
30BUildRequires:  lcms-devel
31BuildRequires:  librsvg2-devel
32BuildRequires:  aalib-devel
33BuildRequires:  alsa-lib-devel
34BuildRequires:  libexif-devel
35BuildRequires:  gegl-devel >= 0.2.0
36BuildRequires:  poppler-devel >= 0.14.2
37BuildRequires:  curl-devel
38BuildRequires:  libwmf-devel
39BuildRequires:  dbus-glib-devel
40BuildRequires:  gvfs-devel
41BuildRequires:  alsa-lib-devel
42BuildRequires:  python-devel
43BuildRequires:  libXpm-devel
44BuildRequires:  libXmu-devel
45BuildRequires:  pygtk2-devel
46BuildRequires:  libxslt
47BuildRequires:  gtk-doc
48
49Vendor:         Project Vine
50Distribution:   Vine Linux
51Packager:       Takemikaduchi
52
53%description
54The GIMP (GNU Image Manipulation Program) is a powerful image
55composition and editing program, which can be extremely useful for
56creating logos and other graphics for Web pages.  The GIMP has many of
57the tools and filters you would expect to find in similar commercial
58offerings, and some interesting extras as well. The GIMP provides a
59large image manipulation toolbox, including channel operations and
60layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
61all with multi-level undo.
62
63The GIMP includes a scripting facility, but many of the included
64scripts rely on fonts that we cannot distribute.  The GIMP FTP site
65has a package of fonts that you can install by yourself, which
66includes all the fonts needed to run the included scripts.  Some of
67the fonts have unusual licensing requirements; all the licenses are
68documented in the package.  Get
69ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
70ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
71inclined.  Alternatively, choose fonts which exist on your system
72before running the scripts.
73
74Install the GIMP if you need a powerful image manipulation
75program. You may also want to install other GIMP packages:
76gimp-libgimp if you're going to use any GIMP plug-ins and
77gimp-data-extras, which includes various extra files for the GIMP.
78
79#'
80%description -l ja
81GIMP (GNU 画像処理プログラム)は、ウェブページ用のロゴやその他の画像を
82作る際に役立つ、強力な描画・編集プログラムです。GIMPには、同様の商用
83ソフトにあなたが望むような数多くのツールやフィルタはもとより、いくつ
84かの面白い追加機能も含まれています。GIMPは、チャンネル操作,レイヤー,
85効果,サブピクセル処理,アンチエイリアシング,変換,複数回のアンドゥ
86対応を含む多機能なツールボックスを提供します。
87
88GIMPはスクリプト機能を備えていますが、組み込みスクリプトの多くは我々が
89配布できないフォントに依存しています。GIMPのFTPサイトには、組み込まれ
90たスクリプトを実行するのに必要な全てのフォントを含んだ、ご自分で
91インストールできるフォントのパッケージがあります。いくつかのフォント
92には見慣れないライセンス要件が設定されています。
93(全てのライセンスについてはパッケージ中の文書に記載があります)
94必要な人は
95ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz と
96ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz から
97取得して下さい。別の手段として、スクリプトの実行前にあなたのシステムに
98既にあるフォントを選んでおく方法があります。
99
100もしあなたが強力な画像処理プログラムを必要としているならば、GIMP を
101インストールして下さい。また、恐らくあなたはその他の GIMP 用パッケージ
102もインストールしたいと思うでしょう。
103(gimp-libgimp : GIMP プラグインを使用する場合に必要。
104gimp-data-extras : GIMP用のさまざまな拡張ファイル。)
105
106%package devel
107Summary: GIMP plugin and extension development kit
108Summary(ja): GIMP プラグイン・拡張機能開発キット
109Group:    Development/Libraries
110Requires: %{name} = %{version}-%{release}
111Requires: gtk2-devel >= 2.4.4, glib2-devel >= 2.4.5
112
113%description devel
114The gimp-devel package contains the static libraries and header files
115for writing GNU Image Manipulation Program (GIMP) plug-ins and
116extensions.
117
118Install gimp-devel if you're going to create plug-ins and/or
119extensions for the GIMP.  You'll also need to install gimp-limpgimp
120and gimp, and you may want to install gimp-data-extras.
121
122%prep
123%setup -q -n %{name}-%{version}
124%patch100 -p1 -b .gimprc
125
126
127%build
128autoreconf -if
129%configure \
130        --without-print \
131        --without-libmng \
132        --without-webkit \
133        --without-hal \
134        --with-libexif \
135        --with-gvfs \
136        --enable-mp
137
138make %{?_smp_mflags}
139
140
141%install
142rm -rf %{buildroot}
143DESTDIR=$RPM_BUILD_ROOT make install
144
145mkdir -p %{buildroot}%{_datadir}/applications
146cp ./desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
147desktop-file-install --vendor gnome             \
148  --dir %{buildroot}%{_datadir}/applications    \
149  --delete-original                             \
150  --remove-category RasterGraphics              \
151  --add-category GNOME                          \
152  --add-category Application                    \
153  --add-category Graphics                       \
154  %{buildroot}%{_datadir}/applications/%{name}.desktop
155
156ln -sf gimp-%{binver} $RPM_BUILD_ROOT/%{_bindir}/gimp
157ln -sf gimp-remote-%{binver} $RPM_BUILD_ROOT/%{_bindir}/gimp-remote
158ln -sf gimptool-%{subver} $RPM_BUILD_ROOT/%{_bindir}/gimptool
159
160## removed unpacked files
161rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
162rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/modules/*.la
163rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/python/*.la
164# conflict to gimp-print package
165#rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/plug-ins/print
166
167%post
168/sbin/ldconfig
169gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
170
171%postun
172/sbin/ldconfig
173gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
174
175
176%clean
177rm -rf %{buildroot}
178
179%files
180%attr (-, root, man) %doc AUTHORS COPYING ChangeLog HACKING NEWS README
181%attr (-, root, man) %doc README.i18n
182#%attr (-, root, man) %doc docs/*.txt
183%defattr (-, root, root)
184%{_sysconfdir}/%{name}/%{subver}/controllerrc
185%{_sysconfdir}/%{name}/%{subver}/gimprc
186%{_sysconfdir}/%{name}/%{subver}/gtkrc
187%{_sysconfdir}/%{name}/%{subver}/menurc
188%{_sysconfdir}/%{name}/%{subver}/sessionrc
189%{_sysconfdir}/%{name}/%{subver}/templaterc
190%{_sysconfdir}/%{name}/%{subver}/unitrc
191%{_bindir}/*
192%dir %{_libdir}/%{name}/%{subver}/environ
193%dir %{_libdir}/%{name}/%{subver}/modules
194%dir %{_libdir}/%{name}/%{subver}/plug-ins
195%{_libdir}/%{name}/%{subver}/interpreters/default.interp
196%{_libdir}/%{name}/%{subver}/interpreters/pygimp.interp
197%{_libdir}/%{name}/%{subver}/environ/*
198%{_libdir}/%{name}/%{subver}/modules/*.so
199%{_libdir}/%{name}/%{subver}/plug-ins/*
200%{_libdir}/%{name}/%{subver}/python/*
201%{_libdir}/lib*.so.*
202%{_datadir}/applications/*.desktop
203%{_datadir}/icons/hicolor/*/*/%{name}.png
204%dir %{_datadir}/%{name}/%{subver}/
205%{_datadir}/%{name}/%{subver}/brushes
206%{_datadir}/%{name}/%{subver}/dynamics
207%{_datadir}/%{name}/%{subver}/fonts
208%{_datadir}/%{name}/%{subver}/fractalexplorer
209%{_datadir}/%{name}/%{subver}/gfig
210%{_datadir}/%{name}/%{subver}/gflare
211%{_datadir}/%{name}/%{subver}/gimpressionist
212%{_datadir}/%{name}/%{subver}/gradients
213%{_datadir}/%{name}/%{subver}/images/*.png
214%{_datadir}/%{name}/%{subver}/menus
215%{_datadir}/%{name}/%{subver}/palettes
216%{_datadir}/%{name}/%{subver}/patterns
217%{_datadir}/%{name}/%{subver}/scripts
218%{_datadir}/%{name}/%{subver}/tags
219%{_datadir}/%{name}/%{subver}/themes
220%{_datadir}/%{name}/%{subver}/tips
221%{_datadir}/%{name}/%{subver}/tool-presets
222%{_datadir}/%{name}/%{subver}/ui
223%{_datadir}/locale/*
224%{_mandir}/man1/*
225%{_mandir}/man5/*
226
227
228%files devel
229%defattr (-, root, root)
230%{_libdir}/*.so
231%{_includedir}/gimp-%{subver}/libgimp/*.h
232%{_includedir}/gimp-%{subver}/libgimpbase/*.h
233
234        %{_includedir}/gimp-%{subver}/libgimpcolor/*.h
235%{_includedir}/gimp-%{subver}/libgimpconfig/*.h
236%{_includedir}/gimp-%{subver}/libgimpmath/*.h
237%{_includedir}/gimp-%{subver}/libgimpmodule/*.h
238%{_includedir}/gimp-%{subver}/libgimpthumb/*.h
239%{_includedir}/gimp-%{subver}/libgimpwidgets/*.h
240%{_libdir}/pkgconfig/*.pc
241%{_datadir}/aclocal/*.m4
242%{_datadir}/gtk-doc/html/*
243
244
245%changelog
246* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
247- rebuild with poppler-0.24.2
248
249* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-1
250- new upstream release
251
252* Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.4-1
253- new upstream release
254
255* Tue Aug 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
256- new upstream release
257
258* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
259- new upstream release
260- update Patch100 (gimp-2.8.0-gimprc-vine.patch)
261
262* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-2
263- rebuild with poppler-0.18.4
264
265* Thu Feb 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-1
266- new upstream release
267- remove Patch0
268
269* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-6
270- remove BuildRequires: hal-devel
271- add configure option (--without-hal)
272- update Patch0 (gimp-2.6-git20120103.patch)
273- add BuildRequires: dbus-glib-devel, libxslt
274
275* Wed Sep 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-5
276- add Patch0 (gimp-2.6-git20110825.patch)
277  (including security fix for CVE-2010-4540,4541,4542,4543 and CVE-2011-1782,2896)
278- remove Patch21,22
279
280* Wed Apr 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-4
281- add Patch21 (05_CVE-2010-454x.patch) from debian
282  (including security fix for CVE-2010-4540,4541,4542)
283- add Patch22 (06_CVE-2010-4543.patch) from debian
284  (including security fix for CVE-2010-4543)
285
286* Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-3
287- update Patch100 to use xdg-open instead of htmlview
288- add R: xdg-utils, remove R: htmlview
289
290* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.11-2
291- rebuilt with poppler-0.16.3
292
293* Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-1
294- new upstream release
295
296* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-3
297- rebuild with poppler-0.14.2
298
299* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-2
300- rebuild with rpm-4.8.1 for pkg-config file
301
302* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
303- new upstream release
304
305* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-2
306- rebuild with gegl-0.1.2
307
308* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-1
309- new upstream release
310- add BuildRequires: python-devel, libXpm, libXmu, pygtk2-devel
311
312* Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-1
313- new upstream release
314
315* Fri May 29 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.6-3
316- rebuilt
317
318* Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-2
319- add --without-webkit --with-gvfs
320- add BR: poppler-devel, curl-devel, libwmf-devel, hal-devel,
321          dbus-devel, gvfs-devel, alsa-lib-devel
322
323* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-1
324- new upstream release
325
326* Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.6.3-2
327- rebuild with poppler-0.10.2
328
329* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-1
330- new upstream release
331
332* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-1
333- new upstream release
334
335* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1
336- new upstream release
337
338* Tue Oct 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-1
339- new upstream release
340- add BR: gegl-devel
341
342* Mon Aug 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.7-1vl5
343- updated gimp to 2.4.7
344- set binver macro to 2.4
345- updated gimp-2.2.17-gimprc-vine.patch to 2.4.7
346- dropt gimp-2.0-desktopfile-no-gimp-remote.patch
347- changed option in %%configure
348        - dropt --disable-python
349        - dropt --disable-perl
350        - added --disable-print, instead of --without-print
351- applied new versioning policy, spec in utf-8
352
353* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl3
354- updated Patch100
355- rebuilt with librsvg2-2.18.2
356
357* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl2
358- added Patch100 for using internal browser <BTS:545>
359
360* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl1
361- new upstream release
362
363* Thu Apr 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.14-0vl1
364- new upstream release
365- build with libexif, add BuildRequires: libexif-devel
366
367* Fri Dec 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.13-0vl1
368- new upstream release
369- add Requires: %%{name} = %%{version}-%%{release} to -devel package
370- add BuildRequires:
371        libpng-devel, libtiff-devel, libjpeg-devel, lcms-devel,
372        librsvg2-devel, aalib-devel, gtkhtml2-devel, alsa-lib-devel
373
374* Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.12-0vl2
375- rebuilt without libwmf-devel
376
377* Sun Jul  9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.12-0vl1
378- new upstream release
379
380* Sun Apr 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.11-0vl1
381- new upstream release
382- updated BuildRequires
383
384* Thu Jan  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl1
385- new upstream release
386
387* Mon Nov 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl2
388- remove libwmf dependency
389
390* Thu Nov 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl1
391- new upstream release
392
393* Mon Oct  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.8-0vl1
394- new upstream release
395- added Japanese translation catalogue from CVS
396
397* Mon May 16 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl3
398- 2.2.7-0vl2's packager is not Suzuki-san but Inagaki-san. Fixed.
399- release number conflict - increased release number
400  - Wed May 11 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl2
401  - rebuilt to fix unwanted dependencies with lcms (ppc only)
402
403* Sun May 15 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.7-0vl2
404- added --without-libexif option to %configue
405- added %{_includedir}/gimp-%{subver}/libgimpthumb/*.h to devel
406- changed devel package Group to Development/Libraries
407
408* Tue May 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.7-0vl1
409- new upstream release
410
411* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl2
412- rebuild without alsa-lib
413
414* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl1
415- new upstream release
416- fixed broken symlinks to gimptool
417
418* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
419- remove alsa-lib dependency
420
421* Sat Mar 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
422- new upstream release
423
424* Tue Jan 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
425- new upstream release
426
427* Wed Dec 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
428- new upstream release
429
430* Thu Nov 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl2
431- rebuild with new environment
432
433* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl1
434- new upstream release
435
436* Mon Sep 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.5-0vl1
437- new upstream release
438
439* Sun Aug 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.4-0vl1
440- new upstream release
441
442* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.3-0vl1
443- new upstream release
444
445* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl2
446- added BuildRequires: libart_lgpl-devel
447
448* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl1
449- new upstream release
450
451* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
452- new upstream release
453
454* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl2
455- remove obsolete po/ja.po and po-libgimp/ja.po
456- update po-script-fu/ja.po
457
458* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl1
459- new upstream release
460
461* Mon Mar  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre4
462- new upstream release
463- modify desktop file to exec "gimp" instead of "gimp-remote-version"
464- do not build/install static libs
465
466* Tue Feb 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre3
467- new upstream release
468
469* Tue Jan 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre2
470- new upstream release
471
472* Sun Sep 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.20-0vl1
473- new upstream release
474
475* Sun Sep 14 2003 KAZUKI SHIMURA <rito@pos.to> 1.3.19-0vl4
476- rebuild with --without-libmng
477
478* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl3
479- update ja.po
480
481* Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl2
482- add missing files..
483
484* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl1
485- new upstream release
486
487* Sun Aug 03 2003 Satoshi MACHINO <machino@vinelinux.org> 1.3.14-0vl5
488- rebuilt without libmng-devel
489
490* Sat Jun 21 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.14-0vl4
491- rebuilt
492
493* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl3
494- rebuilt
495
496* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl2
497- rebuilt
498
499* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl1
500- new upstream release
501
502* Fri Apr 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.13-0vl1
503- new upstream release
504
505* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl2
506- fixed Requires for -devel package.
507
508* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl1
509- new upstream release
510- this is experimental package for gnome2
511
512* Mon Mar 04 2002 Toru Sagami <sagami@vinelinux.org> 1.2.3-0vl2
513- include missing -1.2 man pages
514
515* Sat Feb 16 2002 Jun Nishii <jun@vinelinux.org> 1.2.3-0vl1
516- ver.up
517
518* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
519- rebuild on XFree86-3.3.6
520
521* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
522- FIX: Requires: %%{name} = %%{version} for devel subpackage
523
524* Fri Dec 21 2001 Toru Sagami <sagami@vinelinux.org> 1.2.2-0vl4
525- quit replacing gimp-std-plugins.ja.po on our glibc22 system
526- Requires: %%{name}-%%{version} for devel subpackage
527- freshen gimp-help-ja as of 1120
528
529* Tue Sep 04 2001 Toru Sagami <sagami@vinelinux.org>
530- 1.2.2-0vl3: freshen gimp-help-ja as of 0903
531- enable pre script and make it work for upgrading to symlink from directory
532- let pre/triggres scripts exit 0
533
534* Fri Aug 31 2001 <shom@vinelinux.org> 1.2.2-0vl2
535- add all BuildPrereq
536- change help-ja location (dir:help/{C,ja}
537symlink:help/{en,en_US,ja,ja_JP,ja_JP.eucJP})
538- add helpbrowser setlocale patch (Patch0)
539- add %pre (for invalid symlinks, dirs in 1.2.2-0vl1 and help-ja)
540
541* Thu Aug 16 2001 <sagami@vinelinux.org>
542- 1.2.2-0vl1
543- FIXME: revive gimp-std-plugins.ja.po to prevent NLS error.
544- tweaked spec around installing help-ja (install files into "en", not "c")
545- %%triggerpostun to cope with obsoleted gimp-help-ja uninstallation
546
547* Thu Aug 16 2001 Masaki Shinomiya <shino@pos.to>
548- Include Japanese help 0729
549- Requires: gtk+ version >= 1.2.8
550
551* Fri Aug 03 2001 <sagami@vinelinux.org>
552- 1.2.2-0vl0: updated to release 1.2.2
553- move gimptool.1 to devel subpackage and eliminate ABOUT-NLS from %%doc
554
555* Fri May 25 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
556- 1.2.1-0vl3
557- rebuilt with glib/gtk = 1.2.10
558
559* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
560- fixed files section so as not to own mandir itself
561
562* Tue Jan 23 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
563- 1.2.1-0vl1
564
565* Sat Jan 13 2001 Jun Nishii <jun@vinelinux.org>
566- 1.2.0-0vl2
567- fix Group of gimp-lib
568- remove screenshot.patch because the bug seems to be fixed.
569- optimize by -O2
570
571* Fri Dec 29 2000 Yoichi Imai <yoichi@silver-forest.com>
572- 1.2.0-0vl1
573- removed strip
574- removed fontset patch, gimp-std-plugins.ja.po
575- used %{_.*?dir}
576- added some path of files
577
578* Tue Oct 17 2000 Jun Nishii <jun@vinelinux.org>
579- 1.1.27-0vl2
580- added gimp-1.1.23-screenshot.patch
581
582* Sun Oct  8 2000 Jun Nishii <jun@vinelinux.org>
583- 1.1.27-0vl1
584- guash 2.3.0
585
586* Tue Sep 12 2000 Jun Nishii <jun@vinelinux.org>
587- 1.1.25-0vl1
588- obsoletes /etc/X11/wmconfig
589
590* Mon Jun 26 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
591- updated to 1.1.24
592- added gimp-std-plugins.ja.po to prevent NLS error for the temporary.
593
594* Thu Jun  1 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
595- updated to 1.1.23
596
597* Mon Apr 24 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
598- updated to 1.1.20
599- added /usr/bin/gimptool to devel.
600
601* Tue Apr  4 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
602- updated to 1.1.19
603
604* Sat Mar 25 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
605- added GIMP.desktop file
606
607* Mon Mar 6 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
608- updated to 1.1.18
609
610* Mon Feb 14 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
611- updated to 1.1.17
612
613* Fri Feb 11 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
614- updated to 1.1.16
615- remove unnecessary patches and sources (hack_jp,  Success, GrayScale, ja.po)
616- added guash plug-ins
617
618* Sat Jan 22 2000 Jun Nishii <jun@vinelinux.org>
619- 1.1.15-0vl2
620- rebuild to avoid esxtra dependency for Vine Linux 2.0
621
622* Wed Jan 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
623- gimp-1.1.15
624- modified Success patch and hack_jp patch for 1.1.15
625
626* Tue Dec 21 1999 Jun Nishii <jun@vinelinux.org>
627- gimp-1.1.14
628
629* Sun Nov 28 1999 Jun NISHII <jun@vinelinux.org>
630- plugins.patch
631
632* Sat Nov 27 1999 Jun NISHII <jun@vinelinux.org>
633- gimp-1.1.13
634- merge patch from ftp://ftp.tba.org.tohoku.ac.jp/pub/gimp/
635
636* Thu Nov 25 1999 Jun NISHII <jun@vinelinux.org>
637- merge many jp patches
638
639* Mon Oct 25 1999 Jun Nishii <jun@vinelinux.org>
640- added defattr for vine-devel
641
642* Sat Oct 23 1999 Jun Nishii <jun@vinelinux.org>
643- merge fontset patch from gimp-ML
644
645* Sun Oct 17 1999 Jun Nishii <jun@vinelinux.org>
646- 1.1.10
647- separate gimp and gimpe-libgimp again
648
649* Fri Aug 6 1999 Jun Nishii <jun@vinelinux.org>
650- 1.1.7
651- build without threads and mp suppored to get stability
652
653* Fri Jul 30 1999 Jun Nishii <jun@vinelinux.org>
654- build with threads and mp suppored
655- merge gimp and gimp-libgimp
656
657* Thu Jun 10 1999 Toru Hoshina <hoshina@best.com>
658- Added spline patch, because I love SOTA chrome logo :-)
659
660* Wed Mar 10 1999 Tsutomu Yasuda <_tom_@sf.airnet.ne.jp>
661- First release
Note: See TracBrowser for help on using the repository browser.