MozillaFirefox/MozillaFirefox.spec
branchfirefox56
changeset 1001 7339b115a221
parent 1000 bfa8722a06ad
child 1003 b1170eeb30b1
equal deleted inserted replaced
1000:bfa8722a06ad 1001:7339b115a221
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major 56
    21 %define major 56
    22 %define mainver %major.0.1
    22 %define mainver %major.0.2
    23 %define update_channel release
    23 %define update_channel release
    24 %define branding 1
    24 %define branding 1
    25 %define releasedate 20171002220106
    25 %define releasedate 20171024165158
    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