MozillaFirefox/MozillaFirefox.spec
branchfirefox67
changeset 1094 a25638dad81d
parent 1093 3942c205588b
child 1096 4c248180e576
equal deleted inserted replaced
1093:3942c205588b 1094:a25638dad81d
    22 %define mainver        %major.0
    22 %define mainver        %major.0
    23 %define orig_version   67.0
    23 %define orig_version   67.0
    24 %define orig_suffix    %{nil}
    24 %define orig_suffix    %{nil}
    25 %define update_channel release
    25 %define update_channel release
    26 %define branding       1
    26 %define branding       1
    27 %define releasedate    20190513195729
    27 %define releasedate    20190516215225
    28 %define source_prefix  firefox-%{orig_version}
    28 %define source_prefix  firefox-%{orig_version}
    29 
    29 
    30 # always build with GCC as SUSE Security Team requires that
    30 # always build with GCC as SUSE Security Team requires that
    31 %define clang_build 0
    31 %define clang_build 0
    32 
    32 
   162 Patch4:         mozilla-openaes-decl.patch
   162 Patch4:         mozilla-openaes-decl.patch
   163 Patch7:         mozilla-aarch64-startup-crash.patch
   163 Patch7:         mozilla-aarch64-startup-crash.patch
   164 Patch9:         mozilla-bmo1463035.patch
   164 Patch9:         mozilla-bmo1463035.patch
   165 Patch10:        mozilla-cubeb-noreturn.patch
   165 Patch10:        mozilla-cubeb-noreturn.patch
   166 Patch11:        mozilla-fix-aarch64-libopus.patch
   166 Patch11:        mozilla-fix-aarch64-libopus.patch
       
   167 Patch12:        mozilla-disable-wasm-emulate-arm-unaligned-fp-access.patch
   167 # Firefox/browser
   168 # Firefox/browser
   168 Patch101:       firefox-kde.patch
   169 Patch101:       firefox-kde.patch
   169 Patch102:       firefox-branded-icons.patch
   170 Patch102:       firefox-branded-icons.patch
   170 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   171 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   171 Requires(post):   coreutils shared-mime-info desktop-file-utils
   172 Requires(post):   coreutils shared-mime-info desktop-file-utils
   269 %patch4 -p1
   270 %patch4 -p1
   270 %patch7 -p1
   271 %patch7 -p1
   271 %patch9 -p1
   272 %patch9 -p1
   272 %patch10 -p1
   273 %patch10 -p1
   273 %patch11 -p1
   274 %patch11 -p1
       
   275 %patch12 -p1
   274 # Firefox
   276 # Firefox
   275 %patch101 -p1
   277 %patch101 -p1
   276 %patch102 -p1
   278 %patch102 -p1
   277 
   279 
   278 %build
   280 %build