MozillaFirefox/MozillaFirefox.spec
branchfirefox17
changeset 562 9069817b5cac
parent 552 46f196325af1
child 564 9852e10fdf9b
equal deleted inserted replaced
556:a30fcfcd2e53 562:9069817b5cac
    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 16
    20 %define major 16
    21 %define mainver %major.98
    21 %define mainver %major.99
    22 %define update_channel aurora
    22 %define update_channel beta
    23 
    23 
    24 Name:           MozillaFirefox
    24 Name:           MozillaFirefox
    25 BuildRequires:  Mesa-devel
    25 BuildRequires:  Mesa-devel
    26 BuildRequires:  autoconf213
    26 BuildRequires:  autoconf213
    27 BuildRequires:  dbus-1-glib-devel
    27 BuildRequires:  dbus-1-glib-devel
    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 2012100300
    57 %define         releasedate 2012100900
    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
    92 Patch7:         mozilla-language.patch
    92 Patch7:         mozilla-language.patch
    93 Patch8:         mozilla-ntlm-full-path.patch
    93 Patch8:         mozilla-ntlm-full-path.patch
    94 Patch9:         mozilla-repo.patch
    94 Patch9:         mozilla-repo.patch
    95 Patch10:        mozilla-sle11.patch
    95 Patch10:        mozilla-sle11.patch
    96 Patch11:        mozilla-disable-neon-option.patch
    96 Patch11:        mozilla-disable-neon-option.patch
    97 Patch13:        mozilla-arm-disable-edsp.patch
    97 Patch12:        mozilla-arm-disable-edsp.patch
    98 Patch15:        mozilla-gstreamer.patch
    98 Patch13:        mozilla-gstreamer.patch
    99 Patch16:        mozilla-ppc.patch
    99 Patch14:        mozilla-ppc.patch
   100 Patch17:        mozilla-gstreamer-760140.patch
   100 Patch15:        mozilla-gstreamer-760140.patch
   101 # Firefox/browser
   101 # Firefox/browser
   102 Patch30:        firefox-browser-css.patch
   102 Patch30:        firefox-browser-css.patch
   103 Patch31:        firefox-kde.patch
   103 Patch31:        firefox-kde.patch
   104 Patch32:        firefox-kde-114.patch
   104 Patch32:        firefox-kde-114.patch
   105 Patch33:        firefox-no-default-ualocale.patch
   105 Patch33:        firefox-no-default-ualocale.patch
   124 %define desktop_file_name firefox
   124 %define desktop_file_name firefox
   125 %else
   125 %else
   126 %define desktop_file_name %{name}
   126 %define desktop_file_name %{name}
   127 %endif
   127 %endif
   128 ### build options
   128 ### build options
   129 %define branding 0
   129 %define branding 1
   130 %define localize 1
   130 %define localize 1
   131 %ifarch ppc ppc64 s390 s390x ia64 %arm
   131 %ifarch ppc ppc64 s390 s390x ia64 %arm
   132 %define crashreporter 0
   132 %define crashreporter 0
   133 %else
   133 %else
   134 %define crashreporter 1
   134 %define crashreporter 1
   221 %patch9 -p1
   221 %patch9 -p1
   222 %if %suse_version < 1120
   222 %if %suse_version < 1120
   223 %patch10 -p1
   223 %patch10 -p1
   224 %endif
   224 %endif
   225 #%patch11 -p1
   225 #%patch11 -p1
       
   226 %patch12 -p1
   226 %patch13 -p1
   227 %patch13 -p1
       
   228 %patch14 -p1
   227 %patch15 -p1
   229 %patch15 -p1
   228 %patch16 -p1
       
   229 %patch17 -p1
       
   230 #
   230 #
   231 %patch30 -p1
   231 %patch30 -p1
   232 %if %suse_version >= 1110
   232 %if %suse_version >= 1110
   233 %patch31 -p1
   233 %patch31 -p1
   234 %endif
   234 %endif