MozillaFirefox/MozillaFirefox.spec
branchfirefox31
changeset 750 e996b96840ba
parent 749 5cbcc68b9429
child 755 8aa069920665
equal deleted inserted replaced
749:5cbcc68b9429 750:e996b96840ba
    15 
    15 
    16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
    16 # Please submit bugfixes or comments via http://bugs.opensuse.org/
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 %define major 30
    20 %define major 31
    21 %define mainver %major.99
    21 %define mainver %major.0
    22 %define update_channel beta
    22 %define update_channel release
    23 
    23 
    24 %if %suse_version > 1210
    24 %if %suse_version > 1210
    25 %if %suse_version > 1310
    25 %if %suse_version > 1310
    26 %define gstreamer_ver 1.0
    26 %define gstreamer_ver 1.0
    27 %define gstreamer 1
    27 %define gstreamer 1
    72 Recommends:     gstreamer-0_10-plugins-ffmpeg
    72 Recommends:     gstreamer-0_10-plugins-ffmpeg
    73 %endif
    73 %endif
    74 %endif
    74 %endif
    75 Version:        %{mainver}
    75 Version:        %{mainver}
    76 Release:        0
    76 Release:        0
    77 %define         releasedate 2014070400
    77 %define         releasedate 2014072000
    78 Provides:       firefox = %{mainver}
    78 Provides:       firefox = %{mainver}
    79 Provides:       firefox = %{version}-%{release}
    79 Provides:       firefox = %{version}-%{release}
    80 Provides:       web_browser
    80 Provides:       web_browser
    81 Provides:       browser(npapi)
    81 Provides:       browser(npapi)
    82 # this is needed to match this package with the kde4 helper package without the main package
    82 # this is needed to match this package with the kde4 helper package without the main package
   350 %ifarch %arm
   350 %ifarch %arm
   351 ac_add_options --disable-neon
   351 ac_add_options --disable-neon
   352 %endif
   352 %endif
   353 %ifnarch %ix86 x86_64
   353 %ifnarch %ix86 x86_64
   354 ac_add_options --disable-webrtc
   354 ac_add_options --disable-webrtc
       
   355 %endif
       
   356 # try to use OpenGL-ES on ARM
       
   357 %ifarch %arm
       
   358 ac_add_options --with-gl-provider=EGL
   355 %endif
   359 %endif
   356 EOF
   360 EOF
   357 make -f client.mk build
   361 make -f client.mk build
   358 
   362 
   359 %install
   363 %install