SUNWgnome-a11y-libs.spec
changeset 14763 718bd952b220
parent 14424 9fe51489f5c0
child 14764 cd944d1fbe5d
--- a/SUNWgnome-a11y-libs.spec	Fri Dec 12 07:55:44 2008 +0000
+++ b/SUNWgnome-a11y-libs.spec	Fri Dec 12 09:29:14 2008 +0000
@@ -139,9 +139,9 @@
 find $RPM_BUILD_ROOT -name '*.pyo' -exec rm {} \;
 
 # Remove empty dir
-rmdir $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference/html
-rmdir $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference
-rmdir $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference/html
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*
 
 %if %build_l10n
 %else
@@ -617,6 +617,10 @@
 %endif
 
 %changelog
+* Fri Oct 12 2008 - [email protected]
+- Change rmdir to rm -rf since the doc pathes of gnome-mag are not
+  empty after the integration of SUNWdoxygen.
+  We still don't ship references of gnome-mag for now.
 * Wed Oct 08 2008 - [email protected]
 - Do postrun for root package.
 * Mon Sep 29 2008 - [email protected]