MozillaFirefox/MozillaFirefox.spec
branchfirefox23
changeset 658 873d77fdc429
parent 657 b6cd7eca6355
child 660 66d7a6927dc3
equal deleted inserted replaced
657:b6cd7eca6355 658:873d77fdc429
    58 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
    58 BuildRequires:  pkgconfig(gstreamer-app-%gstreamer_ver)
    59 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
    59 BuildRequires:  pkgconfig(gstreamer-plugins-base-%gstreamer_ver)
    60 %endif
    60 %endif
    61 Version:        %{mainver}
    61 Version:        %{mainver}
    62 Release:        0
    62 Release:        0
    63 %define         releasedate 2013062600
    63 %define         releasedate 2013070800
    64 Provides:       firefox = %{mainver}
    64 Provides:       firefox = %{mainver}
    65 Provides:       firefox = %{version}-%{release}
    65 Provides:       firefox = %{version}-%{release}
    66 Provides:       web_browser
    66 Provides:       web_browser
    67 Provides:       browser(npapi)
    67 Provides:       browser(npapi)
    68 # this is needed to match this package with the kde4 helper package without the main package
    68 # this is needed to match this package with the kde4 helper package without the main package
   266 export MOZILLA_OFFICIAL=1
   266 export MOZILLA_OFFICIAL=1
   267 export BUILD_OFFICIAL=1
   267 export BUILD_OFFICIAL=1
   268 export MOZ_TELEMETRY_REPORTING=1
   268 export MOZ_TELEMETRY_REPORTING=1
   269 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
   269 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
   270 %ifarch %arm
   270 %ifarch %arm
   271 export CFLAGS="${CFLAGS/-g/}"
   271 export CFLAGS="${CFLAGS/-g / }"
   272 %endif
   272 %endif
   273 %ifarch ppc64
   273 %ifarch ppc64
   274 export CFLAGS="$CFLAGS -mminimal-toc"
   274 export CFLAGS="$CFLAGS -mminimal-toc"
   275 %endif
   275 %endif
   276 export CXXFLAGS="$CFLAGS"
   276 export CXXFLAGS="$CFLAGS"