2008-12-12 Jeff Cai <[email protected]>
authorqc161282
Fri, 12 Dec 2008 09:29:14 +0000
changeset 14763 718bd952b220
parent 14762 425541111141
child 14764 cd944d1fbe5d
2008-12-12 Jeff Cai <[email protected]> * SUNWgnome-a11y-libs.spec: 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.
ChangeLog
SUNWgnome-a11y-libs.spec
--- a/ChangeLog	Fri Dec 12 07:55:44 2008 +0000
+++ b/ChangeLog	Fri Dec 12 09:29:14 2008 +0000
@@ -1,3 +1,10 @@
+2008-12-12  Jeff Cai <[email protected]>
+
+	* SUNWgnome-a11y-libs.spec:
+	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.
+
 2008-12-12  Chris Wang  <[email protected]>
 
 	* base-specs/cairo.spec: Add NDEBUG in CFLAGS
--- 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]