gimp.spec
changeset 628 4023e7ded5a7
parent 575 2b5c59a05848
child 831 acb143eda0a8
--- 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 - [email protected]
+- Correct menu entry
+
 * Mon Jul 14 2003 - [email protected]
 - initial spec file created