MozillaFirefox/MozillaFirefox.spec
branchfirefox60
changeset 1091 cbed5671ff47
parent 1090 554cd9503f75
equal deleted inserted replaced
1090:554cd9503f75 1091:cbed5671ff47
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major 60
    21 %define major 60
    22 %define mainver %major.5.0
    22 %define mainver %major.6.0
    23 %define update_channel esr
    23 %define update_channel esr
    24 %define branding 1
    24 %define branding 1
    25 %define releasedate 20190121141556
    25 %define releasedate 20190313191546
    26 %define source_prefix firefox-%{mainver}
    26 %define source_prefix firefox-%{mainver}
    27 
    27 
    28 # PIE, full relro (x86_64 for now)
    28 # PIE, full relro (x86_64 for now)
    29 %define build_hardened 1
    29 %define build_hardened 1
    30 
    30 
   369 ac_add_options --disable-debug
   369 ac_add_options --disable-debug
   370 ac_add_options --enable-startup-notification
   370 ac_add_options --enable-startup-notification
   371 #ac_add_options --enable-chrome-format=jar
   371 #ac_add_options --enable-chrome-format=jar
   372 ac_add_options --enable-update-channel=%{update_channel}
   372 ac_add_options --enable-update-channel=%{update_channel}
   373 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
   373 ac_add_options --with-mozilla-api-keyfile=%{SOURCE18}
   374 ac_add_options --with-google-api-keyfile=%{SOURCE19}
   374 ac_add_options --with-google-location-service-api-keyfile=%{SOURCE19}
       
   375 ac_add_options --with-google-safebrowsing-api-keyfile=%{SOURCE19}
   375 %if %branding
   376 %if %branding
   376 ac_add_options --enable-official-branding
   377 ac_add_options --enable-official-branding
   377 %endif
   378 %endif
   378 ac_add_options --enable-libproxy
   379 ac_add_options --enable-libproxy
   379 %if ! %crashreporter
   380 %if ! %crashreporter