cvsdist 17a6ece
%define _enable_python %{?enable_python:%{enable_python}}%{?!enable_python:1}
cvsdist 17a6ece
%define _enable_mp %{?enable_mp:%{enable_mp}}%{?!enable_mp:1}
cvsdist 17a6ece
%define _enable_static %{?enable_static:%{enable_static}}%{?!enable_static:1}
cvsdist 17a6ece
%define _enable_print %{?enable_print:%{enable_print}}%{?!enable_print:0}
cvsdist 17a6ece
%define _enable_convenience %{?enable_convenience:%{enable_convenience}}%{?!enable_convenience:1}
cvsdist 17a6ece
cvsdist b407740
Summary:	The GNU Image Manipulation Program
cvsdist 17a6ece
Name: 		gimp
d93d73d
Version: 	2.2.4
c4d72d1
%define binver 2.2
c4d72d1
%define gimp_lang_ver 20
c4d72d1
%define interfacever 2.0
c4d72d1
%define age 0
c4d72d1
%define minorver 200
c4d72d1
%define microver %(ver=%{version}; echo ${ver##*.*.})
c4d72d1
#define prever pre2
b47788a
Release: 	%{?prever:0.0.%{prever}.}6
9ad3796
Epoch:		2
cvsdist 17a6ece
License: 	GPL, LGPL
cvsdist 17a6ece
Group: 		Applications/Multimedia
cvsdist 17a6ece
URL: 		http://www.gimp.org/
cvsdist 17a6ece
BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
cvsdist 17a6ece
Obsoletes:		gimp2 gimp-beta <= %{version}
3d861c3
Obsoletes:		gimp-perl < 2:2.0
d93d73d
BuildRequires:	glib2-devel >= 2.4.8
d93d73d
BuildRequires: 	gtk2-devel >= 2.4.14
d93d73d
BuildRequires:	pango-devel >= 1.6.0
cvsdist 17a6ece
BuildRequires:	fontconfig-devel >= 2.2.0
cvsdist 6998d3f
BuildRequires:	gtkhtml2-devel
cvsdist 6998d3f
BuildRequires:	python-devel
cvsdist 6998d3f
BuildRequires:	pygtk2-devel
cvsdist 17a6ece
BuildRequires:	librsvg2-devel
cvsdist be08832
BuildRequires:	libjpeg-devel
cvsdist 6998d3f
BuildRequires:	libtiff-devel
cvsdist 6998d3f
BuildRequires:	libpng-devel
cvsdist 6998d3f
BuildRequires:	libmng-devel
cvsdist 6998d3f
BuildRequires:	libexif-devel
cvsdist 6998d3f
BuildRequires:	xorg-x11-devel
cvsdist 17a6ece
BuildRequires:	gimp-print-devel >= 4.2.0
cvsdist 17a6ece
BuildRequires:	automake >= 1.7
cvsdist 17a6ece
BuildRequires:	autoconf >= 2.54
cvsdist 17a6ece
BuildRequires:	libtool >= 1.5
cvsdist 17a6ece
BuildRequires:	perl
cvsdist a467fae
BuildRequires:	libwmf-devel >= 0.2.8
9ad3796
BuildRequires:  intltool
6db8bfc
PreReq:     desktop-file-utils >= 0.9
d93d73d
Requires:	glib2 >= 2.4.8
b47788a
Requires: 	gtk2 >= 2.6
d93d73d
Requires:	pango >= 1.6.0
cvsdist 17a6ece
Requires:	fontconfig >= 2.2.0
cvsdist 6998d3f
Requires:	gimp-print >= 4.2.0
cvsdist 83bcb28
Requires(post): /sbin/ldconfig /usr/bin/update-desktop-database
4e7e45d
Requires(postun): /sbin/ldconfig /usr/bin/update-desktop-database
1875a30
Source0: 	ftp://ftp.gimp.org/pub/gimp/v%{binver}/%{?prever:testing/}gimp-%{version}%{?prever:-%{prever}}.tar.bz2
cvsdist 17a6ece
Patch0:		gimp-2.0pre3-buildroot.patch
cvsdist be08832
Patch1:		gimp-2.0.1-gimphelpmissing.patch
77fd4d4
Patch2:		gimp-2.2.3-icontheme.patch
77fd4d4
Patch3:		gimp-2.2.4-gcc4.patch
ae258ef
Patch4:		gimp-2.2.4-gifload.patch
cvsdist 354aaba
cvsdist 6013eee
%description
cvsdist 6013eee
The GIMP (GNU Image Manipulation Program) is a powerful image
cvsdist 6013eee
composition and editing program, which can be extremely useful for
cvsdist 492b051
creating logos and other graphics for webpages. The GIMP has many of
cvsdist 6013eee
the tools and filters you would expect to find in similar commercial
cvsdist 6013eee
offerings, and some interesting extras as well. The GIMP provides a
cvsdist 6013eee
large image manipulation toolbox, including channel operations and
cvsdist 6013eee
layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
cvsdist 6013eee
all with multi-level undo.
cvsdist 6013eee
cvsdist 6013eee
%package devel
cvsdist 17a6ece
Summary: GIMP plugin and extension development kit
cvsdist 17a6ece
Group: 		Applications/Multimedia
cvsdist 17a6ece
Requires: 	gtk2-devel, %{name} = %{epoch}:%{version}-%{release}
cvsdist 17a6ece
Obsoletes:	gimp2-devel gimp-beta-devel <= %{version}
cvsdist 6013eee
%description devel
cvsdist 6013eee
The gimp-devel package contains the static libraries and header files
cvsdist 6013eee
for writing GNU Image Manipulation Program (GIMP) plug-ins and
cvsdist 6013eee
extensions.
cvsdist 6013eee
cvsdist 6013eee
%prep
9ad3796
%setup -q -n gimp-%{version}%{?prever:-%{prever}}
cvsdist 17a6ece
%patch0 -p1 -b .buildroot
cvsdist be08832
%patch1 -p1 -b .gimphelpmissing
961248d
%patch2 -p1 -b .icontheme
77fd4d4
%patch3 -p1 -b .gcc4
ae258ef
%patch4 -p1 -b .gifload
cvsdist 6013eee
cvsdist 6013eee
%build
cvsdist 17a6ece
libtoolize --copy --force
9ad3796
intltoolize --automake --copy --force
cvsdist 17a6ece
aclocal -I m4macros
9ad3796
#perl -pi -e 's/require +XML::Parser/;/g;' aclocal.m4
cvsdist 17a6ece
automake
cvsdist 17a6ece
autoconf
cvsdist 17a6ece
LIBAA="disable"; export LIBAA
cvsdist 6013eee
if [ ! -f configure ]; then
cvsdist 6013eee
  CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix}
cvsdist 6013eee
fi
cvsdist 17a6ece
%configure \
cvsdist 17a6ece
	--disable-perl \
cvsdist 17a6ece
%if %_enable_python
cvsdist 17a6ece
	--enable-python \
cvsdist 17a6ece
%else
cvsdist 17a6ece
	--disable-python \
cvsdist 17a6ece
%endif
cvsdist 17a6ece
%if %_enable_mp
cvsdist 17a6ece
	--enable-mp \
cvsdist 17a6ece
%else
cvsdist 17a6ece
	--disable-mp \
cvsdist 17a6ece
%endif
cvsdist 17a6ece
%if %_enable_static
cvsdist 17a6ece
	--enable-static \
cvsdist 17a6ece
%else
cvsdist 17a6ece
	--disable-static \
cvsdist 17a6ece
%endif
cvsdist 17a6ece
%if %_enable_print
cvsdist 17a6ece
	--enable-print \
cvsdist 17a6ece
%else
cvsdist 17a6ece
	--disable-print \
cvsdist 17a6ece
%endif
cvsdist 17a6ece
;
cvsdist 6013eee
cvsdist dd16744
make %{?_smp_mflags}
cvsdist 6013eee
cvsdist 6013eee
%install
cvsdist 5cabd2a
export PATH="$PATH:$PWD/bin"
cvsdist 6013eee
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
cvsdist 6013eee
mkdir -p $RPM_BUILD_ROOT/%{_infodir} $RPM_BUILD_ROOT/%{_includedir} \
cvsdist 6013eee
	$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir} \
