MozillaFirefox/MozillaFirefox.spec
changeset 373 db704efaedab
parent 372 5a5bf0116f26
child 375 d75cd0dac058
equal deleted inserted replaced
372:5a5bf0116f26 373:db704efaedab
    14 # published by the Open Source Initiative.
    14 # published by the Open Source Initiative.
    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 %define major 9
    19 %define major 10
    20 %define mainver %major.99
    20 %define mainver %major.0
    21 
    21 
    22 Name:           MozillaFirefox
    22 Name:           MozillaFirefox
    23 BuildRequires:  Mesa-devel
    23 BuildRequires:  Mesa-devel
    24 BuildRequires:  autoconf213
    24 BuildRequires:  autoconf213
    25 BuildRequires:  dbus-1-glib-devel
    25 BuildRequires:  dbus-1-glib-devel
    43 %endif
    43 %endif
    44 BuildRequires:  mozilla-nspr-devel >= 4.8.9
    44 BuildRequires:  mozilla-nspr-devel >= 4.8.9
    45 BuildRequires:  mozilla-nss-devel >= 3.13.1
    45 BuildRequires:  mozilla-nss-devel >= 3.13.1
    46 BuildRequires:  nss-shared-helper-devel
    46 BuildRequires:  nss-shared-helper-devel
    47 Version:        %{mainver}
    47 Version:        %{mainver}
    48 Release:        10
    48 Release:        2
    49 %define         releasedate 2012012400
    49 %define         releasedate 2012012900
    50 Provides:       web_browser
    50 Provides:       web_browser
    51 Provides:       firefox = %{version}-%{release}
    51 Provides:       firefox = %{version}-%{release}
    52 Provides:       firefox = %{mainver}
    52 Provides:       firefox = %{mainver}
    53 # this is needed to match this package with the kde4 helper package without the main package
    53 # this is needed to match this package with the kde4 helper package without the main package
    54 # having a hard requirement on the kde4 package
    54 # having a hard requirement on the kde4 package
   275 ac_add_options --disable-updater
   275 ac_add_options --disable-updater
   276 ac_add_options --disable-tests
   276 ac_add_options --disable-tests
   277 ac_add_options --disable-debug
   277 ac_add_options --disable-debug
   278 ac_add_options --enable-startup-notification
   278 ac_add_options --enable-startup-notification
   279 #ac_add_options --enable-chrome-format=jar
   279 #ac_add_options --enable-chrome-format=jar
   280 ac_add_options --enable-update-channel=beta
   280 ac_add_options --enable-update-channel=release
   281 EOF
   281 EOF
   282 %if %suse_version > 1130
   282 %if %suse_version > 1130
   283 cat << EOF >> $MOZCONFIG
   283 cat << EOF >> $MOZCONFIG
   284 ac_add_options --disable-gnomevfs
   284 ac_add_options --disable-gnomevfs
   285 ac_add_options --enable-gio
   285 ac_add_options --enable-gio