MozillaFirefox/MozillaFirefox.spec
branchfirefox91
changeset 1161 36ae1e4f15eb
parent 1160 b28cf22ff7cf
equal deleted inserted replaced
1160:b28cf22ff7cf 1161:36ae1e4f15eb
    31 # orig_version 70.0
    31 # orig_version 70.0
    32 # orig_suffix b3
    32 # orig_suffix b3
    33 # major 69
    33 # major 69
    34 # mainver %major.99
    34 # mainver %major.99
    35 %define major          91
    35 %define major          91
    36 %define mainver        %major.0
    36 %define mainver        %major.0.2
    37 %define orig_version   91.0
    37 %define orig_version   91.0.2
    38 %define orig_suffix    %{nil}
    38 %define orig_suffix    %{nil}
    39 %define update_channel release
    39 %define update_channel release
    40 %define branding       1
    40 %define branding       1
    41 %define devpkg         1
    41 %define devpkg         1
    42 
    42 
    43 # PGO builds do not work in TW currently (bmo#1680306)
    43 # PGO builds do not work in TW currently (bmo#1680306)
    44 %define do_profiling   0
    44 %define do_profiling   0
    45 
    45 
    46 # upstream default is clang (to use gcc for large parts set to 0)
    46 # upstream default is clang (to use gcc for large parts set to 0)
    47 %define clang_build    1
    47 %define clang_build    0
    48 
    48 
    49 # PIE, full relro
    49 # PIE, full relro
    50 %define build_hardened 1
    50 %define build_hardened 1
    51 
    51 
    52 %bcond_with only_print_mozconfig
    52 %bcond_with only_print_mozconfig
   227 Patch24:        mozilla-bmo1602730.patch
   227 Patch24:        mozilla-bmo1602730.patch
   228 Patch25:        mozilla-bmo998749.patch
   228 Patch25:        mozilla-bmo998749.patch
   229 Patch26:        mozilla-bmo1626236.patch
   229 Patch26:        mozilla-bmo1626236.patch
   230 Patch27:        mozilla-s390x-skia-gradient.patch
   230 Patch27:        mozilla-s390x-skia-gradient.patch
   231 Patch28:        mozilla-libavcodec58_91.patch
   231 Patch28:        mozilla-libavcodec58_91.patch
       
   232 Patch29:        mozilla-bmo1708709.patch
   232 # Firefox/browser
   233 # Firefox/browser
   233 Patch101:       firefox-kde.patch
   234 Patch101:       firefox-kde.patch
   234 Patch102:       firefox-branded-icons.patch
   235 Patch102:       firefox-branded-icons.patch
   235 %endif
   236 %endif
   236 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   237 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   355 %patch24 -p1
   356 %patch24 -p1
   356 %patch25 -p1
   357 %patch25 -p1
   357 %patch26 -p1
   358 %patch26 -p1
   358 %patch27 -p1
   359 %patch27 -p1
   359 %patch28 -p1
   360 %patch28 -p1
       
   361 %patch29 -p1
   360 # Firefox
   362 # Firefox
   361 %patch101 -p1
   363 %patch101 -p1
   362 %patch102 -p1
   364 %patch102 -p1
   363 %endif
   365 %endif
   364 
   366