MozillaFirefox/MozillaFirefox.spec
changeset 350 9d46eaac2549
parent 347 01755c4d3545
child 351 461a628ac630
equal deleted inserted replaced
349:d395d0c3ac12 350:9d46eaac2549
    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 # norootforbuild
    19 # norootforbuild
    20 
    20 
    21 %define major 7
    21 %define major 8
    22 %define mainver %major.99
    22 %define mainver %major.0
    23 
    23 
    24 Name:           MozillaFirefox
    24 Name:           MozillaFirefox
    25 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel unzip update-desktop-files yasm zip
    25 BuildRequires:  Mesa-devel autoconf213 dbus-1-glib-devel fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python startup-notification-devel unzip update-desktop-files yasm zip
    26 %if %suse_version > 1110
    26 %if %suse_version > 1110
    27 BuildRequires:  libiw-devel
    27 BuildRequires:  libiw-devel
    33 BuildRequires:  mozilla-nss-devel >= 3.12.10
    33 BuildRequires:  mozilla-nss-devel >= 3.12.10
    34 BuildRequires:  nss-shared-helper-devel
    34 BuildRequires:  nss-shared-helper-devel
    35 License:        MPLv1.1 or GPLv2+ or LGPLv2+
    35 License:        MPLv1.1 or GPLv2+ or LGPLv2+
    36 Version:        %{mainver}
    36 Version:        %{mainver}
    37 Release:        1
    37 Release:        1
    38 %define         releasedate 2011102000
    38 %define         releasedate 2011110500
    39 Provides:       web_browser
    39 Provides:       web_browser
    40 Provides:       firefox = %{version}-%{release}
    40 Provides:       firefox = %{version}-%{release}
    41 Provides:       firefox = %{mainver}
    41 Provides:       firefox = %{mainver}
    42 # this is needed to match this package with the kde4 helper package without the main package
    42 # this is needed to match this package with the kde4 helper package without the main package
    43 # having a hard requirement on the kde4 package
    43 # having a hard requirement on the kde4 package
   264 ac_add_options --disable-updater
   264 ac_add_options --disable-updater
   265 ac_add_options --disable-tests
   265 ac_add_options --disable-tests
   266 ac_add_options --disable-debug
   266 ac_add_options --disable-debug
   267 ac_add_options --enable-startup-notification
   267 ac_add_options --enable-startup-notification
   268 #ac_add_options --enable-chrome-format=jar
   268 #ac_add_options --enable-chrome-format=jar
   269 ac_add_options --enable-update-channel=beta
   269 ac_add_options --enable-update-channel=default
   270 EOF
   270 EOF
   271 %if %suse_version > 1130
   271 %if %suse_version > 1130
   272 cat << EOF >> $MOZCONFIG
   272 cat << EOF >> $MOZCONFIG
   273 ac_add_options --disable-gnomevfs
   273 ac_add_options --disable-gnomevfs
   274 ac_add_options --enable-gio
   274 ac_add_options --enable-gio