# HG changeset patch # User Wolfgang Rosenauer # Date 1264152906 -3600 # Node ID 6c1feeed33141b2dc5bb7c816f986fe2b72526f6 # Parent 5297865de9474a88c20862211ef74a18d11042d2 Remove non-working mozilla-crash-annotation.patch Use more useful names for buildsymbols archive and index diff -r 5297865de947 -r 6c1feeed3314 mozilla-xulrunner192/mozilla-crash-annotation.patch --- a/mozilla-xulrunner192/mozilla-crash-annotation.patch Fri Jan 22 07:46:33 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -../mozilla-crash-annotation.patch \ No newline at end of file diff -r 5297865de947 -r 6c1feeed3314 mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Fri Jan 22 07:46:33 2010 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Fri Jan 22 10:35:06 2010 +0100 @@ -84,7 +84,6 @@ # --- Patch14: mozilla-breakpad-update.patch Patch15: mozilla-milestone.patch -Patch16: mozilla-crash-annotation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): update-alternatives coreutils Requires(preun): update-alternatives coreutils @@ -220,7 +219,6 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 -%patch16 -p1 %build %if %suse_version >= 1110 @@ -414,10 +412,13 @@ %endif # create breakpad debugsymbols %if %crashreporter -make buildsymbols -if [ -e dist/*.crashreporter-symbols.zip ]; then +SYMBOLS_NAME="xulrunner-%{version}-%{release}.%{_arch}-%{suse_version}-symbols" +make buildsymbols \ + SYMBOL_INDEX_NAME="$SYMBOLS_NAME.txt" \ + SYMBOL_ARCHIVE_BASENAME="$SYMBOLS_NAME" +if [ -e dist/*symbols.zip ]; then mkdir -p $RPM_BUILD_ROOT%{_datadir}/mozilla/ - cp dist/*.crashreporter-symbols.zip $RPM_BUILD_ROOT%{_datadir}/mozilla/ + cp dist/*symbols.zip $RPM_BUILD_ROOT%{_datadir}/mozilla/ fi %endif