9ad3796
        $RPM_BUILD_ROOT/%{_libdir}/gimp/%{interfacever}/plug-ins \
961248d
		$RPM_BUILD_ROOT/%{_datadir}/{applications,application-registry,mime-info,icons/hicolor/48x48/apps}
cvsdist 6013eee
cvsdist 6013eee
# makeinstall macro won't work here - libexec is overriden
cvsdist 17a6ece
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist 17a6ece
961248d
# symlink desktop icon
961248d
ln -s ../../../../gimp/%{interfacever}/images/wilber-icon.png $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps/gimp.png
961248d
cvsdist 6013eee
#
cvsdist 6013eee
# Plugins and modules change often (grab the executeable ones)
cvsdist 6013eee
#
cvsdist 17a6ece
echo "%defattr (-, root, root)" > gimp-plugin-files
9ad3796
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
cvsdist 6013eee
cvsdist 6013eee
#
cvsdist 6013eee
# Auto detect the lang files.
cvsdist 6013eee
#
cvsdist 6013eee
if [ -f /usr/lib/rpm/find-lang.sh ] ; then
cvsdist 17a6ece
 /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}
cvsdist 17a6ece
 /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-std-plug-ins
cvsdist 17a6ece
 /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-script-fu
cvsdist 17a6ece
 /usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT gimp%{gimp_lang_ver}-libgimp
