summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-04-25 16:31:42 +0200
committerMartin Stransky <stransky@anakreon.cz>2014-04-25 16:31:42 +0200
commit737b9996424f1b1943dfdb379d6af6a0db9129a1 (patch)
tree05108c70242585a4894d7ec9bbbd7b427dbd3fed
parentRemoved unused patch (diff)
downloadlibrewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.tar.gz
librewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.tar.bz2
librewolf-fedora-ff-737b9996424f1b1943dfdb379d6af6a0db9129a1.zip
Build with system ICU
-rw-r--r--firefox-mozconfig1
-rw-r--r--firefox.spec7
2 files changed, 6 insertions, 2 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 7766ac2..2db405f 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -35,6 +35,7 @@ ac_add_options --enable-gio
ac_add_options --disable-gnomevfs
ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
+ac_add_options --with-system-icu
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
diff --git a/firefox.spec b/firefox.spec
index 27de3f7..c827a64 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -87,7 +87,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 29.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -156,6 +156,7 @@ BuildRequires: libcurl-devel
BuildRequires: libvpx-devel >= %{libvpx_version}
BuildRequires: autoconf213
BuildRequires: pulseaudio-libs-devel
+BuildRequires: libicu-devel
Requires: mozilla-filesystem
%if %{?system_nss}
@@ -617,7 +618,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{mozappdir}/browser/crashreporter-override.ini
%endif
%{mozappdir}/*.so
-%{mozappdir}/libicu*
%{mozappdir}/chrome.manifest
%{mozappdir}/components
%{mozappdir}/defaults/pref/channel-prefs.js
@@ -634,6 +634,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%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
- Removed unused patch
bgstack15