gconf-editor.spec
changeset 4948 5fe8898907b8
parent 4937 c9f120a15325
child 4973 e0638725bbc5
--- a/gconf-editor.spec	Thu Jan 27 11:21:20 2005 +0000
+++ b/gconf-editor.spec	Thu Jan 27 12:03:38 2005 +0000
@@ -16,6 +16,7 @@
 Patch1:       gconf-editor-01-docs.diff
 Patch2:       gconf-editor-02-enable-help.diff
 Patch3:       gconf-editor-03-l10n-online-help.diff
+Patch4:       gconf-editor-04-sol-docs.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/%{name}
@@ -41,7 +42,11 @@
 bzcat %SOURCE6 | tar xvf -
 %endif
 bzcat %SOURCE4 | tar xvf -
+%ifos solaris
+%patch4 -p1
+%else
 %patch1 -p1
+%endif
 %patch2 -p1
 %patch3 -p1
 
@@ -97,6 +102,10 @@
 %{_datadir}/omf/gconf-editor/*.omf
 
 %changelog
+* Thu Jan 27 2005 - [email protected]
+- Linux docs tarball required an updated patch which is incompatible with
+  Solaris docs tarball so patch 04 added for Solaris.
+
 * Wed Jan 26 2005 - [email protected]
 - Update docs with Linux specific tarball from [email protected].