cvsdist 17a6ece
 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
cvsdist 17a6ece
else
cvsdist 17a6ece
 echo '%{_datadir}/locale/*/*/*' > gimp-all.lang
cvsdist 6013eee
fi
cvsdist 6013eee
cvsdist 6013eee
#
cvsdist 6013eee
# Build the master filelists generated from the above mess.
cvsdist 6013eee
#
cvsdist 17a6ece
cat gimp-plugin-files gimp-all.lang > gimp.files
cvsdist 6013eee
cvsdist 17a6ece
%if %_enable_convenience
cvsdist 17a6ece
# install convenience symlinks
4043793
ln -snf gimp-%{binver} %{buildroot}/%{_bindir}/gimp
4043793
ln -snf gimp-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp.1
4043793
ln -snf gimp-remote-%{binver} %{buildroot}/%{_bindir}/gimp-remote
4043793
ln -snf gimp-remote-%{binver}.1 %{buildroot}/%{_mandir}/man1/gimp-remote.1
4043793
ln -snf gimptool-%{interfacever} %{buildroot}/%{_bindir}/gimptool
4043793
ln -snf gimptool-%{binver}.5 %{buildroot}/%{_mandir}/man5/gimptool.5
cvsdist 17a6ece
%endif
cvsdist de17517
cvsdist 6013eee
%clean
cvsdist 6013eee
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
cvsdist 6013eee
cvsdist 83bcb28
%post
cvsdist 83bcb28
/sbin/ldconfig
cvsdist 83bcb28
/usr/bin/update-desktop-database %{_datadir}/applications
e5dee46
if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then
e5dee46
    %{_sbindir}/xsane-install-gimp-plugin --install %{interfacever}
e5dee46
fi
b47788a
touch --no-create %{_datadir}/icons/hicolor
b47788a
if [-x /usr/bin/gtk-update-icon-cache ]; then
b47788a
  gtk-update-icon-cache %{_datadir}/icons/hicolor
b47788a
fi
e5dee46
e5dee46
%preun
e5dee46
# Do this always, because interfacever could be different
e5dee46
if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then
e5dee46
    %{_sbindir}/xsane-install-gimp-plugin --uninstall %{interfacever}
e5dee46
fi
cvsdist 6013eee
cvsdist 83bcb28
%postun
cvsdist 83bcb28
/sbin/ldconfig
cvsdist 83bcb28
if [ "$1" = "0" ]; then
cvsdist 83bcb28
    /usr/bin/update-desktop-database %{_datadir}/applications
cvsdist 83bcb28
fi
b47788a
touch --no-create %{_datadir}/icons/hicolor
b47788a
if [-x /usr/bin/gtk-update-icon-cache ]; then
b47788a
  gtk-update-icon-cache %{_datadir}/icons/hicolor
