MozillaFirefox/MozillaFirefox.spec
branchfirefox66
changeset 1092 5d7b22f6b177
parent 1089 eca1c1f2fe50
child 1093 3942c205588b
equal deleted inserted replaced
1089:eca1c1f2fe50 1092:5d7b22f6b177
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major          66
    21 %define major          66
    22 %define mainver        %major.0
    22 %define mainver        %major.0.5
    23 %define orig_version   66.0
    23 %define orig_version   66.0.5
    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    20190314174725
    27 %define releasedate    20190507012018
    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 
   161 Patch3:         mozilla-ntlm-full-path.patch
   161 Patch3:         mozilla-ntlm-full-path.patch
   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 # Firefox/browser
   167 # Firefox/browser
   167 Patch101:       firefox-kde.patch
   168 Patch101:       firefox-kde.patch
   168 Patch102:       firefox-branded-icons.patch
   169 Patch102:       firefox-branded-icons.patch
   169 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   170 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   170 Requires(post):   coreutils shared-mime-info desktop-file-utils
   171 Requires(post):   coreutils shared-mime-info desktop-file-utils
   267 %patch3 -p1
   268 %patch3 -p1
   268 %patch4 -p1
   269 %patch4 -p1
   269 %patch7 -p1
   270 %patch7 -p1
   270 %patch9 -p1
   271 %patch9 -p1
   271 %patch10 -p1
   272 %patch10 -p1
       
   273 %patch11 -p1
   272 # Firefox
   274 # Firefox
   273 %patch101 -p1
   275 %patch101 -p1
   274 %patch102 -p1
   276 %patch102 -p1
   275 
   277 
   276 %build
   278 %build