MozillaFirefox/MozillaFirefox.spec
changeset 447 65c62d3dddac
parent 444 6525a220a096
child 456 7b9ab7747a11
equal deleted inserted replaced
444:6525a220a096 447:65c62d3dddac
    52 BuildRequires:  pkgconfig(gstreamer-app-0.10)
    52 BuildRequires:  pkgconfig(gstreamer-app-0.10)
    53 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
    53 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
    54 %endif
    54 %endif
    55 Version:        %{mainver}
    55 Version:        %{mainver}
    56 Release:        0
    56 Release:        0
    57 %define         releasedate 2012042800
    57 %define         releasedate 2012051400
    58 Provides:       firefox = %{mainver}
    58 Provides:       firefox = %{mainver}
    59 Provides:       firefox = %{version}-%{release}
    59 Provides:       firefox = %{version}-%{release}
    60 Provides:       web_browser
    60 Provides:       web_browser
    61 Provides:       browser(npapi)
    61 Provides:       browser(npapi)
    62 # this is needed to match this package with the kde4 helper package without the main package
    62 # this is needed to match this package with the kde4 helper package without the main package
    93 Patch9:         mozilla-repo.patch
    93 Patch9:         mozilla-repo.patch
    94 Patch10:        mozilla-dump_syms-static.patch
    94 Patch10:        mozilla-dump_syms-static.patch
    95 Patch11:        mozilla-sle11.patch
    95 Patch11:        mozilla-sle11.patch
    96 Patch12:        mozilla-disable-neon-option.patch
    96 Patch12:        mozilla-disable-neon-option.patch
    97 Patch13:        mozilla-yarr-pcre.patch
    97 Patch13:        mozilla-yarr-pcre.patch
       
    98 Patch14:        mozilla-gcc47.patch
    98 # Firefox/browser
    99 # Firefox/browser
    99 Patch30:        firefox-browser-css.patch
   100 Patch30:        firefox-browser-css.patch
   100 Patch31:        firefox-kde.patch
   101 Patch31:        firefox-kde.patch
   101 Patch32:        firefox-kde-114.patch
   102 Patch32:        firefox-kde-114.patch
   102 Patch33:        firefox-no-default-ualocale.patch
   103 Patch33:        firefox-no-default-ualocale.patch
   128 %ifarch ppc ppc64 s390 s390x ia64 %arm
   129 %ifarch ppc ppc64 s390 s390x ia64 %arm
   129 %define crashreporter 0
   130 %define crashreporter 0
   130 %else
   131 %else
   131 %define crashreporter 1
   132 %define crashreporter 1
   132 %endif
   133 %endif
   133 # temporary gcc 4.7
       
   134 %if %suse_version > 1210
       
   135 %define crashreporter 0
       
   136 %endif
       
   137 ### build options end
   134 ### build options end
   138 
   135 
   139 %description
   136 %description
   140 Mozilla Firefox is a standalone web browser, designed for standards
   137 Mozilla Firefox is a standalone web browser, designed for standards
   141 compliance and performance.  Its functionality can be enhanced via a
   138 compliance and performance.  Its functionality can be enhanced via a
   224 %if %suse_version < 1120
   221 %if %suse_version < 1120
   225 %patch11 -p1
   222 %patch11 -p1
   226 %endif
   223 %endif
   227 #%patch12 -p1
   224 #%patch12 -p1
   228 #%patch13 -p1
   225 #%patch13 -p1
       
   226 %patch14 -p1
   229 #
   227 #
   230 %patch30 -p1
   228 %patch30 -p1
   231 %if %suse_version >= 1110
   229 %if %suse_version >= 1110
   232 %patch31 -p1
   230 %patch31 -p1
   233 %endif
   231 %endif