b47788a
fi
cvsdist 6013eee
cvsdist 6013eee
%files -f gimp.files
cvsdist 17a6ece
%defattr(-, root, root, 0755)
fd7304f
%doc AUTHORS COPYING ChangeLog NEWS README
cvsdist 17a6ece
%doc docs/*.txt docs/*.ps docs/*.xcf* docs/*.svg README.i18n README.win32
cvsdist 5cabd2a
#%attr(-,root,root) %config(missingok) /%{_datadir}/applications/gimp.desktop
cvsdist 5cabd2a
#%attr(-,root,root) %config(missingok) /%{_datadir}/mc/templates/gimp.desktop
cvsdist 5cabd2a
%{_datadir}/applications/*.desktop
cvsdist 5cabd2a
%{_datadir}/application-registry/*.applications
cvsdist 5cabd2a
%{_datadir}/mime-info/*.keys
cvsdist 6013eee
cvsdist 17a6ece
%dir %{_datadir}/gimp
9ad3796
%dir %{_datadir}/gimp/%{interfacever}
9ad3796
%{_datadir}/gimp/%{interfacever}/tips/
9ad3796
%{_datadir}/gimp/%{interfacever}/misc/
9ad3796
%{_datadir}/gimp/%{interfacever}/menus/
cvsdist 17a6ece
%dir %{_libdir}/gimp
9ad3796
%dir %{_libdir}/gimp/%{interfacever}
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/environ
9ad3796
#%dir %{_libdir}/gimp/%{interfacever}/fonts
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/modules
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/plug-ins
9ad3796
%dir %{_libdir}/gimp/%{interfacever}/python
9ad3796
#%dir %{_libdir}/gimp/%{interfacever}/tool-plug-ins
9ad3796
9ad3796
%{_datadir}/gimp/%{interfacever}/brushes/
9ad3796
%{_datadir}/gimp/%{interfacever}/fractalexplorer/
9ad3796
%{_datadir}/gimp/%{interfacever}/gfig/
9ad3796
%{_datadir}/gimp/%{interfacever}/gflare/
9ad3796
%{_datadir}/gimp/%{interfacever}/gimpressionist/
9ad3796
%{_datadir}/gimp/%{interfacever}/gradients/
9ad3796
# %{_datadir}/gimp/%{interfacever}/help/
9ad3796
%{_datadir}/gimp/%{interfacever}/images/
9ad3796
%{_datadir}/gimp/%{interfacever}/palettes/
9ad3796
%{_datadir}/gimp/%{interfacever}/patterns/
9ad3796
%{_datadir}/gimp/%{interfacever}/scripts/
9ad3796
%{_datadir}/gimp/%{interfacever}/themes/
cvsdist 17a6ece
cvsdist 17a6ece
%dir %{_sysconfdir}/gimp
9ad3796
%dir %{_sysconfdir}/gimp/%{interfacever}
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/controllerrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gimprc
9ad3796
#%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gimprc_user
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gtkrc
9ad3796
#%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/gtkrc_user
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/unitrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/ps-menurc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/sessionrc
9ad3796
%config(noreplace) %{_sysconfdir}/gimp/%{interfacever}/templaterc
cvsdist 17a6ece
cvsdist 17a6ece
#%{_datadir}/locale/*/*/*
cvsdist 17a6ece
9ad3796
#%{_libdir}/libgck-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
#%{_libdir}/libgck-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimp-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimp-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpbase-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpcolor-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpmath-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpmodule-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpthumb-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpui-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpui-%{interfacever}.so.%{age}
9ad3796
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
%{_libdir}/libgimpwidgets-%{interfacever}.so.%{age}
9ad3796
#%{_libdir}/libgimpproxy-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
#%{_libdir}/libgimpproxy-%{interfacever}.so.%{age}
9ad3796
#%{_libdir}/libgimptool-%{interfacever}.so.%{age}.%{minorver}.%{microver}
9ad3796
#%{_libdir}/libgimptool-%{interfacever}.so.%{age}
9ad3796
9ad3796
%{_bindir}/gimp-%{binver}
9ad3796
%{_bindir}/gimp-remote-%{binver}
9ad3796
%{_bindir}/gimptool-%{interfacever}
cvsdist 17a6ece
#%{_bindir}/embedxpm
9ad3796
#%{_bindir}/escputil-%{interfacever}
cvsdist 17a6ece
cvsdist 17a6ece
%if %_enable_convenience
cvsdist 17a6ece
%{_bindir}/gimp
cvsdist 17a6ece
%{_bindir}/gimp-remote
cvsdist 17a6ece
%{_bindir}/gimptool
cvsdist 17a6ece
%endif
cvsdist 6013eee
cvsdist 17a6ece
%defattr (-, root, root)
9ad3796
%{_mandir}/man1/gimp-%{binver}.1*
9ad3796
%{_mandir}/man1/gimp-remote-%{binver}.1*
9ad3796
%{_mandir}/man1/gimptool-%{interfacever}.1*
9ad3796
#%{_mandir}/man1/escputil-%{interfacever}.1.*
9ad3796
%{_mandir}/man5/gimprc-%{binver}.5*
cvsdist 6013eee
961248d
%{_datadir}/icons/hicolor/48x48/apps/gimp.png
961248d
cvsdist 6013eee
%files devel
cvsdist 17a6ece
%defattr (-, root, root, 0755)
cvsdist 17a6ece
#%{_bindir}/gimp-config-1.4
cvsdist 6013eee
%{_libdir}/*.so
cvsdist 6013eee
%{_libdir}/*.la
9ad3796
%{_libdir}/gimp/%{interfacever}/modules/*.la
cvsdist 6013eee
cvsdist 17a6ece
%defattr (-, root, root, 0755)
cvsdist 17a6ece
%doc HACKING
cvsdist 17a6ece
%doc %{_datadir}/gtk-doc/*
cvsdist 17a6ece
%{_datadir}/aclocal/*.m4
cvsdist 6013eee
%{_libdir}/*.a
9ad3796
%{_libdir}/gimp/%{interfacever}/modules/*.a
9ad3796
%{_includedir}/gimp-%{interfacever}
cvsdist 17a6ece
%{_libdir}/pkgconfig/*
cvsdist 6013eee
cvsdist 6013eee
%changelog
b47788a
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com>
b47788a
- Update the GTK+ theme icon cache on (un)install
b47788a
96ff289
* Tue Mar 22 2005 Nils Philippsen <nphilipp@redhat.com>
96ff289
- install convenience symlinks for man pages
96ff289
96ff289
* Fri Mar 11 2005 Nils Philippsen <nphilipp@redhat.com>
0765380
- don't refer to freefonts and sharefonts in %%description
0765380
ae258ef
* Wed Mar 09 2005 Nils Philippsen <nphilipp@redhat.com>
ae258ef
- prevent gifload plugin from crashing when loading files with bogus frame size
ae258ef
  (#150677, #150678)
ae258ef
f28f9fe
* Wed Mar 02 2005 Nils Philippsen <nphilipp@redhat.com>
3cf40f9
- don't barf when building with gcc 4.0
f28f9fe
d93d73d
* Wed Feb 23 2005 Nils Philippsen <nphilipp@redhat.com>
d93d73d
- version 2.2.4
d93d73d
- require newer versions of gtk2 (#143840), glib2 and pango
d93d73d
961248d
* Sat Jan 29 2005 Nils Philippsen <nphilipp@redhat.com>
961248d
- make desktop icon themeable (#146486)
961248d
1411780
* Mon Jan 24 2005 Nils Philippsen <nphilipp@redhat.com>
1411780
- version 2.2.3
1411780
- remove exifmarkerlength patch (improved version applied upstream)
1411780
54864e0
* Mon Jan 17 2005 Nils Philippsen <nphilipp@redhat.com>
54864e0
- clip thumbnail quality at 75 and don't barf on saving images at quality 0
54864e0
  (fix patch for #145100)
54864e0
b105c39
* Fri Jan 14 2005 Nils Philippsen <nphilipp@redhat.com>
b105c39
- avoid writing excessively long EXIF markers (#145100)
b105c39
87ba96f
* Tue Jan 11 2005 Nils Philippsen <nphilipp@redhat.com>
87ba96f
- version 2.2.2
c4d72d1
- autogenerate %%microver
87ba96f
ba8f79f
* Wed Dec 29 2004 Nils Philippsen <nphilipp@redhat.com>
ba8f79f
- version 2.2.1
ba8f79f
- pygimp-logo.png included in tarball again
ba8f79f
1875a30
* Mon Dec 20 2004 Nils Philippsen <nphilipp@redhat.com>
1875a30
- version 2.2.0
ebb839b
- include pygimp-logo.png missing from tarball
1875a30
e5dee46
* Fri Dec 10 2004 Nils Philippsen <nphilipp@redhat.com>
e5dee46
- use xsane plugin (un)install script if available
e5dee46
7a2ee9b
* Mon Nov 22 2004 Nils Philippsen <nphilipp@redhat.com>
7a2ee9b
- version 2.2-pre2
7a2ee9b
3d861c3
* Thu Nov 18 2004 Nils Philippsen <nphilipp@redhat.com>
3d861c3
- obsolete fixed gimp-perl version to be able to reintroduce it at a
3d861c3
  later point
cab9d68
- use correct dir in source URL
3d861c3
9ad3796
* Wed Nov 03 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- version 2.2-pre1
9ad3796
9ad3796
* Sun Oct 24 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- remove unnecessary echo statement
9ad3796
9ad3796
* Fri Oct 15 2004 Nils Philippsen <nphilipp@redhat.com>
9ad3796
- version 2.1.7 unstable
9ad3796
4ff72e1
* Thu Oct 14 2004 Nils Philippsen <nphilipp@redhat.com>
d1fe0d3
- catch wrong values of bpp in BMP plugin (#135675), don't forget 1bpp and
d1fe0d3
  24bpp (d'oh)
4ff72e1
6db8bfc
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
6db8bfc
- PreReq desktop-file-utils >= 0.9
6db8bfc
4e7e45d
* Sun Sep 26 2004 Nils Philippsen <nphilipp@redhat.com>
4e7e45d
- fix post/postun requirements
4e7e45d
280aa23
* Sat Sep 25 2004 Nils Philippsen <nphilipp@redhat.com>
280aa23
- version 2.0.5
280aa23
8349f6d
* Thu Sep 16 2004 Nils Philippsen <nphilipp@redhat.com>
05cace8
- rename desktop title (#132548)
8349f6d
cvsdist 50517ce
* Thu Aug 26 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 50517ce
- add MimeType to desktop file
cvsdist 83bcb28
- run update-desktop-database in %%post/%%postun
cvsdist 83bcb28
- don't make stunts with -32 or -64 postfixed binaries anymore
cvsdist 83bcb28
- require /sbin/ldconfig and /usr/bin/update-desktop-database
cvsdist 50517ce
cvsdist a467fae
* Tue Aug 10 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist a467fae
- build requires libwmf-devel
cvsdist a467fae
cvsdist 6208603
* Fri Aug 06 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6208603
- version 2.0.4
cvsdist 6208603
cvsdist dd16744
* Wed Aug 04 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist dd16744
- rebuild to pick up new libcroco
cvsdist dd16744
cvsdist 5cabd2a
* Thu Jul 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 5cabd2a
- version 2.0.3
cvsdist 5cabd2a
- buildreq gtk2-devel >= 2.4.0
cvsdist 5cabd2a
- use -32 or -64 postfixed binaries if available
cvsdist 5cabd2a
cvsdist 5cabd2a
* Fri Jul 02 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 5cabd2a
- use included desktop (#126723), application-registry, mime-info and
cvsdist 5cabd2a
  icon files
cvsdist 5cabd2a
- remove perl cruft (Gimp-Perl is an external package now)
cvsdist 5cabd2a
- further spec file cleaning
cvsdist 5cabd2a
cvsdist 7c0354e
* Thu Jun 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 7c0354e
- version 2.0.2
cvsdist b407740
- fix summary (#126682)
cvsdist 7c0354e
cvsdist ae64daa
* Tue Jun 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist ae64daa
- build with gcc34 patch (sopwith)
cvsdist ae64daa
cvsdist 2c56a4b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2c56a4b
- rebuilt
cvsdist 2c56a4b
cvsdist be08832
* Mon May 31 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist be08832
- rebuild for Rawhide
cvsdist be08832
cvsdist be08832
* Wed May 26 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist be08832
- add libjpeg-devel to BuildRequires (#121236)
cvsdist be08832
- spit out slightly more informative help message if gimp-help is missing
cvsdist be08832
  (#124307)
cvsdist be08832
cvsdist 014e9ab
* Fri May 21 2004 Matthias Clasen <mclasen@redhat.com>
cvsdist 014e9ab
- rebuild
cvsdist be08832
cvsdist 6998d3f
* Wed Apr 21 2004 Seth Nickell <snickell@redhat.com>
cvsdist 6998d3f
- Rename menu entry for .desktop file to "GIMP Image Editor"
cvsdist 6998d3f
cvsdist 6998d3f
* Tue Apr 20 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- update BuildRequires/Requires (#121236)
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Apr 14 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0.1
cvsdist 6998d3f
cvsdist 6998d3f
* Sun Mar 28 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- fix slide script-fu
cvsdist 6998d3f
cvsdist 6998d3f
* Sat Mar 27 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- bump some Build/Requires: versions
cvsdist 6998d3f
- change desktop file to actually run gimp-2.0
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Mar 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0.0
cvsdist 6998d3f
cvsdist 6998d3f
* Tue Mar 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0rc1
cvsdist 6998d3f
cvsdist 6998d3f
* Wed Mar 17 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 6998d3f
- version 2.0pre4
cvsdist 6998d3f
cvsdist 17a6ece
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 17a6ece
- rebuilt
cvsdist e6eb6d0
cvsdist 17a6ece
* Wed Feb 18 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 17a6ece
- Added epoch to gimp-perl obsoletes tag.
cvsdist e6eb6d0
cvsdist 17a6ece
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e6eb6d0
- rebuilt
cvsdist e6eb6d0
cvsdist 17a6ece
* Fri Feb 13 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- fix typo in %%_enable_print macro
cvsdist 17a6ece
- install convenience symlinks (gimp, gimp-remote, gimptool)
cvsdist e6eb6d0
cvsdist 17a6ece
* Sun Feb 08 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- require gtk2, glib2 >= 2.3.0, pango >= 1.3.0
cvsdist de17517
cvsdist 17a6ece
* Fri Feb 06 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre3
cvsdist 17a6ece
- update buildroot patch
cvsdist 17a6ece
- enable building static libs (old default)
cvsdist 17a6ece
- have '--define'able enable_*
cvsdist 17a6ece
- disable building of print plugin, it's in another package
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 30 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- rebuild against new libcroco
cvsdist 17a6ece
cvsdist 17a6ece
* Sat Jan 24 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- require %%{epoch}:%%{version}-%%{release} of base package in sub packages
cvsdist 17a6ece
- rather use %%{?smp_mflags} to actually exploit SMP build systems
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- set epoch to 1 to upgrade old gimp rpms
cvsdist 17a6ece
- obsolete gimp2-devel, gimp-beta-devel to allow upgrade of 3rd party repo
cvsdist 17a6ece
  packages, gimp-perl to upgrade old package
cvsdist 17a6ece
cvsdist 17a6ece
* Fri Jan 23 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- fix binary name in desktop file ("gimp-1.3" until gimp-2.0 becomes final, to
cvsdist 17a6ece
  allow coexistence with old gimp-1.x packages)
cvsdist 17a6ece
- system intltool buildrequires perl-XML-Parser, work around that, yay
cvsdist 17a6ece
cvsdist 17a6ece
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- build as gimp, not gimp-beta
cvsdist 17a6ece
- remove all the beta blurbs
cvsdist 17a6ece
- fix automake dependency
cvsdist 17a6ece
- fix libtool usage
cvsdist de17517
cvsdist 17a6ece
* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre2
cvsdist de17517
cvsdist 17a6ece
* Sun Jan 11 2004 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 2.0pre1
cvsdist de17517
cvsdist 17a6ece
* Tue Nov 25 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.23 beta
cvsdist de17517
cvsdist 17a6ece
* Fri Nov 21 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.22 beta
cvsdist de17517
cvsdist 17a6ece
* Thu Oct 16 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- leave gtk-doc documentation in place
cvsdist 17a6ece
- move gimptool to main package
cvsdist 17a6ece
- own some directories previously not owned
cvsdist de17517
cvsdist 17a6ece
* Tue Oct 07 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.21 beta
cvsdist 354aaba
cvsdist 17a6ece
* Thu Sep 11 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.20 beta
cvsdist 51a48ad
cvsdist 17a6ece
* Mon Aug 11 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- version 1.3.18 beta
cvsdist e98a9b9
cvsdist 17a6ece
* Thu Jul 10 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- don't specify file modes with defattr
cvsdist e98a9b9
cvsdist 17a6ece
* Wed Jul 09 2003 Nils Philippsen <nphilipp@redhat.com>
cvsdist 17a6ece
- use system libtool
cvsdist f3dfc61
cvsdist 17a6ece
* Fri Jul 04 2003 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.16 beta
cvsdist 17a6ece
- update buildroot patch
cvsdist 492b051
cvsdist 17a6ece
* Tue Mar 25 2003 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.13 beta
cvsdist 17a6ece
- use automake-1.7
cvsdist 492b051
cvsdist 17a6ece
* Tue Feb 18 2003 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.12 beta
cvsdist 492b051
cvsdist 17a6ece
* Fri Oct 25 2002 Nils Philippsen <nils@lisas.de>
cvsdist 17a6ece
- version 1.3.9 beta
cvsdist 17a6ece
- move desktop file to /usr/share/applications
cvsdist 492b051
cvsdist 17a6ece
* Wed Aug 28 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.8 beta
cvsdist 17a6ece
- update and fix buildroot patch, don't run automake/autoconf
cvsdist 492b051
cvsdist 17a6ece
* Mon Jul 08 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.7 beta
cvsdist 17a6ece
- use automake 1.5 and autoconf 2.53
cvsdist 492b051
cvsdist 17a6ece
* Fri Mar 15 2002 Nils Philippsen <nils@redhat.de>
cvsdist 17a6ece
- version 1.3.4 beta
cvsdist 492b051
cvsdist 46a673d
* Thu Jul 19 2001 Tim Powers <timp@redhat.com>
cvsdist 46a673d
- remove the perl temp files to pacify rpmlint
cvsdist 46a673d
cvsdist fb3f337
* Tue Jun 19 2001 Matt Wilson <msw@redhat.com>
cvsdist fb3f337
- added versioned requires to gimp-devel and gimp-perl
cvsdist fb3f337
cvsdist 9130e6b
* Tue Apr  3 2001 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- added gimp-1.2.1-locale.patch, which I've checked in to gimp CVS, to
cvsdist 9130e6b
  correctly set up the locale in plug-ins (#34214)
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
cvsdist 9130e6b
- some gimp-perl files weren't defattr'd (#34325)
cvsdist 9130e6b
cvsdist 9130e6b
* Fri Mar 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 9130e6b
- Don't include embedxpm, as it depends on a non-included perl module (#=33249)
cvsdist 9130e6b
- move gimpdoc and xcftopnm to gimp-perl, as they are dependant on the perl Gimp
cvsdist 9130e6b
  module
cvsdist 9130e6b
cvsdist 9130e6b
* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
cvsdist 9130e6b
- Rebuild for GTK+-1.2.9 include paths
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Jan 22 2001 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.2.1
cvsdist 9130e6b
cvsdist 9130e6b
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.2.0
cvsdist 9130e6b
cvsdist 9130e6b
* Wed Dec 20 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.1.31
cvsdist 9130e6b
cvsdist 9130e6b
* Thu Dec 14 2000 Matt Wilson <msw@redhat.com>
cvsdist 9130e6b
- 1.1.30
cvsdist 9130e6b
- merge changes from CVS into rpm-4.0 style spec file
cvsdist 9130e6b
- removed va_arg patch
cvsdist 9130e6b
cvsdist 6013eee
* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.25
cvsdist 6013eee
cvsdist 6013eee
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
cvsdist 6013eee
- Up Epoch and release
cvsdist 6013eee
cvsdist 6013eee
* Tue Aug  8 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- fixed directory mode on %%{_defaultdocdir}/gimp-%%{version}
cvsdist 6013eee
cvsdist 6013eee
* Wed Aug  2 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- rebuild against new libpng
cvsdist 6013eee
cvsdist 6013eee
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- muck with modules filelist generation to avoid getting files owned by
cvsdist 6013eee
  two packages
cvsdist 6013eee
cvsdist 6013eee
* Mon Jul 17 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- disable aa plugin
cvsdist 6013eee
- moved the group back to Applications/Multimedia
cvsdist 6013eee
- added desktop entry back into the file list
cvsdist 6013eee
cvsdist 6013eee
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 6013eee
- automatic rebuild
cvsdist 6013eee
cvsdist 6013eee
* Fri Jul  1 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.24
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- use root, not bin for the default owner.
cvsdist 6013eee
cvsdist 6013eee
* Fri Jun 16 2000 Preston Brown <pbrown@redhat.com>
cvsdist 6013eee
- add back missing system .desktop entry
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun 10 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- rebuilt against fixed gcc
cvsdist 6013eee
cvsdist 6013eee
* Mon Jun  5 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- defattr for gimp-perl
cvsdist 6013eee
cvsdist 6013eee
* Sun Jun  4 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- drop out all of \.a$ from the main package list
cvsdist 6013eee
cvsdist 6013eee
* Sat Jun  3 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.23
cvsdist 6013eee
- use __NO_MATH_INLINES for now on ix86
cvsdist 6013eee
- massive FHS surgery
cvsdist 6013eee
cvsdist 6013eee
* Tue May 16 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.22
cvsdist 6013eee
cvsdist 6013eee
* Mon Apr 24 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.20
cvsdist 6013eee
cvsdist 6013eee
* Fri Apr 14 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- include subdirs in the help find
cvsdist 6013eee
- remove gimp-help-files generation
cvsdist 6013eee
- both gimp and gimp-perl own prefix/lib/gimp/1.1/plug-ins
cvsdist 6013eee
- both gimp and gimp-devel own prefix/lib/gimp/1.1/modules
cvsdist 6013eee
cvsdist 6013eee
* Thu Apr 13 2000 Matt Wilson <msw@redhat.com>
cvsdist 6013eee
- 1.1.19
cvsdist 6013eee
- get all .mo files
cvsdist 6013eee
cvsdist 6013eee
* Wed Jan 19 2000 Gregory McLean <gregm@comstar.net>
cvsdist 6013eee
- Version 1.1.15
cvsdist 6013eee
cvsdist 6013eee
* Wed Dec 22 1999 Gregory McLean <gregm@comstar.net>
cvsdist 6013eee
- Version 1.1.14
cvsdist 6013eee
- Added some auto %files section generation scriptlets
cvsdist 6013eee
cvsdist 6013eee