MozillaFirefox/MozillaFirefox.spec
changeset 1003 b1170eeb30b1
parent 1002 138bb1a89f97
parent 1001 7339b115a221
child 1004 f98f2fd265af
equal deleted inserted replaced
1002:138bb1a89f97 1003:b1170eeb30b1
    20 # changed with every update
    20 # changed with every update
    21 %define major 56
    21 %define major 56
    22 %define mainver %major.99
    22 %define mainver %major.99
    23 %define update_channel beta
    23 %define update_channel beta
    24 %define branding 1
    24 %define branding 1
    25 %define releasedate 20170926190823
    25 %define releasedate 20171030163911
    26 
    26 
    27 # PIE, full relro (x86_64 for now)
    27 # PIE, full relro (x86_64 for now)
    28 %define build_hardened 1
    28 %define build_hardened 1
    29 
    29 
    30 # Firefox only supports i686
    30 # Firefox only supports i686
   355 ac_add_options --enable-startup-notification
   355 ac_add_options --enable-startup-notification
   356 #ac_add_options --enable-chrome-format=jar
   356 #ac_add_options --enable-chrome-format=jar
   357 ac_add_options --enable-update-channel=%{update_channel}
   357 ac_add_options --enable-update-channel=%{update_channel}
   358 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
   358 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
   359 ac_add_options --with-google-api-keyfile=%{SOURCE19}
   359 ac_add_options --with-google-api-keyfile=%{SOURCE19}
   360 %if 0%{?suse_version} > 1320
   360 %if 0%{?suse_version} <= 1320
   361 ac_add_options --disable-stylo
   361 ac_add_options --disable-stylo
   362 %endif
   362 %endif
   363 %if %branding
   363 %if %branding
   364 ac_add_options --enable-official-branding
   364 ac_add_options --enable-official-branding
   365 %endif
   365 %endif