MozillaFirefox/MozillaFirefox.spec
changeset 612 3006d73ad2fa
parent 611 bcb3d1af73f7
child 618 49dc6da2c835
equal deleted inserted replaced
611:bcb3d1af73f7 612:3006d73ad2fa
    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 18
    20 %define major 19
    21 %define mainver %major.99
    21 %define mainver %major.98
    22 %define update_channel beta
    22 %define update_channel aurora
    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
    42 BuildRequires:  libiw-devel
    42 BuildRequires:  libiw-devel
    43 BuildRequires:  libproxy-devel
    43 BuildRequires:  libproxy-devel
    44 %else
    44 %else
    45 BuildRequires:  wireless-tools
    45 BuildRequires:  wireless-tools
    46 %endif
    46 %endif
    47 BuildRequires:  mozilla-nspr-devel >= 4.9.4
    47 BuildRequires:  mozilla-nspr-devel >= 4.9.5
    48 BuildRequires:  mozilla-nss-devel >= 3.14.1
    48 BuildRequires:  mozilla-nss-devel >= 3.14.2
    49 BuildRequires:  nss-shared-helper-devel
    49 BuildRequires:  nss-shared-helper-devel
    50 %if %suse_version > 1140
    50 %if %suse_version > 1140
    51 BuildRequires:  pkgconfig(gstreamer-0.10)
    51 BuildRequires:  pkgconfig(gstreamer-0.10)
    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)
    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 Patch12:        mozilla-arm-disable-edsp.patch
    97 Patch12:        mozilla-arm-disable-edsp.patch
    98 Patch14:        mozilla-ppc.patch
    98 Patch13:        mozilla-ppc.patch
    99 Patch15:        mozilla-gstreamer-760140.patch
    99 Patch14:        mozilla-gstreamer-760140.patch
   100 Patch17:        mozilla-libproxy-compat.patch
   100 Patch15:        mozilla-libproxy-compat.patch
   101 Patch18:        mozilla-webrtc-ppc.patch
       
   102 # Firefox/browser
   101 # Firefox/browser
   103 Patch30:        firefox-browser-css.patch
   102 Patch30:        firefox-browser-css.patch
   104 Patch31:        firefox-kde.patch
   103 Patch31:        firefox-kde.patch
   105 Patch32:        firefox-kde-114.patch
   104 Patch32:        firefox-kde-114.patch
   106 Patch33:        firefox-no-default-ualocale.patch
   105 Patch33:        firefox-no-default-ualocale.patch
   129 %define desktop_file_name firefox
   128 %define desktop_file_name firefox
   130 %else
   129 %else
   131 %define desktop_file_name %{name}
   130 %define desktop_file_name %{name}
   132 %endif
   131 %endif
   133 ### build options
   132 ### build options
   134 %define branding 1
   133 %define branding 0
   135 %define localize 1
   134 %define localize 1
   136 %ifarch ppc ppc64 s390 s390x ia64 %arm
   135 %ifarch ppc ppc64 s390 s390x ia64 %arm
   137 %define crashreporter 0
   136 %define crashreporter 0
   138 %else
   137 %else
   139 %define crashreporter 1
   138 %define crashreporter 1
   227 %if %suse_version < 1120
   226 %if %suse_version < 1120
   228 %patch10 -p1
   227 %patch10 -p1
   229 %endif
   228 %endif
   230 #%patch11 -p1
   229 #%patch11 -p1
   231 %patch12 -p1
   230 %patch12 -p1
       
   231 %patch13 -p1
   232 %patch14 -p1
   232 %patch14 -p1
   233 %patch15 -p1
   233 %patch15 -p1
   234 %patch17 -p1
       
   235 %patch18 -p1
       
   236 #
   234 #
   237 %patch30 -p1
   235 %patch30 -p1
   238 %if %suse_version >= 1110
   236 %if %suse_version >= 1110
   239 %patch31 -p1
   237 %patch31 -p1
   240 %endif
   238 %endif