MozillaFirefox/MozillaFirefox.spec
branchfirefox18
changeset 600 5eb2128332e5
parent 596 9124c1a643c5
child 602 bd89d2f9ea1d
equal deleted inserted replaced
596:9124c1a643c5 600:5eb2128332e5
    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 17
    20 %define major 18
    21 %define mainver %major.99
    21 %define mainver %major.0
    22 %define update_channel beta
    22 %define update_channel release
    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
    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.4
    48 BuildRequires:  mozilla-nss-devel >= 3.14
    48 BuildRequires:  mozilla-nss-devel >= 3.14.1
    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)
    54 %endif
    54 %endif
    55 Version:        %{mainver}
    55 Version:        %{mainver}
    56 Release:        0
    56 Release:        0
    57 %define         releasedate 2012122200
    57 %define         releasedate 2013010500
    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
    97 Patch12:        mozilla-arm-disable-edsp.patch
    97 Patch12:        mozilla-arm-disable-edsp.patch
    98 Patch13:        mozilla-gstreamer-803287.patch
    98 Patch13:        mozilla-gstreamer-803287.patch
    99 Patch14:        mozilla-ppc.patch
    99 Patch14:        mozilla-ppc.patch
   100 Patch15:        mozilla-gstreamer-760140.patch
   100 Patch15:        mozilla-gstreamer-760140.patch
   101 Patch16:        mozilla-webrtc.patch
   101 Patch16:        mozilla-webrtc.patch
       
   102 Patch17:        mozilla-libproxy-compat.patch
   102 # Firefox/browser
   103 # Firefox/browser
   103 Patch30:        firefox-browser-css.patch
   104 Patch30:        firefox-browser-css.patch
   104 Patch31:        firefox-kde.patch
   105 Patch31:        firefox-kde.patch
   105 Patch32:        firefox-kde-114.patch
   106 Patch32:        firefox-kde-114.patch
   106 Patch33:        firefox-no-default-ualocale.patch
   107 Patch33:        firefox-no-default-ualocale.patch
   231 %patch12 -p1
   232 %patch12 -p1
   232 %patch13 -p1
   233 %patch13 -p1
   233 %patch14 -p1
   234 %patch14 -p1
   234 %patch15 -p1
   235 %patch15 -p1
   235 %patch16 -p1
   236 %patch16 -p1
       
   237 %patch17 -p1
   236 #
   238 #
   237 %patch30 -p1
   239 %patch30 -p1
   238 %if %suse_version >= 1110
   240 %if %suse_version >= 1110
   239 %patch31 -p1
   241 %patch31 -p1
   240 %endif
   242 %endif