MozillaFirefox/MozillaFirefox.spec
changeset 371 ead21d122ed0
parent 370 fb2107b60ba2
child 372 5a5bf0116f26
equal deleted inserted replaced
370:fb2107b60ba2 371:ead21d122ed0
    84 Patch9:         mozilla-repo.patch
    84 Patch9:         mozilla-repo.patch
    85 Patch10:        mozilla-dump_syms-static.patch
    85 Patch10:        mozilla-dump_syms-static.patch
    86 Patch11:        mozilla-sle11.patch
    86 Patch11:        mozilla-sle11.patch
    87 Patch12:        mozilla-linux3.patch
    87 Patch12:        mozilla-linux3.patch
    88 Patch13:        mozilla-a11y.patch
    88 Patch13:        mozilla-a11y.patch
       
    89 Patch14:        mozilla-disable-neon-option.patch
    89 # Firefox/browser
    90 # Firefox/browser
    90 Patch31:        firefox-browser-css.patch
    91 Patch31:        firefox-browser-css.patch
    91 Patch32:        firefox-cross-desktop.patch
    92 Patch32:        firefox-cross-desktop.patch
    92 Patch33:        firefox-kde.patch
    93 Patch33:        firefox-kde.patch
    93 Patch34:        firefox-kde-114.patch
    94 Patch34:        firefox-kde-114.patch
   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 %patch31 -p1
   219 %patch31 -p1
   218 %patch32 -p1
   220 %patch32 -p1
   219 %if %suse_version >= 1110
   221 %if %suse_version >= 1110
   220 #%patch33 -p1
   222 #%patch33 -p1
   294 EOF
   296 EOF
   295 %endif
   297 %endif
   296 %if ! %crashreporter
   298 %if ! %crashreporter
   297 cat << EOF >> $MOZCONFIG
   299 cat << EOF >> $MOZCONFIG
   298 ac_add_options --disable-crashreporter
   300 ac_add_options --disable-crashreporter
       
   301 EOF
       
   302 %endif
       
   303 # Disable neon for arm as it does not build correctly
       
   304 %ifarch %arm
       
   305 cat << EOF >> $MOZCONFIG
       
   306 ac_add_options --disable-neon
   299 EOF
   307 EOF
   300 %endif
   308 %endif
   301 make -f client.mk build
   309 make -f client.mk build
   302 
   310 
   303 %install
   311 %install