gnome-pilot.spec
changeset 1787 d323c774fdad
parent 1609 5d00c5c6d7ee
child 1876 0b4928f1eef0
--- a/gnome-pilot.spec	Wed Feb 18 16:28:27 2004 +0000
+++ b/gnome-pilot.spec	Wed Feb 18 17:05:01 2004 +0000
@@ -2,13 +2,16 @@
 License:        GPL/LGPL
 Group:		Applications/Communications
 Version: 	2.0.10
-Release:	18
-Distribution:   QuickSilver	
+Release:	19
+Distribution:   Cinnabar	
 Vendor:		Sun Microsystems, Inc.
 Summary:	PalmOS link utilities
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2
+Source1:        gnome-pilot-l10n-po-0.8.tar.bz2
 Patch1:		gnome-pilot-01-potfiles-in.diff
 Patch2:     	gnome-pilot-02-menu-entry.diff
+Patch3:     	gnome-pilot-03-add-all-linguas.diff
+Patch4:     	gnome-pilot-04-trans-pilot-menu.diff
 URL:		http://ftp.gnome.org/pub/GNOME/sources/gnome-pilot
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Docdir:         %{_defaultdocdir}/gnome-pilot
@@ -45,8 +48,16 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+bzcat %SOURCE1 | tar xvf -
+%patch3 -p1
+%patch4 -p1
 
 %build
+libtoolize --force
+aclocal $ACLOCAL_FLAGS -I %{_datadir}/aclocal/gnome2-macros
+automake -a -c -f
+autoconf
+
 CFLAGS="$RPM_OPT_FLAGS"				\
 ./configure  --prefix=%{_prefix}		\
 	     --sysconfdir=%{_sysconfdir}	\
@@ -101,6 +112,10 @@
 %{_libdir}/*.so
 
 %changelog
+* Wed Feb 18 2004 - [email protected]
+- Updated distro to Cinnabar, added l10n stuff
+- Port patchs 03/04, and libtoolize it
+
 * Fri Oct 31 2003 - [email protected]
 - Remove the Sun Settings keyword from the 
   menu entry patch.