* gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
authordc144907
Mon, 14 Jun 2004 10:21:38 +0000
changeset 3140 4016d04006bf
parent 3139 a67baf6de506
child 3141 17e885a66625
* gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own Makefile.am which hid this issue.
ChangeLog
gnome-user-docs.spec
--- a/ChangeLog	Mon Jun 14 07:06:48 2004 +0000
+++ b/ChangeLog	Mon Jun 14 10:21:38 2004 +0000
@@ -1,3 +1,9 @@
+2004-06-14  Damien Carbery <[email protected]>
+
+	* gnome-user-docs.spec: Add patch to comment out omf_dest_dir assignment
+	in gnome2-user-guide/C/Makefile.am. Old docs tarball had its own
+	Makefile.am which hid this issue.
+
 2004-06-14  Kaushal Kumar  <[email protected]>
 
 	* gthumb.spec: Fix gthumb omf file installation.
--- a/gnome-user-docs.spec	Mon Jun 14 07:06:48 2004 +0000
+++ b/gnome-user-docs.spec	Mon Jun 14 10:21:38 2004 +0000
@@ -18,6 +18,7 @@
 Patch2:		   	gnome-user-docs-02-sun-desktop-section.diff
 Patch3:                 gnome-user-docs-03-add-l10n-docs.diff
 Patch4:                 gnome-user-docs-04-preface-xml.diff
+Patch5:                 gnome-user-docs-05-omfdestdir.diff
 URL:			http://developer.gnome.org/projects/gdp/
 BuildRoot:		%{_tmppath}/%{name}-%{version}-build
 Docdir:			%{_defaultdocdir}/doc
@@ -41,6 +42,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 libtoolize --force
@@ -79,6 +81,10 @@
 %{_datadir}/omf/*
 
 %changelog
+* Mon Jun 14 2004 - [email protected]
+- Add patch to comment out omf_dest_dir assignment in
+  gnome2-user-guide/C/Makefile.am. Old docs tarball had its own Makefile.am
+  which hid this issue.
 * Thu Jun 10 2004 - [email protected]
 - Incorporate new docs tarball from [email protected]
 * Fri May 28 2004 - [email protected]