MozillaFirefox/MozillaFirefox.spec
changeset 408 475395d00191
parent 407 b85eacef913b
child 409 ff30593d2daa
equal deleted inserted replaced
407:b85eacef913b 408:475395d00191
    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 10
    20 %define major 11
    21 %define mainver %major.99
    21 %define mainver %major.0
    22 
    22 
    23 Name:           MozillaFirefox
    23 Name:           MozillaFirefox
    24 BuildRequires:  Mesa-devel
    24 BuildRequires:  Mesa-devel
    25 BuildRequires:  autoconf213
    25 BuildRequires:  autoconf213
    26 BuildRequires:  dbus-1-glib-devel
    26 BuildRequires:  dbus-1-glib-devel
    46 BuildRequires:  mozilla-nspr-devel >= 4.9.0
    46 BuildRequires:  mozilla-nspr-devel >= 4.9.0
    47 BuildRequires:  mozilla-nss-devel >= 3.13.3
    47 BuildRequires:  mozilla-nss-devel >= 3.13.3
    48 BuildRequires:  nss-shared-helper-devel
    48 BuildRequires:  nss-shared-helper-devel
    49 Version:        %{mainver}
    49 Version:        %{mainver}
    50 Release:        0
    50 Release:        0
    51 %define         releasedate 2012030700
    51 %define         releasedate 2012031200
    52 Provides:       firefox = %{mainver}
    52 Provides:       firefox = %{mainver}
    53 Provides:       firefox = %{version}-%{release}
    53 Provides:       firefox = %{version}-%{release}
    54 Provides:       web_browser
    54 Provides:       web_browser
    55 Provides:       browser(npapi)
    55 Provides:       browser(npapi)
    56 # this is needed to match this package with the kde4 helper package without the main package
    56 # this is needed to match this package with the kde4 helper package without the main package
    88 Patch10:        mozilla-dump_syms-static.patch
    88 Patch10:        mozilla-dump_syms-static.patch
    89 Patch11:        mozilla-sle11.patch
    89 Patch11:        mozilla-sle11.patch
    90 Patch12:        mozilla-linux3.patch
    90 Patch12:        mozilla-linux3.patch
    91 Patch14:        mozilla-disable-neon-option.patch
    91 Patch14:        mozilla-disable-neon-option.patch
    92 Patch15:        mozilla-yarr-pcre.patch
    92 Patch15:        mozilla-yarr-pcre.patch
       
    93 Patch16:        mozilla-sle11-gcc.patch
    93 # Firefox/browser
    94 # Firefox/browser
    94 Patch31:        firefox-browser-css.patch
    95 Patch31:        firefox-browser-css.patch
    95 Patch32:        firefox-cross-desktop.patch
    96 Patch32:        firefox-cross-desktop.patch
    96 Patch33:        firefox-kde.patch
    97 Patch33:        firefox-kde.patch
    97 Patch34:        firefox-kde-114.patch
    98 Patch34:        firefox-kde-114.patch
   216 %patch11 -p1
   217 %patch11 -p1
   217 %endif
   218 %endif
   218 %patch12 -p1
   219 %patch12 -p1
   219 %patch14 -p1
   220 %patch14 -p1
   220 #%patch15 -p1
   221 #%patch15 -p1
       
   222 %patch16 -p1
   221 #
   223 #
   222 %patch31 -p1
   224 %patch31 -p1
   223 %patch32 -p1
   225 %patch32 -p1
   224 %if %suse_version >= 1110
   226 %if %suse_version >= 1110
   225 %patch33 -p1
   227 %patch33 -p1
   278 ac_add_options --disable-updater
   280 ac_add_options --disable-updater
   279 ac_add_options --disable-tests
   281 ac_add_options --disable-tests
   280 ac_add_options --disable-debug
   282 ac_add_options --disable-debug
   281 ac_add_options --enable-startup-notification
   283 ac_add_options --enable-startup-notification
   282 #ac_add_options --enable-chrome-format=jar
   284 #ac_add_options --enable-chrome-format=jar
   283 ac_add_options --enable-update-channel=beta
   285 ac_add_options --enable-update-channel=release
   284 EOF
   286 EOF
   285 %if %suse_version > 1130
   287 %if %suse_version > 1130
   286 cat << EOF >> $MOZCONFIG
   288 cat << EOF >> $MOZCONFIG
   287 ac_add_options --disable-gnomevfs
   289 ac_add_options --disable-gnomevfs
   288 ac_add_options --enable-gio
   290 ac_add_options --enable-gio