Build with system ICU

This commit is contained in:
Martin Stransky 2014-04-25 16:31:42 +02:00
parent c01f068ad2
commit 737b999642
2 changed files with 6 additions and 2 deletions

View File

@ -35,6 +35,7 @@ ac_add_options --enable-gio
ac_add_options --disable-gnomevfs ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
export BUILD_OFFICIAL=1 export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1

View File

@ -87,7 +87,7 @@
Summary: Mozilla Firefox Web browser Summary: Mozilla Firefox Web browser
Name: firefox Name: firefox
Version: 29.0 Version: 29.0
Release: 2%{?pre_tag}%{?dist} Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/ URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet Group: Applications/Internet
@ -156,6 +156,7 @@ BuildRequires: libcurl-devel
BuildRequires: libvpx-devel >= %{libvpx_version} BuildRequires: libvpx-devel >= %{libvpx_version}
BuildRequires: autoconf213 BuildRequires: autoconf213
BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-libs-devel
BuildRequires: libicu-devel
Requires: mozilla-filesystem Requires: mozilla-filesystem
%if %{?system_nss} %if %{?system_nss}
@ -617,7 +618,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/browser/crashreporter-override.ini %{mozappdir}/browser/crashreporter-override.ini
%endif %endif
%{mozappdir}/*.so %{mozappdir}/*.so
%{mozappdir}/libicu*
%{mozappdir}/chrome.manifest %{mozappdir}/chrome.manifest
%{mozappdir}/components %{mozappdir}/components
%{mozappdir}/defaults/pref/channel-prefs.js %{mozappdir}/defaults/pref/channel-prefs.js
@ -634,6 +634,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%changelog %changelog
* Fri Apr 25 2014 Martin Stransky <stransky@redhat.com> - 29.0-3
- Build with system ICU
* Thu Apr 24 2014 Martin Stransky <stransky@redhat.com> - 29.0-2 * Thu Apr 24 2014 Martin Stransky <stransky@redhat.com> - 29.0-2
- Removed unused patch - Removed unused patch