# HG changeset patch # User Wolfgang Rosenauer # Date 1379513672 -7200 # Node ID fc8c1da7ec06348daac2d93e5b9eeb82638db731 # Parent 6c14074888704b49adde0a6337270303dc949bad minor specfile simplification diff -r 6c1407488870 -r fc8c1da7ec06 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Wed Sep 18 08:28:29 2013 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Wed Sep 18 16:14:32 2013 +0200 @@ -300,44 +300,30 @@ ac_add_options --enable-startup-notification #ac_add_options --enable-chrome-format=jar ac_add_options --enable-update-channel=%{update_channel} -EOF %if %suse_version > 1130 -cat << EOF >> $MOZCONFIG ac_add_options --disable-gnomevfs ac_add_options --enable-gio -EOF %endif %if %suse_version < 1220 -cat << EOF >> $MOZCONFIG ac_add_options --disable-gstreamer -EOF %endif %if %branding -cat << EOF >> $MOZCONFIG ac_add_options --enable-official-branding -EOF %endif %if %suse_version > 1110 -cat << EOF >> $MOZCONFIG ac_add_options --enable-libproxy -EOF %endif %if ! %crashreporter -cat << EOF >> $MOZCONFIG ac_add_options --disable-crashreporter -EOF %endif # Disable neon for arm as it does not build correctly %ifarch %arm -cat << EOF >> $MOZCONFIG ac_add_options --disable-neon -EOF %endif %ifnarch %ix86 x86_64 -cat << EOF >> $MOZCONFIG ac_add_options --disable-webrtc +%endif EOF -%endif make -f client.mk build %install