gimp/gimp.spec

633 lines
20 KiB
RPMSpec
Raw Normal View History

2004-12-20 08:14:45 +00:00
#define prever pre2
2004-11-03 17:31:58 +00:00
%define binver 2.2
%define gimp_lang_ver 20
%define interfacever 2.0
%define age 0
%define minorver 200
2004-12-29 16:49:38 +00:00
%define microver 1
2004-11-03 17:31:58 +00:00
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%define _enable_python %{?enable_python:%{enable_python}}%{?!enable_python:1}
%define _enable_mp %{?enable_mp:%{enable_mp}}%{?!enable_mp:1}
%define _enable_static %{?enable_static:%{enable_static}}%{?!enable_static:1}
%define _enable_print %{?enable_print:%{enable_print}}%{?!enable_print:0}
%define _enable_convenience %{?enable_convenience:%{enable_convenience}}%{?!enable_convenience:1}
Summary: The GNU Image Manipulation Program
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
Name: gimp
Version: 2.2.1
2004-12-20 08:14:45 +00:00
Release: %{?prever:0.0.%{prever}.}1
2004-11-03 17:31:58 +00:00
Epoch: 2
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
License: GPL, LGPL
Group: Applications/Multimedia
URL: http://www.gimp.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: gimp2 gimp-beta <= %{version}
Obsoletes: gimp-perl < 2:2.0
BuildRequires: glib2-devel >= 2.3.0
BuildRequires: gtk2-devel >= 2.4.0
BuildRequires: pango-devel >= 1.4.0
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
BuildRequires: fontconfig-devel >= 2.2.0
BuildRequires: gtkhtml2-devel
BuildRequires: python-devel
BuildRequires: pygtk2-devel
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
BuildRequires: librsvg2-devel
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: libpng-devel
BuildRequires: libmng-devel
BuildRequires: libexif-devel
BuildRequires: xorg-x11-devel
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
BuildRequires: gimp-print-devel >= 4.2.0
BuildRequires: automake >= 1.7
BuildRequires: autoconf >= 2.54
BuildRequires: libtool >= 1.5
BuildRequires: perl
BuildRequires: libwmf-devel >= 0.2.8
2004-11-03 17:31:58 +00:00
BuildRequires: intltool
PreReq: desktop-file-utils >= 0.9
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
Requires: glib2 >= 2.3.0
Requires: gtk2 >= 2.3.0
Requires: pango >= 1.4.0
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
Requires: fontconfig >= 2.2.0
Requires: gimp-print >= 4.2.0
Requires(post): /sbin/ldconfig /usr/bin/update-desktop-database
2004-09-26 11:28:19 +00:00
Requires(postun): /sbin/ldconfig /usr/bin/update-desktop-database
2004-12-20 08:14:45 +00:00
Source0: ftp://ftp.gimp.org/pub/gimp/v%{binver}/%{?prever:testing/}gimp-%{version}%{?prever:-%{prever}}.tar.bz2
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
Patch0: gimp-2.0pre3-buildroot.patch
Patch1: gimp-2.0.1-gimphelpmissing.patch
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%description
The GIMP (GNU Image Manipulation Program) is a powerful image
composition and editing program, which can be extremely useful for
creating logos and other graphics for webpages. The GIMP has many of
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
the tools and filters you would expect to find in similar commercial
offerings, and some interesting extras as well. The GIMP provides a
large image manipulation toolbox, including channel operations and
layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
all with multi-level undo.
The GIMP includes a scripting facility, but many of the included
scripts rely on fonts that we cannot distribute. The GIMP FTP site
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
has a package of fonts that you can install by yourself, which
includes all the fonts needed to run the included scripts. Some of
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
the fonts have unusual licensing requirements; all the licenses are
documented in the package. Get
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
inclined. Alternatively, choose fonts which exist on your system
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
before running the scripts.
%package devel
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
Summary: GIMP plugin and extension development kit
Group: Applications/Multimedia
Requires: gtk2-devel, %{name} = %{epoch}:%{version}-%{release}
Obsoletes: gimp2-devel gimp-beta-devel <= %{version}
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%description devel
The gimp-devel package contains the static libraries and header files
for writing GNU Image Manipulation Program (GIMP) plug-ins and
extensions.
%prep
2004-11-03 17:31:58 +00:00
%setup -q -n gimp-%{version}%{?prever:-%{prever}}
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%patch0 -p1 -b .buildroot
%patch1 -p1 -b .gimphelpmissing
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%build
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
libtoolize --copy --force
2004-11-03 17:31:58 +00:00
intltoolize --automake --copy --force
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
aclocal -I m4macros
2004-11-03 17:31:58 +00:00
#perl -pi -e 's/require +XML::Parser/;/g;' aclocal.m4
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
automake
autoconf
LIBAA="disable"; export LIBAA
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
if [ ! -f configure ]; then
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
fi
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%configure \
--disable-perl \
%if %_enable_python
--enable-python \
%else
--disable-python \
%endif
%if %_enable_mp
--enable-mp \
%else
--disable-mp \
%endif
%if %_enable_static
--enable-static \
%else
--disable-static \
%endif
%if %_enable_print
--enable-print \
%else
--disable-print \
%endif
;
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
make %{?_smp_mflags}
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%install
export PATH="$PATH:$PWD/bin"
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_infodir} $RPM_BUILD_ROOT/%{_includedir} \
$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir} \
2004-11-03 17:31:58 +00:00
$RPM_BUILD_ROOT/%{_libdir}/gimp/%{interfacever}/plug-ins \
$RPM_BUILD_ROOT/%{_datadir}/{applications,application-registry,mime-info,pixmaps}
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
# makeinstall macro won't work here - libexec is overriden
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
make DESTDIR=$RPM_BUILD_ROOT install
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
#
# Plugins and modules change often (grab the executeable ones)
#
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
echo "%defattr (-, root, root)" > gimp-plugin-files
2004-11-03 17:31:58 +00:00
find $RPM_BUILD_ROOT/%{_libdir}/gimp/%{interfacever} -type f -exec file {} \; | grep -v perl | cut -d':' -f 1 | sed "s@^$RPM_BUILD_ROOT@@g" | grep -v /usr/lib/gimp/%{interfacever}/modules/.*\.a$ >>gimp-plugin-files
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
#
# Auto detect the lang files.
#
if [ -f /usr/lib/rpm/find-lang.sh ] ; then
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-std-plug-ins
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-script-fu
/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-libgimp
cat gimp%{gimp_lang_ver}.lang gimp%{gimp_lang_ver}-std-plug-ins.lang gimp%{gimp_lang_ver}-script-fu.lang gimp%{gimp_lang_ver}-libgimp.lang > gimp-all.lang
else
echo '%{_datadir}/locale/*/*/*' > gimp-all.lang
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
fi
#
# Build the master filelists generated from the above mess.
#
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
cat gimp-plugin-files gimp-all.lang > gimp.files
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%if %_enable_convenience
# install convenience symlinks
2004-11-03 17:31:58 +00:00
[ ! -L %{buildroot}/%{_bindir}/gimp ] && ln -s gimp-%{binver} %{buildroot}/%{_bindir}/gimp
[ ! -L %{buildroot}/%{_bindir}/gimp-remote ] && ln -s gimp-remote-%{binver} %{buildroot}/%{_bindir}/gimp-remote
[ ! -L %{buildroot}/%{_bindir}/gimptool ] && ln -s gimptool-%{interfacever} %{buildroot}/%{_bindir}/gimptool
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%endif
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%clean
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
/usr/bin/update-desktop-database %{_datadir}/applications
if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then
%{_sbindir}/xsane-install-gimp-plugin --install %{interfacever}
fi
%preun
# Do this always, because interfacever could be different
if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then
%{_sbindir}/xsane-install-gimp-plugin --uninstall %{interfacever}
fi
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%postun
/sbin/ldconfig
if [ "$1" = "0" ]; then
/usr/bin/update-desktop-database %{_datadir}/applications
fi
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%files -f gimp.files
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%defattr(-, root, root, 0755)
2004-11-22 14:04:41 +00:00
%doc AUTHORS COPYING ChangeLog NEWS README
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%doc docs/*.txt docs/*.ps docs/*.xcf* docs/*.svg README.i18n README.win32
#%attr(-,root,root) %config(missingok) /%{_datadir}/applications/gimp.desktop
#%attr(-,root,root) %config(missingok) /%{_datadir}/mc/templates/gimp.desktop
%{_datadir}/applications/*.desktop
%{_datadir}/application-registry/*.applications
%{_datadir}/mime-info/*.keys
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%dir %{_datadir}/gimp
2004-11-03 17:31:58 +00:00
%dir %{_datadir}/gimp/%{interfacever}
%{_datadir}/gimp/%{interfacever}/tips/
%{_datadir}/gimp/%{interfacever}/misc/
%{_datadir}/gimp/%{interfacever}/menus/
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%dir %{_libdir}/gimp
2004-11-03 17:31:58 +00:00
%dir %{_libdir}/gimp/%{interfacever}
%dir %{_libdir}/gimp/%{interfacever}/environ
#%dir %{_libdir}/gimp/%{interfacever}/fonts
%dir %{_libdir}/gimp/%{interfacever}/modules
%dir %{_libdir}/gimp/%{interfacever}/plug-ins
%dir %{_libdir}/gimp/%{interfacever}/python
#%dir %{_libdir}/gimp/%{interfacever}/tool-plug-ins
%{_datadir}/gimp/%{interfacever}/brushes/
%{_datadir}/gimp/%{interfacever}/fractalexplorer/
%{_datadir}/gimp/%{interfacever}/gfig/
%{_datadir}/gimp/%{interfacever}/gflare/
%{_datadir}/gimp/%{interfacever}/gimpressionist/
%{_datadir}/gimp/%{interfacever}/gradients/
# %{_datadir}/gimp/%{interfacever}/help/
%{_datadir}/gimp/%{interfacever}/images/
%{_datadir}/gimp/%{interfacever}/palettes/
%{_datadir}/gimp/%{interfacever}/patterns/
%{_datadir}/gimp/%{interfacever}/scripts/
%{_datadir}/gimp/%{interfacever}/themes/
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%dir %{_sysconfdir}/gimp
2004-11-03 17:31:58 +00:00
%dir %{_sysconfdir}/gimp/%{interfacever}
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/controllerrc
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gimprc
#%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gimprc_user
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gtkrc
#%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gtkrc_user
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/unitrc
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/ps-menurc
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/sessionrc
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/templaterc
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
#%{_datadir}/locale/*/*/*
2004-11-03 17:31:58 +00:00
#%{_libdir}/libgck-%{interfacever}.so.%{age}.%{minorver}.%{microver}
#%{_libdir}/libgck-%{interfacever}.so.%{age}
%{_libdir}/libgimp-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimp-%{interfacever}.so.%{age}
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}
%{_libdir}/libgimpui-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpui-%{interfacever}.so.%{age}
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}.%{minorver}.%{microver}
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}
#%{_libdir}/libgimpproxy-%{interfacever}.so.%{age}.%{minorver}.%{microver}
#%{_libdir}/libgimpproxy-%{interfacever}.so.%{age}
#%{_libdir}/libgimptool-%{interfacever}.so.%{age}.%{minorver}.%{microver}
#%{_libdir}/libgimptool-%{interfacever}.so.%{age}
%{_bindir}/gimp-%{binver}
%{_bindir}/gimp-remote-%{binver}
%{_bindir}/gimptool-%{interfacever}
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
#%{_bindir}/embedxpm
2004-11-03 17:31:58 +00:00
#%{_bindir}/escputil-%{interfacever}
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%if %_enable_convenience
%{_bindir}/gimp
%{_bindir}/gimp-remote
%{_bindir}/gimptool
%endif
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%defattr (-, root, root)
2004-11-03 17:31:58 +00:00
%{_mandir}/man1/gimp-%{binver}.1*
%{_mandir}/man1/gimp-remote-%{binver}.1*
%{_mandir}/man1/gimptool-%{interfacever}.1*
#%{_mandir}/man1/escputil-%{interfacever}.1.*
%{_mandir}/man5/gimprc-%{binver}.5*
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%files devel
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%defattr (-, root, root, 0755)
#%{_bindir}/gimp-config-1.4
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%{_libdir}/*.so
%{_libdir}/*.la
2004-11-03 17:31:58 +00:00
%{_libdir}/gimp/%{interfacever}/modules/*.la
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%defattr (-, root, root, 0755)
%doc HACKING
%doc %{_datadir}/gtk-doc/*
%{_datadir}/aclocal/*.m4
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%{_libdir}/*.a
2004-11-03 17:31:58 +00:00
%{_libdir}/gimp/%{interfacever}/modules/*.a
%{_includedir}/gimp-%{interfacever}
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
%{_libdir}/pkgconfig/*
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
%changelog
* Wed Dec 29 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.2.1
- pygimp-logo.png included in tarball again
2004-12-20 08:14:45 +00:00
* Mon Dec 20 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.2.0
- include pygimp-logo.png missing from tarball
2004-12-20 08:14:45 +00:00
* Fri Dec 10 2004 Nils Philippsen <nphilipp@redhat.com>
- use xsane plugin (un)install script if available
2004-11-22 12:04:09 +00:00
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.2-pre2
* Thu Nov 18 2004 Nils Philippsen <nphilipp@redhat.com>
- obsolete fixed gimp-perl version to be able to reintroduce it at a
later point
2004-11-18 15:42:13 +00:00
- use correct dir in source URL
2004-11-03 17:31:58 +00:00
* Wed Nov 03 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.2-pre1
* Sun Oct 24 2004 Nils Philippsen <nphilipp@redhat.com>
- remove unnecessary echo statement
* Fri Oct 15 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.1.7 unstable
* Thu Oct 14 2004 Nils Philippsen <nphilipp@redhat.com>
- catch wrong values of bpp in BMP plugin (#135675), don't forget 1bpp and
24bpp (d'oh)
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
- PreReq desktop-file-utils >= 0.9
2004-09-26 11:28:19 +00:00
* Sun Sep 26 2004 Nils Philippsen <nphilipp@redhat.com>
- fix post/postun requirements
2004-09-25 20:43:27 +00:00
* Sat Sep 25 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.5
2004-09-16 21:17:40 +00:00
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com>
- rename desktop title (#132548)
2004-09-16 21:17:40 +00:00
* Thu Aug 26 2004 Nils Philippsen <nphilipp@redhat.com>
- add MimeType to desktop file
- run update-desktop-database in %%post/%%postun
- don't make stunts with -32 or -64 postfixed binaries anymore
- require /sbin/ldconfig and /usr/bin/update-desktop-database
* Tue Aug 10 2004 Nils Philippsen <nphilipp@redhat.com>
- build requires libwmf-devel
* Fri Aug 06 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.4
* Wed Aug 04 2004 Nils Philippsen <nphilipp@redhat.com>
- rebuild to pick up new libcroco
* Thu Jul 22 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.3
- buildreq gtk2-devel >= 2.4.0
- use -32 or -64 postfixed binaries if available
* Fri Jul 02 2004 Nils Philippsen <nphilipp@redhat.com>
- use included desktop (#126723), application-registry, mime-info and
icon files
- remove perl cruft (Gimp-Perl is an external package now)
- further spec file cleaning
* Thu Jun 24 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.2
- fix summary (#126682)
* Tue Jun 22 2004 Nils Philippsen <nphilipp@redhat.com>
- build with gcc34 patch (sopwith)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon May 31 2004 Nils Philippsen <nphilipp@redhat.com>
- rebuild for Rawhide
* Wed May 26 2004 Nils Philippsen <nphilipp@redhat.com>
- add libjpeg-devel to BuildRequires (#121236)
- spit out slightly more informative help message if gimp-help is missing
(#124307)
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com>
- rebuild
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com>
- Rename menu entry for .desktop file to "GIMP Image Editor"
* Tue Apr 20 2004 Nils Philippsen <nphilipp@redhat.com>
- update BuildRequires/Requires (#121236)
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.1
* Sun Mar 28 2004 Nils Philippsen <nphilipp@redhat.com>
- fix slide script-fu
* Sat Mar 27 2004 Nils Philippsen <nphilipp@redhat.com>
- bump some Build/Requires: versions
- change desktop file to actually run gimp-2.0
* Wed Mar 24 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0.0
* Tue Mar 23 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0rc1
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0pre4
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
- Added epoch to gimp-perl obsoletes tag.
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com>
- fix typo in %%_enable_print macro
- install convenience symlinks (gimp, gimp-remote, gimptool)
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com>
- require gtk2, glib2 >= 2.3.0, pango >= 1.3.0
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0pre3
- update buildroot patch
- enable building static libs (old default)
- have '--define'able enable_*
- disable building of print plugin, it's in another package
* Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com>
- rebuild against new libcroco
* Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com>
- require %%{epoch}:%%{version}-%%{release} of base package in sub packages
- rather use %%{?smp_mflags} to actually exploit SMP build systems
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
- set epoch to 1 to upgrade old gimp rpms
- obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo
packages, gimp-perl to upgrade old package
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
- fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to
allow coexistence with old gimp-1.x packages)
- system intltool buildrequires perl-XML-Parser, work around that, yay
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com>
- build as gimp, not gimp-beta
- remove all the beta blurbs
- fix automake dependency
- fix libtool usage
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0pre2
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com>
- version 2.0pre1
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com>
- version 1.3.23 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com>
- version 1.3.22 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com>
- leave gtk-doc documentation in place
- move gimptool to main package
- own some directories previously not owned
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Oct 07 2003 Nils Philippsen <nphilipp@redhat.com>
- version 1.3.21 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Thu Sep 11 2003 Nils Philippsen <nphilipp@redhat.com>
- version 1.3.20 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Mon Aug 11 2003 Nils Philippsen <nphilipp@redhat.com>
- version 1.3.18 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Thu Jul 10 2003 Nils Philippsen <nphilipp@redhat.com>
- don't specify file modes with defattr
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Wed Jul 09 2003 Nils Philippsen <nphilipp@redhat.com>
- use system libtool
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Jul 04 2003 Nils Philippsen <nils@redhat.de>
- version 1.3.16 beta
- update buildroot patch
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Mar 25 2003 Nils Philippsen <nils@lisas.de>
- version 1.3.13 beta
- use automake-1.7
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Tue Feb 18 2003 Nils Philippsen <nils@lisas.de>
- version 1.3.12 beta
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Oct 25 2002 Nils Philippsen <nils@lisas.de>
- version 1.3.9 beta
- move desktop file to /usr/share/applications
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Wed Aug 28 2002 Nils Philippsen <nils@redhat.de>
- version 1.3.8 beta
- update and fix buildroot patch, don't run automake/autoconf
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Mon Jul 08 2002 Nils Philippsen <nils@redhat.de>
- version 1.3.7 beta
- use automake 1.5 and autoconf 2.53
auto-import changelog data from gimp-2.0-1.pre3.4.1.src.rpm Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com> - Added epoch to gimp-perl obsoletes tag. Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com> - fix typo in %_enable_print macro - install convenience symlinks (gimp, gimp-remote, gimptool) Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com> - require gtk2, glib2 >= 2.3.0, pango >= 1.3.0 Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre3 - update buildroot patch - enable building static libs (old default) - have '--define'able enable_* - disable building of print plugin, it's in another package Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com> - rebuild against new libcroco Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com> - require %{epoch}:%{version}-%{release} of base package in sub packages - rather use %{?smp_mflags} to actually exploit SMP build systems Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - set epoch to 1 to upgrade old gimp rpms - obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo packages, gimp-perl to upgrade old package Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com> - fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to allow coexistence with old gimp-1.x packages) - system intltool buildrequires perl-XML-Parser, work around that, yay Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> - build as gimp, not gimp-beta - remove all the beta blurbs - fix automake dependency - fix libtool usage Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre2 Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com> - version 2.0pre1 Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.23 beta Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com> - version 1.3.22 beta Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com> - leave gtk-doc documentation in place - move gimptool to main package - own some directories previously not owned
2004-09-09 05:14:05 +00:00
* Fri Mar 15 2002 Nils Philippsen <nils@redhat.de>
- version 1.3.4 beta
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
- remove the perl temp files to pacify rpmlint
* Tue Jun 19 2001 Matt Wilson <msw@redhat.com>
- added versioned requires to gimp-devel and gimp-perl
* Tue Apr 3 2001 Matt Wilson <msw@redhat.com>
- added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to
correctly set up the locale in plug-ins (#34214)
* Mon Apr 2 2001 Preston Brown <pbrown@redhat.com>
- some gimp-perl files weren't defattr'd (#34325)
* Fri Mar 30 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
- Don't include embedxpm, as it depends on a non-included perl module (#=33249)
- move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp
module
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
- Rebuild for GTK+-1.2.9 include paths
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
- 1.2.1
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
- 1.2.0
* Wed Dec 20 2000 Matt Wilson <msw@redhat.com>
- 1.1.31
* Thu Dec 14 2000 Matt Wilson <msw@redhat.com>
- 1.1.30
- merge changes from CVS into rpm-4.0 style spec file
- removed va_arg patch
auto-import changelog data from gimp-1.1.25-1.src.rpm Mon Aug 21 2000 Matt Wilson <msw@redhat.com> - 1.1.25 Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com> - Up Epoch and release Tue Aug 08 2000 Matt Wilson <msw@redhat.com> - fixed directory mode on %{_defaultdocdir}/gimp-%{version} Wed Aug 02 2000 Matt Wilson <msw@redhat.com> - rebuild against new libpng Mon Jul 31 2000 Matt Wilson <msw@redhat.com> - muck with modules filelist generation to avoid getting files owned by two packages Mon Jul 17 2000 Matt Wilson <msw@redhat.com> - disable aa plugin - moved the group back to Applications/Multimedia - added desktop entry back into the file list Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jul 01 2000 Matt Wilson <msw@redhat.com> - 1.1.24 Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - use root, not bin for the default owner. Fri Jun 16 2000 Preston Brown <pbrown@redhat.com> - add back missing system .desktop entry Sat Jun 10 2000 Matt Wilson <msw@redhat.com> - rebuilt against fixed gcc Mon Jun 05 2000 Matt Wilson <msw@redhat.com> - defattr for gimp-perl Sun Jun 04 2000 Matt Wilson <msw@redhat.com> - drop out all of \.a$ from the main package list Sat Jun 03 2000 Matt Wilson <msw@redhat.com> - 1.1.23 - use __NO_MATH_INLINES for now on ix86 - massive FHS surgery Tue May 16 2000 Matt Wilson <msw@redhat.com> - 1.1.22 Mon Apr 24 2000 Matt Wilson <msw@redhat.com> - 1.1.20 Fri Apr 14 2000 Matt Wilson <msw@redhat.com> - include subdirs in the help find - remove gimp-help-files generation - both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins - both gimp and gimp-devel own prefix/lib/gimp/1.1/modules Thu Apr 13 2000 Matt Wilson <msw@redhat.com> - 1.1.19 - get all .mo files Wed Jan 19 2000 Gregory McLean <gregm@comstar.net> - Version 1.1.15 Wed Dec 22 1999 Gregory McLean <gregm@comstar.net> - Version 1.1.14 - Added some auto %files section generation scriptlets
2004-09-09 05:10:44 +00:00
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
- 1.1.25
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
- Up Epoch and release
* Tue Aug 8 2000 Matt Wilson <msw@redhat.com>
- fixed directory mode on %%{_defaultdocdir}/gimp-%%{version}
* Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
- rebuild against new libpng
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
- muck with modules filelist generation to avoid getting files owned by
two packages
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
- disable aa plugin
- moved the group back to Applications/Multimedia
- added desktop entry back into the file list
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Fri Jul 1 2000 Matt Wilson <msw@redhat.com>
- 1.1.24
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
- use root, not bin for the default owner.
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
- add back missing system .desktop entry
* Sat Jun 10 2000 Matt Wilson <msw@redhat.com>
- rebuilt against fixed gcc
* Mon Jun 5 2000 Matt Wilson <msw@redhat.com>
- defattr for gimp-perl
* Sun Jun 4 2000 Matt Wilson <msw@redhat.com>
- drop out all of \.a$ from the main package list
* Sat Jun 3 2000 Matt Wilson <msw@redhat.com>
- 1.1.23
- use __NO_MATH_INLINES for now on ix86
- massive FHS surgery
* Tue May 16 2000 Matt Wilson <msw@redhat.com>
- 1.1.22
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
- 1.1.20
* Fri Apr 14 2000 Matt Wilson <msw@redhat.com>
- include subdirs in the help find
- remove gimp-help-files generation
- both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins
- both gimp and gimp-devel own prefix/lib/gimp/1.1/modules
* Thu Apr 13 2000 Matt Wilson <msw@redhat.com>
- 1.1.19
- get all .mo files
* Wed Jan 19 2000 Gregory McLean <gregm@comstar.net>
- Version 1.1.15
* Wed Dec 22 1999 Gregory McLean <gregm@comstar.net>
- Version 1.1.14
- Added some auto %files section generation scriptlets