cairo-java.spec
changeset 8243 7a944271c3e2
parent 8233 fdda2794874f
child 8318 e43e47bc0b2d
--- a/cairo-java.spec	Mon Oct 02 17:09:13 2006 +0000
+++ b/cairo-java.spec	Mon Oct 02 20:18:37 2006 +0000
@@ -23,6 +23,9 @@
 Autoreqprov:		 on
 
 Patch1:                  cairo-java-01-uninstalled.diff
+%ifos solaris
+Patch2:                  cairo-java-02-installpaths.diff
+%endif
 
 Requires: glib2-java >= 0.3.2
 Requires: cairo >= 1.2.4
@@ -40,6 +43,9 @@
 %prep
 %setup -q -n cairo-java-%{version}
 %patch1 -p1
+%ifos solaris
+%patch2 -p1
+%endif
 
 %build
 aclocal $ACLOCAL_FLAGS -I .
@@ -90,6 +96,10 @@
 %{_datadir}/doc/cairo-java-%{version}/INSTALL
 
 %changelog
+* Mon Oct 2 2006 - [email protected]
+- Added patch for install dirs for jar location on Solaris, better to have as 
+  a configure option for all OS
+
 * Thur Sep 28 2006 - [email protected]
 - Initial spec