SUNWnwam-manager.spec
changeset 13429 480ca5e66281
parent 13405 863fb47f8586
child 13438 f96cce629179
--- a/SUNWnwam-manager.spec	Fri Sep 05 12:14:05 2008 +0000
+++ b/SUNWnwam-manager.spec	Fri Sep 05 16:28:24 2008 +0000
@@ -62,6 +62,8 @@
 cd %{_builddir}/%name-%version/sun-manpages
 make install DESTDIR=$RPM_BUILD_ROOT
 
+#Always remove until l10n files being delivered.
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
 %if %build_l10n
 %else
 # REMOVE l10n FILES
@@ -128,10 +130,13 @@
 %files l10n
 %defattr (-, root, bin)
 %dir %attr (0755, root, sys) %{_datadir}
-%attr (-, root, other) %{_datadir}/locale
+#%attr (-, root, other) %{_datadir}/locale
 %endif
 
 %changelog
+* Fri Sep 5 2008 - [email protected]
+- Comment more l10n dirs until there is something to deliver, it's
+  causing build failures.
 * Thu Sep 4 2008 - [email protected]
 - Fix some issues in spec, add preun for schema and fix l10n build..
 * Wed Sep 3 2008 - [email protected]