Hi Pavel,
Done, its in:
specs/tools/pkgbuild-postprocess-debug-separate.diff
Also I pushed another correction to (2), it should be if
%option_with_debug_separate:
--- a/specs/FOSSa52dec.spec Mon Feb 22 08:31:14 2010 +0100
+++ b/specs/FOSSa52dec.spec Mon Feb 22 20:57:46 2010 +1100
@@ -36,7 +36,7 @@
# feature flag to enable OSS (so we can change it later wo changing the spec)
%define enable_oss %{?_with_oss:1}%{?!_with_oss:0}
-%if %with_debug_symbols
+%if %option_with_debug_separate
%package debug
Summary: %{summary} - debug symbol files
SUNW_BaseDir: %{_basedir}
@@ -89,7 +89,7 @@
%{_mandir}/man1/a52dec.1
%{_mandir}/man1/extract_a52.1
-%if %with_debug_symbols
+%if %option_with_debug_separate
%files debug
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_bindir}
Thanks, Mark
On Fri, Feb 19, 2010 at 03:32:07PM -0800, Pavel Heimlich wrote:
> thanks Mark!
>
> could you push the patch to specs/tools/, so that we can patch pkgbuild in
> the setup scripts ?
> Once we're confident it's working fine, I'll file a RFE in pkgbuild.
> --
> This message posted from opensolaris.org
> _______________________________________________
> kde-discuss mailing list
> kde-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/kde-discuss
>