gnome-pilot.spec
changeset 2226 2aa19e3a08a4
parent 2159 3613e9792e23
child 2233 25d8078b1c47
--- a/gnome-pilot.spec	Tue Mar 16 11:13:54 2004 +0000
+++ b/gnome-pilot.spec	Tue Mar 16 11:18:09 2004 +0000
@@ -12,6 +12,7 @@
 Patch2:     	gnome-pilot-02-menu-entry.diff
 Patch3:     	gnome-pilot-03-add-all-linguas.diff
 Patch4:     	gnome-pilot-04-g11n-i18n-ui.diff
+Patch5:         gnome-pilot-05-automake-fix.diff
 URL:		http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Docdir:         %{_defaultdocdir}/gnome-pilot
@@ -51,6 +52,7 @@
 bzcat %SOURCE1 | tar xvf -
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 LC_ALL=
@@ -65,6 +67,7 @@
 ./configure  --prefix=%{_prefix}		\
 	     --sysconfdir=%{_sysconfdir}	\
 	     --mandir=%{_mandir}		\
+             --libexecdir=%{_libexecdir}        \
 	     --localstatedir=/var
 make
 
@@ -116,6 +119,9 @@
 %{_libdir}/*.so
 
 %changelog
+* Tue Mar 16 2004 - [email protected]
+- add patch5 to fix build with newer versions of automake
+
 * Fri Mar 05 2004 - [email protected]
 - Modified %files section in spec file to fix 4932068
 - Changed gnome-pilot-04-trans-pilot-menu.diff to gnome-pilot-04-g11n-i18n-ui.diff