MozillaFirefox/MozillaFirefox.spec
branchfirefox46
changeset 914 20bd16d68ed2
parent 913 9f3ecc7dc9e3
child 916 2f9f2e040647
equal deleted inserted replaced
913:9f3ecc7dc9e3 914:20bd16d68ed2
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major 46
    21 %define major 46
    22 %define mainver %major.0
    22 %define mainver %major.0.1
    23 %define update_channel release
    23 %define update_channel release
    24 %define releasedate 2016042500
    24 %define releasedate 2016050300
    25 
    25 
    26 # general build definitions
    26 # general build definitions
    27 %if "%{update_channel}" != "aurora"
    27 %if "%{update_channel}" != "aurora"
    28 %define progname firefox
    28 %define progname firefox
    29 %define pkgname  MozillaFirefox
    29 %define pkgname  MozillaFirefox
   167 Patch10:        mozilla-no-stdcxx-check.patch
   167 Patch10:        mozilla-no-stdcxx-check.patch
   168 Patch11:        mozilla-libproxy.patch
   168 Patch11:        mozilla-libproxy.patch
   169 Patch12:        mozilla-reduce-files-per-UnifiedBindings.patch
   169 Patch12:        mozilla-reduce-files-per-UnifiedBindings.patch
   170 Patch13:        mozilla-gtk3_20.patch
   170 Patch13:        mozilla-gtk3_20.patch
   171 Patch14:        mozilla-check_return.patch
   171 Patch14:        mozilla-check_return.patch
   172 Patch15:        mozilla-jit_branch64.patch
       
   173 # Firefox/browser
   172 # Firefox/browser
   174 Patch101:       firefox-kde.patch
   173 Patch101:       firefox-kde.patch
   175 Patch102:       firefox-no-default-ualocale.patch
   174 Patch102:       firefox-no-default-ualocale.patch
   176 Patch103:       firefox-branded-icons.patch
   175 Patch103:       firefox-branded-icons.patch
   177 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   176 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   282 %patch12 -p1
   281 %patch12 -p1
   283 %if 0%{?firefox_use_gtk3}
   282 %if 0%{?firefox_use_gtk3}
   284 %patch13 -p1
   283 %patch13 -p1
   285 %endif
   284 %endif
   286 %patch14 -p1
   285 %patch14 -p1
   287 %patch15 -p1
       
   288 # Firefox
   286 # Firefox
   289 %patch101 -p1
   287 %patch101 -p1
   290 %patch102 -p1
   288 %patch102 -p1
   291 %patch103 -p1
   289 %patch103 -p1
   292 
   290