MozillaFirefox/MozillaFirefox.spec
branchfirefox95
changeset 1169 7481543bab31
parent 1168 c384af864671
child 1170 f9b2d408b7ef
equal deleted inserted replaced
1168:c384af864671 1169:7481543bab31
    26 # orig_version would be the upstream tar ball
    26 # orig_version would be the upstream tar ball
    27 # orig_version 70.0
    27 # orig_version 70.0
    28 # orig_suffix b3
    28 # orig_suffix b3
    29 # major 69
    29 # major 69
    30 # mainver %major.99
    30 # mainver %major.99
    31 %define major          94
    31 %define major          95
    32 %define mainver        %major.0.2
    32 %define mainver        %major.0.2
    33 %define orig_version   94.0.2
    33 %define orig_version   95.0.2
    34 %define orig_suffix    %{nil}
    34 %define orig_suffix    %{nil}
    35 %define update_channel release
    35 %define update_channel release
    36 %define branding       1
    36 %define branding       1
    37 %define devpkg         1
    37 %define devpkg         1
    38 
    38 
   221 Patch26:        mozilla-bmo1626236.patch
   221 Patch26:        mozilla-bmo1626236.patch
   222 Patch27:        mozilla-s390x-skia-gradient.patch
   222 Patch27:        mozilla-s390x-skia-gradient.patch
   223 Patch28:        mozilla-libavcodec58_91.patch
   223 Patch28:        mozilla-libavcodec58_91.patch
   224 Patch29:        mozilla-silence-no-return-type.patch
   224 Patch29:        mozilla-silence-no-return-type.patch
   225 Patch31:        mozilla-bmo531915.patch
   225 Patch31:        mozilla-bmo531915.patch
       
   226 Patch32:        mozilla-bmo1745560.patch
       
   227 Patch33:        mozilla-bmo1744896.patch
   226 # Firefox/browser
   228 # Firefox/browser
   227 Patch101:       firefox-kde.patch
   229 Patch101:       firefox-kde.patch
   228 Patch102:       firefox-branded-icons.patch
   230 Patch102:       firefox-branded-icons.patch
   229 %endif
   231 %endif
   230 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   232 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   349 %patch26 -p1
   351 %patch26 -p1
   350 %patch27 -p1
   352 %patch27 -p1
   351 %patch28 -p1
   353 %patch28 -p1
   352 %patch29 -p1
   354 %patch29 -p1
   353 %patch31 -p1
   355 %patch31 -p1
       
   356 %patch32 -p1
       
   357 %patch33 -p1
   354 # Firefox
   358 # Firefox
   355 %patch101 -p1
   359 %patch101 -p1
   356 %patch102 -p1
   360 %patch102 -p1
   357 %endif
   361 %endif
   358 
   362 
   490 # Google-service currently not available for free anymore
   494 # Google-service currently not available for free anymore
   491 #ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19}
   495 #ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19}
   492 ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19}
   496 ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19}
   493 ac_add_options --with-unsigned-addon-scopes=app
   497 ac_add_options --with-unsigned-addon-scopes=app
   494 ac_add_options --allow-addon-sideload
   498 ac_add_options --allow-addon-sideload
       
   499 # at least temporary until the "wasi-sysroot" issue is solved
       
   500 ac_add_options --without-wasm-sandboxed-libraries
   495 %if %branding
   501 %if %branding
   496 ac_add_options --enable-official-branding
   502 ac_add_options --enable-official-branding
   497 %endif
   503 %endif
   498 ac_add_options --enable-libproxy
   504 ac_add_options --enable-libproxy
   499 %if ! %crashreporter
   505 %if ! %crashreporter
   546 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj_LANG
   552 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj_LANG
   547 . \$topsrcdir/browser/config/mozconfig
   553 . \$topsrcdir/browser/config/mozconfig
   548 ac_add_options --prefix=%{_prefix}
   554 ac_add_options --prefix=%{_prefix}
   549 ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n
   555 ac_add_options --with-l10n-base=$RPM_BUILD_DIR/l10n
   550 ac_add_options --disable-updater
   556 ac_add_options --disable-updater
       
   557 ac_add_options --without-wasm-sandboxed-libraries
   551 %if %branding
   558 %if %branding
   552 ac_add_options --enable-official-branding
   559 ac_add_options --enable-official-branding
   553 %endif
   560 %endif
   554 EOF
   561 EOF
   555 
   562