2010-01-12 Christian Kelly <[email protected]>
authorchrisk
Tue, 12 Jan 2010 16:41:20 +0000
changeset 17304 e202f3d6edec
parent 17303 975b00079336
child 17305 82bf3ed27271
2010-01-12 Christian Kelly <[email protected]> * base-specs/liboil.spec, patches/liboil-01-fixxref-modules.diff: Add patch to fix build issue.
ChangeLog
base-specs/liboil.spec
patches/liboil-01-fixxref-modules.diff
--- a/ChangeLog	Tue Jan 12 16:32:33 2010 +0000
+++ b/ChangeLog	Tue Jan 12 16:41:20 2010 +0000
@@ -1,3 +1,8 @@
+2010-01-12  Christian Kelly  <[email protected]>
+
+	* base-specs/liboil.spec, patches/liboil-01-fixxref-modules.diff: Add 	
+	  patch to fix build issue.
+
 2010-01-12  Christian Kelly  <[email protected]>
 
 	* base-specs/libunique.spec, patches/libunique-01-fixxref-modules.diff:
--- a/base-specs/liboil.spec	Tue Jan 12 16:32:33 2010 +0000
+++ b/base-specs/liboil.spec	Tue Jan 12 16:41:20 2010 +0000
@@ -30,6 +30,8 @@
 Autoreqprov:		on
 Prereq:                 /sbin/ldconfig
 
+Patch1:                 liboil-01-fixxref-modules.diff
+
 #####################################
 ##     Package Defines Section     ##
 #####################################
@@ -83,6 +85,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 #####################################
 ##      Package Build Section      ##
@@ -149,6 +152,8 @@
 %{_datadir}/gtk-doc/*
 
 %changelog
+* Tue Jan 12 2010 - [email protected]
+- Add liboil-01-fixxref-modules to fix build issue.
 * Fri Jan 08 2009 - [email protected]
 - Fix Summary.
 * Thu Mar 26 2009 - [email protected]
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/liboil-01-fixxref-modules.diff	Tue Jan 12 16:41:20 2010 +0000
@@ -0,0 +1,12 @@
+diff -ruN liboil-0.3.16.orig/doc/Makefile.am liboil-0.3.16/doc/Makefile.am
+--- liboil-0.3.16.orig/doc/Makefile.am  2010-01-05 10:03:59.816025670 +0000
++++ liboil-0.3.16/doc/Makefile.am       2010-01-05 10:04:20.180786367 +0000
+@@ -33,7 +33,7 @@
+ 
+ # Extra options to supply to gtkdoc-fixref. Not normally needed.
+ # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
+-FIXXREF_OPTIONS=
++FIXXREF_OPTIONS=--module=$(DOC_MODULE)
+ 
+ # Used for dependencies. The docs will be rebuilt if any of these change.
+ # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h