diff -r e2c11e1d8f1e -r 4023e7ded5a7 gimp.spec --- a/gimp.spec Thu Jul 17 13:31:05 2003 +0000 +++ b/gimp.spec Thu Jul 17 13:52:59 2003 +0000 @@ -5,11 +5,12 @@ License: GPL, LGPL Group: System/GUI/GNOME Version: %{subver}.%{microver} -Release: 0 +Release: 1 Distribution: Mercury Vendor: Sun Microsystems, Inc. Summary: The GIMP (GNU Image Manipulation Program) Source: ftp://ftp.gimp.org/pub/gimp/v1.3/v1.3.16/gimp-%{version}.tar.bz2 +Patch1: gimp-01-menu-entry.diff URL: http://www.gimp.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Docdir: %{_defaultdocdir}/doc @@ -70,10 +71,14 @@ %prep %setup +%patch1 -p1 %build - CFLAGS="$RPM_OPT_FLAGS" \ +libtoolize --force +aclocal -I /usr/share/aclocal/gnome2-macros +automake -a -c -f +autoconf ./configure --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --libexecdir=%{_libexecdir} \ @@ -172,5 +177,8 @@ %changelog +* Thu Jul 17 2003 - glynn.foster@sun.com +- Correct menu entry + * Mon Jul 14 2003 - Niall.Power@sun.com - initial spec file created