mozilla-xulrunner20/mozilla-xulrunner20.spec
changeset 200 ade149166873
parent 191 14282ac75832
child 203 3820fe99f0fe
equal deleted inserted replaced
199:5baba178b43c 200:ade149166873
    70 Patch10:        toolkit-ui-lockdown.patch
    70 Patch10:        toolkit-ui-lockdown.patch
    71 # ---
    71 # ---
    72 Patch11:        mozilla-cpuid.patch
    72 Patch11:        mozilla-cpuid.patch
    73 Patch12:        mozilla-buildsymbols.patch
    73 Patch12:        mozilla-buildsymbols.patch
    74 Patch13:        mozilla-language.patch
    74 Patch13:        mozilla-language.patch
       
    75 Patch14:        mozilla-jemalloc-symbols.patch
    75 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    76 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    76 Requires:       mozilla-js20 = %{version}
    77 Requires:       mozilla-js20 = %{version}
    77 Requires(post):  update-alternatives coreutils
    78 Requires(post):  update-alternatives coreutils
    78 Requires(preun): update-alternatives coreutils
    79 Requires(preun): update-alternatives coreutils
    79 ### build configuration ###
    80 ### build configuration ###
   211 %if %suse_version < 1120
   212 %if %suse_version < 1120
   212 %patch11 -p1
   213 %patch11 -p1
   213 %endif
   214 %endif
   214 %patch12 -p1
   215 %patch12 -p1
   215 %patch13 -p1
   216 %patch13 -p1
       
   217 %patch14 -p1
   216 
   218 
   217 %build
   219 %build
   218 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   220 kdehelperversion=$(cat toolkit/xre/nsKDEUtils.cpp | grep '#define KMOZILLAHELPER_VERSION' | cut -d ' ' -f 3)
   219 if test "$kdehelperversion" != %{kde_helper_version}; then
   221 if test "$kdehelperversion" != %{kde_helper_version}; then
   220   echo fix kde helper version in the .spec file
   222   echo fix kde helper version in the .spec file