mozilla-xulrunner20/mozilla-xulrunner20.spec
changeset 203 3820fe99f0fe
parent 200 ade149166873
child 206 80e6366ea8ce
--- a/mozilla-xulrunner20/mozilla-xulrunner20.spec	Wed Nov 24 17:35:37 2010 +0100
+++ b/mozilla-xulrunner20/mozilla-xulrunner20.spec	Thu Dec 09 10:22:28 2010 +0100
@@ -32,8 +32,8 @@
 License:        GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
 Version:        2.0b
 Release:        1
-%define         releasedate 2010110500
-%define         version_internal 2.0b7
+%define         releasedate 2010120700
+%define         version_internal 2.0b8pre
 %define         apiversion 2.0
 %define         uaweight 199900
 Summary:        Mozilla Runtime Environment 2.0
@@ -70,9 +70,7 @@
 Patch10:        toolkit-ui-lockdown.patch
 # ---
 Patch11:        mozilla-cpuid.patch
-Patch12:        mozilla-buildsymbols.patch
-Patch13:        mozilla-language.patch
-Patch14:        mozilla-jemalloc-symbols.patch
+Patch12:        mozilla-language.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       mozilla-js20 = %{version}
 Requires(post):  update-alternatives coreutils
@@ -213,8 +211,6 @@
 %patch11 -p1
 %endif
 %patch12 -p1
-%patch13 -p1
-%patch14 -p1
 
 %build
 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
@@ -426,7 +422,7 @@
 
 %posttrans
 # needed for updates which transition directory to symlink
-%if 0%{?ga_version:1} 
+%if 0%{?ga_version:1}
 test -d %{_libdir}/xulrunner-%{ga_version} && rm -rf %{_libdir}/xulrunner-%{ga_version}
 ln -sf xulrunner-%{version_internal} %{_libdir}/xulrunner-%{ga_version}
 %endif