SUNWgnome-media.spec
changeset 10259 3833c09aa68b
parent 10118 0b4586217870
child 10270 cc9f586d3d78
--- a/SUNWgnome-media.spec	Thu Aug 02 14:07:35 2007 +0000
+++ b/SUNWgnome-media.spec	Thu Aug 02 15:00:26 2007 +0000
@@ -154,6 +154,10 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_minmaj}/*.a
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
 
+%if %{!?_without_gtk_doc:0}%{?_without_gtk_doc:1}
+rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
+%endif
+
 %if %build_l10n
 %else
 # REMOVE l10n FILES
@@ -237,6 +241,9 @@
 %endif
 
 %changelog
+* Thu Aug 02 2007 - [email protected]
+- Delete gtk-doc files in %install when built using --without-gtk-doc. The root
+  cause is in the gst/gst-plugins modules but this fix works for now.
 * Tue Jun 26 2007 - [email protected]
 - remove libcdio as dependency
 * Fri Oct 20 2006 - [email protected]