firefox/firefox.spec

1361 lines
45 KiB
RPMSpec
Raw Normal View History

# Use system nspr/nss?
2017-11-08 08:51:56 +00:00
%global system_nss 1
2012-11-15 08:44:26 +00:00
# Use system hunspell?
%if 0%{?fedora} > 25
2017-11-08 08:51:56 +00:00
%global system_hunspell 1
%else
2017-11-08 08:51:56 +00:00
%global system_hunspell 0
%endif
# Use system sqlite?
2018-03-06 14:12:51 +00:00
%if 0%{?fedora} > 27
2017-11-08 08:51:56 +00:00
%global system_sqlite 1
2016-07-29 09:24:12 +00:00
%else
2017-11-08 08:51:56 +00:00
%global system_sqlite 0
2016-07-29 09:24:12 +00:00
%endif
2017-11-08 08:51:56 +00:00
%global system_ffi 1
# Use system cairo?
2017-11-08 08:51:56 +00:00
%global system_cairo 0
# Use system libvpx?
2017-11-08 08:51:56 +00:00
%global system_libvpx 1
2016-04-26 11:33:49 +00:00
# Use system libicu?
2017-03-03 14:09:44 +00:00
%if 0%{?fedora} > 27
2017-11-08 08:51:56 +00:00
%global system_libicu 0
2016-04-26 11:33:49 +00:00
%else
2017-11-08 08:51:56 +00:00
%global system_libicu 0
2016-04-26 11:33:49 +00:00
%endif
2017-03-07 11:59:47 +00:00
# Big endian platforms
2017-03-07 14:39:05 +00:00
%ifarch ppc64 s390x
2017-03-07 11:59:47 +00:00
# Javascript Intl API is not supported on big endian platforms right now:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1322212
2017-11-08 08:51:56 +00:00
%global big_endian 1
2017-03-07 11:59:47 +00:00
%endif
2015-08-25 06:58:24 +00:00
# Hardened build?
2017-11-08 08:51:56 +00:00
%global hardened_build 1
2015-08-25 06:58:24 +00:00
2017-11-08 08:51:56 +00:00
%global system_jpeg 1
2014-11-04 15:07:20 +00:00
2014-09-19 08:40:44 +00:00
%ifarch %{ix86} x86_64
2017-11-08 08:51:56 +00:00
%global run_tests 0
2014-09-19 08:40:44 +00:00
%else
2017-11-08 08:51:56 +00:00
%global run_tests 0
2014-09-19 08:40:44 +00:00
%endif
# Build as a debug package?
2017-11-08 08:51:56 +00:00
%global debug_build 0
2017-11-08 08:51:56 +00:00
%global default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
%global firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
# Minimal required versions
2014-10-31 11:42:03 +00:00
%global cairo_version 1.13.1
%global freetype_version 2.1.9
%global libnotify_version 0.7.0
%if %{?system_libvpx}
%global libvpx_version 1.4.0
%endif
%if %{?system_nss}
2018-04-24 09:33:36 +00:00
%global nspr_version 4.19
# NSS/NSPR quite often ends in build override, so as requirement the version
# we're building against could bring us some broken dependencies from time to time.
#%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
%global nspr_build_version %{nspr_version}
2018-04-24 09:33:36 +00:00
%global nss_version 3.36.1
#%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
%global nss_build_version %{nss_version}
%endif
2004-12-29 02:12:15 +00:00
%if %{?system_sqlite}
2014-07-30 12:56:02 +00:00
%global sqlite_version 3.8.4.2
# The actual sqlite version (see #480989):
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
%endif
2011-09-27 16:18:08 +00:00
%global mozappdir %{_libdir}/%{name}
2014-01-23 09:26:08 +00:00
%global mozappdirdev %{_libdir}/%{name}-devel-%{version}
2011-03-13 02:44:20 +00:00
%global langpackdir %{mozappdir}/langpacks
2018-04-24 09:33:36 +00:00
%global tarballdir firefox-%{version}
2010-02-24 13:55:11 +00:00
2017-11-08 08:51:56 +00:00
%global official_branding 1
%global build_langpacks 1
2018-04-24 09:33:36 +00:00
%global pre_version b13
%global enable_mozilla_crashreporter 0
%if !%{debug_build}
2013-06-28 14:33:48 +00:00
%ifarch %{ix86} x86_64
%global enable_mozilla_crashreporter 1
%endif
2017-03-13 09:43:21 +00:00
%endif
2014-03-19 07:16:31 +00:00
Summary: Mozilla Firefox Web browser
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
Name: firefox
2018-04-24 09:33:36 +00:00
Version: 60.0
Release: 0.1%{?pre_tag}%{?dist}
URL: https://www.mozilla.org/firefox/
2007-08-13 20:25:11 +00:00
License: MPLv1.1 or GPLv2+ or LGPLv2+
2018-04-24 09:33:36 +00:00
Source0: https://hg.mozilla.org/releases/mozilla-release/archive/firefox-%{version}%{?pre_version}.source.tar.xz
2008-06-18 00:52:47 +00:00
%if %{build_langpacks}
2018-04-24 09:33:36 +00:00
Source1: firefox-langpacks-%{version}%{?pre_version}-20180418.tar.xz
2008-06-18 00:52:47 +00:00
%endif
Source10: firefox-mozconfig
Source12: firefox-redhat-default-prefs.js
Source20: firefox.desktop
Source21: firefox.sh.in
Source23: firefox.1
2014-09-10 10:43:04 +00:00
Source24: mozilla-api-key
2015-07-02 13:48:32 +00:00
Source25: firefox-symbolic.svg
Source26: distribution.ini
Source27: google-api-key
2018-01-30 11:40:25 +00:00
Source28: firefox-wayland.sh.in
2018-01-31 08:19:11 +00:00
Source29: firefox-x11.desktop
Source30: firefox-x11.sh.in
2016-05-27 08:49:21 +00:00
# Build patches
Patch3: mozilla-build-arm.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=814879#c3
Patch18: xulrunner-24.0-jemalloc-ppc.patch
2015-05-11 08:56:28 +00:00
Patch25: rhbz-1219542-s390-build.patch
2017-03-07 11:59:47 +00:00
Patch26: build-icu-big-endian.patch
2017-04-19 11:46:39 +00:00
Patch27: mozilla-1335250.patch
# Also fixes s390x: https://bugzilla.mozilla.org/show_bug.cgi?id=1376268
Patch29: build-big-endian.patch
Patch32: build-rust-ppc64le.patch
2017-08-08 12:10:10 +00:00
Patch35: build-ppc-jit.patch
# Always feel lucky for unsupported platforms:
# https://bugzilla.mozilla.org/show_bug.cgi?id=1347128
Patch37: build-jit-atomic-always-lucky.patch
# Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x)
Patch38: build-cacheFlush-missing.patch
2018-04-25 08:57:43 +00:00
Patch40: build-aarch64-skia.patch
# Fedora specific patches
2014-07-29 13:20:46 +00:00
Patch215: firefox-enable-addons.patch
Patch219: rhbz-1173156.patch
Patch221: firefox-fedora-ua.patch
2016-03-21 13:40:15 +00:00
Patch224: mozilla-1170092.patch
Patch225: mozilla-1005640-accept-lang.patch
#ARM run-time patch
Patch226: rhbz-1354671.patch
2008-06-18 00:52:47 +00:00
# Upstream patches
Patch402: mozilla-1196777.patch
Patch406: mozilla-256180.patch
2017-04-18 11:12:24 +00:00
Patch407: mozilla-1348576.patch
2017-05-10 12:14:02 +00:00
Patch410: mozilla-1321521.patch
Patch411: mozilla-1321521-2.patch
2017-05-16 10:38:01 +00:00
Patch412: mozilla-1337988.patch
2017-05-24 06:42:53 +00:00
Patch413: mozilla-1353817.patch
Patch414: mozilla-1435212-ffmpeg-4.0.patch
2008-01-08 10:43:50 +00:00
2016-03-21 13:40:15 +00:00
# Debian patches
Patch500: mozilla-440908.patch
2014-11-03 13:56:26 +00:00
%if %{?system_nss}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(nspr) >= %{nspr_version}
BuildRequires: pkgconfig(nss) >= %{nss_version}
BuildRequires: nss-static >= %{nss_version}
%endif
%if %{?system_cairo}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
%endif
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libpng)
%if %{?system_jpeg}
BuildRequires: libjpeg-devel
%endif
BuildRequires: zip
BuildRequires: bzip2-devel
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(libIDL-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(freetype2) >= %{freetype_version}
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xrender)
%if %{?system_hunspell}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(hunspell)
%endif
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libstartup-notification-1.0)
BuildRequires: pkgconfig(libnotify) >= %{libnotify_version}
BuildRequires: pkgconfig(dri)
BuildRequires: pkgconfig(libcurl)
2016-10-31 07:59:22 +00:00
BuildRequires: dbus-glib-devel
%if %{?system_libvpx}
BuildRequires: libvpx-devel >= %{libvpx_version}
%endif
BuildRequires: autoconf213
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(gconf-2.0)
2014-11-04 15:07:20 +00:00
BuildRequires: yasm
2017-09-27 12:23:59 +00:00
BuildRequires: llvm
2017-09-25 13:01:03 +00:00
BuildRequires: llvm-devel
BuildRequires: clang
2017-09-27 11:08:03 +00:00
BuildRequires: clang-libs
Requires: mozilla-filesystem
Requires: p11-kit-trust
%if %{?system_nss}
Requires: nspr >= %{nspr_build_version}
Requires: nss >= %{nss_build_version}
%endif
BuildRequires: python2-devel
Requires: u2f-hidraw-policy
%if 0%{?fedora} > 25
# For early testing of rhbz#1400293 mozbz#1324096 on F26 and Rawhide,
# temporarily require the specific NSS build with the backports.
# Can be removed after firefox is changed to require NSS 3.30.
BuildRequires: nss-devel >= 3.29.1-2.1
Requires: nss >= 3.29.1-2.1
%endif
%if 0%{?fedora} < 26
# Using Conflicts for p11-kit, not Requires, because on multi-arch
# systems p11-kit isn't yet available for secondary arches like
# p11-kit.i686 (fallback to libnssckbi.so from NSS).
# This build contains backports from p11-kit 0.23.4
Conflicts: p11-kit < 0.23.2-3
# Requires build with CKA_NSS_MOZILLA_CA_POLICY attribute
Requires: ca-certificates >= 2017.2.11-1.1
# Requires NSS build with backports from NSS 3.30
BuildRequires: nss-devel >= 3.29.3-1.1
Requires: nss >= 3.29.3-1.1
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
BuildRequires: desktop-file-utils
2007-03-20 20:14:33 +00:00
BuildRequires: system-bookmarks
%if %{?system_sqlite}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(sqlite3) >= %{sqlite_version}
Requires: sqlite >= %{sqlite_build_version}
%endif
%if %{?system_ffi}
2015-11-04 12:57:49 +00:00
BuildRequires: pkgconfig(libffi)
%endif
2014-09-19 08:40:44 +00:00
%if %{?run_tests}
BuildRequires: xorg-x11-server-Xvfb
%endif
2016-09-26 13:07:02 +00:00
BuildRequires: rust
2017-01-19 16:49:55 +00:00
BuildRequires: cargo
2014-09-19 08:40:44 +00:00
Obsoletes: mozilla <= 37:1.7.13
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
Provides: webclient
%description
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
2014-09-19 08:40:44 +00:00
%if %{enable_mozilla_crashreporter}
%global moz_debug_prefix %{_prefix}/lib/debug
%global moz_debug_dir %{moz_debug_prefix}%{mozappdir}
%global uname_m %(uname -m)
%global symbols_file_name %{name}-%{version}.en-US.%{_os}-%{uname_m}.crashreporter-symbols.zip
%global symbols_file_path %{moz_debug_dir}/%{symbols_file_name}
%global _find_debuginfo_opts -p %{symbols_file_path} -o debugcrashreporter.list
%global crashreporter_pkg_name mozilla-crashreporter-%{name}-debuginfo
%package -n %{crashreporter_pkg_name}
Summary: Debugging symbols used by Mozilla's crash reporter servers
%description -n %{crashreporter_pkg_name}
2014-09-19 08:40:44 +00:00
This package provides debug information for Firefox, for use by
Mozilla's crash reporter servers. If you are trying to locally
debug %{name}, you want to install %{name}-debuginfo instead.
%files -n %{crashreporter_pkg_name} -f debugcrashreporter.list
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2014-09-19 08:40:44 +00:00
%if %{run_tests}
%global testsuite_pkg_name mozilla-%{name}-testresults
%package -n %{testsuite_pkg_name}
Summary: Results of testsuite
%description -n %{testsuite_pkg_name}
This package contains results of tests executed during build.
%files -n %{testsuite_pkg_name}
/test_results
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
%prep
2017-10-06 10:40:42 +00:00
%setup -q -n %{tarballdir}
2011-12-15 10:15:39 +00:00
# Build patches, can't change backup suffix from default because during build
2015-05-22 16:24:00 +00:00
# there is a compare of config and js/config directories and .orig suffix is
2011-12-15 10:15:39 +00:00
# ignored during this compare.
2011-06-21 14:54:10 +00:00
2017-05-16 10:38:01 +00:00
2016-07-26 09:29:57 +00:00
%patch18 -p1 -b .jemalloc-ppc
2015-05-11 09:02:09 +00:00
%ifarch s390
2015-05-11 08:56:28 +00:00
%patch25 -p1 -b .rhbz-1219542-s390
2015-05-11 09:02:09 +00:00
%endif
2018-04-25 08:57:43 +00:00
%if 0%{?big_endian}
%patch29 -p1 -b .big-endian
%endif
%patch37 -p1 -b .jit-atomic-lucky
2018-04-25 08:57:43 +00:00
%patch40 -p1 -b .aarch64-skia
2016-04-25 12:58:04 +00:00
%patch3 -p1 -b .arm
2015-03-10 19:29:26 +00:00
# Fedora patches
2014-08-26 13:40:25 +00:00
%patch215 -p1 -b .addons
%patch219 -p2 -b .rhbz-1173156
%patch221 -p2 -b .fedora-ua
%patch224 -p1 -b .1170092
%patch225 -p1 -b .1005640-accept-lang
#ARM run-time patch
%ifarch aarch64
%patch226 -p1 -b .1354671
%endif
%patch402 -p1 -b .1196777
%patch406 -p1 -b .256180
2017-05-24 06:42:53 +00:00
%patch413 -p1 -b .1353817
%patch414 -p1 -b .ffmpeg-4.0
2017-10-24 10:09:44 +00:00
2017-03-07 11:59:47 +00:00
# Patch for big endian platforms only
%if 0%{?big_endian}
%patch26 -p1 -b .icu
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%{__rm} -f .mozconfig
%{__cp} %{SOURCE10} .mozconfig
%if %{official_branding}
echo "ac_add_options --enable-official-branding" >> .mozconfig
%endif
2014-09-10 10:43:04 +00:00
%{__cp} %{SOURCE24} mozilla-api-key
%{__cp} %{SOURCE27} google-api-key
2014-09-10 10:43:04 +00:00
%if %{?system_nss}
echo "ac_add_options --with-system-nspr" >> .mozconfig
echo "ac_add_options --with-system-nss" >> .mozconfig
%else
echo "ac_add_options --without-system-nspr" >> .mozconfig
echo "ac_add_options --without-system-nss" >> .mozconfig
%endif
2007-12-19 16:43:29 +00:00
%if %{?system_sqlite}
echo "ac_add_options --enable-system-sqlite" >> .mozconfig
%else
echo "ac_add_options --disable-system-sqlite" >> .mozconfig
%endif
%if %{?system_cairo}
echo "ac_add_options --enable-system-cairo" >> .mozconfig
%else
echo "ac_add_options --disable-system-cairo" >> .mozconfig
%endif
%if %{?system_ffi}
echo "ac_add_options --enable-system-ffi" >> .mozconfig
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%ifarch %{arm}
echo "ac_add_options --disable-elf-hack" >> .mozconfig
%endif
%if %{?system_hunspell}
echo "ac_add_options --enable-system-hunspell" >> .mozconfig
%else
echo "ac_add_options --disable-system-hunspell" >> .mozconfig
%endif
%if %{?debug_build}
echo "ac_add_options --enable-debug" >> .mozconfig
echo "ac_add_options --disable-optimize" >> .mozconfig
%else
2017-11-08 08:51:56 +00:00
%global optimize_flags "none"
# Fedora 26 (gcc7) needs to disable default build flags (mozbz#1342344)
%if 0%{?fedora} > 25
%ifnarch s390 s390x
2017-11-08 08:51:56 +00:00
%global optimize_flags "-g -O2"
%endif
%endif
%ifarch armv7hl
# ARMv7 need that (rhbz#1426850)
2017-11-08 08:51:56 +00:00
%global optimize_flags "-g -O2 -fno-schedule-insns"
%endif
%ifarch ppc64le aarch64
2017-11-08 08:51:56 +00:00
%global optimize_flags "-g -O2"
%endif
2017-03-02 11:04:42 +00:00
%if %{optimize_flags} != "none"
echo 'ac_add_options --enable-optimize=%{?optimize_flags}' >> .mozconfig
%else
echo 'ac_add_options --enable-optimize' >> .mozconfig
%endif
echo "ac_add_options --disable-debug" >> .mozconfig
%endif
2012-11-19 10:08:10 +00:00
# s390(x) fails to start with jemalloc enabled
%ifarch s390 s390x
echo "ac_add_options --disable-jemalloc" >> .mozconfig
%endif
2014-10-15 09:09:23 +00:00
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif
2014-01-09 13:26:22 +00:00
%if !%{enable_mozilla_crashreporter}
echo "ac_add_options --disable-crashreporter" >> .mozconfig
%endif
2014-09-19 08:40:44 +00:00
%if %{?run_tests}
echo "ac_add_options --enable-tests" >> .mozconfig
%endif
2014-11-04 15:07:20 +00:00
%if !%{?system_jpeg}
2014-11-04 13:51:27 +00:00
echo "ac_add_options --without-system-jpeg" >> .mozconfig
%else
echo "ac_add_options --with-system-jpeg" >> .mozconfig
%endif
%if %{?system_libvpx}
echo "ac_add_options --with-system-libvpx" >> .mozconfig
%else
echo "ac_add_options --without-system-libvpx" >> .mozconfig
%endif
2016-04-26 11:33:49 +00:00
%if %{?system_libicu}
echo "ac_add_options --with-system-icu" >> .mozconfig
%else
echo "ac_add_options --without-system-icu" >> .mozconfig
%endif
2017-08-29 13:54:56 +00:00
%ifarch s390 s390x
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
2017-10-09 12:49:41 +00:00
%ifarch %{ix86}
echo "ac_add_options --disable-stylo" >> .mozconfig
%endif
2016-04-26 11:33:49 +00:00
2018-03-07 12:44:51 +00:00
# Remove executable bit to make brp-mangle-shebangs happy.
chmod -x third_party/rust/itertools/src/lib.rs
#---------------------------------------------------------------------
%build
%if %{?system_sqlite}
# Do not proceed with build if the sqlite require would be broken:
# make sure the minimum requirement is non-empty, ...
sqlite_version=$(expr "%{sqlite_version}" : '\([0-9]*\.\)[0-9]*\.') || exit 1
# ... and that major number of the computed build-time version matches:
case "%{sqlite_build_version}" in
"$sqlite_version"*) ;;
*) exit 1 ;;
esac
%endif
2017-03-07 11:59:47 +00:00
echo "Generate big endian version of config/external/icu/data/icud58l.dat"
%if 0%{?big_endian}
./mach python intl/icu_sources_data.py .
ls -l config/external/icu/data
rm -f config/external/icu/data/icudt*l.dat
%endif
# Update the various config.guess to upstream release for aarch64 support
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
# -fpermissive is needed to build with gcc 4.6+ which has become stricter
2014-08-28 10:12:06 +00:00
#
2008-03-20 22:39:40 +00:00
# Mozilla builds with -Wall with exception of a few warnings which show up
# everywhere in the code; so, don't override that.
#
# Disable C++ exceptions since Mozilla code is not exception-safe
#
2017-11-08 09:31:15 +00:00
MOZ_OPT_FLAGS=$(echo "%{optflags}" | %{__sed} -e 's/-Wall//')
#rhbz#1037063
# -Werror=format-security causes build failures when -Wno-format is explicitly given
# for some sources
# Explicitly force the hardening flags for Firefox so it passes the checksec test;
# See also https://fedoraproject.org/wiki/Changes/Harden_All_Packages
2015-05-26 06:15:02 +00:00
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -Wformat-security -Wformat -Werror=format-security"
%if 0%{?fedora} > 23
# Disable null pointer gcc6 optimization in gcc6 (rhbz#1328045)
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fno-delete-null-pointer-checks"
%endif
2015-05-26 06:15:02 +00:00
# Use hardened build?
2015-08-25 06:58:24 +00:00
%if %{?hardened_build}
2015-08-20 09:27:41 +00:00
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fPIC -Wl,-z,relro -Wl,-z,now"
2015-05-26 06:15:02 +00:00
%endif
%if %{?debug_build}
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
%endif
2012-11-19 10:08:10 +00:00
%ifarch s390
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
# If MOZ_DEBUG_FLAGS is empty, firefox's build will default it to "-g" which
# overrides the -g1 from line above and breaks building on s390
# (OOM when linking, rhbz#1238225)
export MOZ_DEBUG_FLAGS=" "
2012-11-19 10:08:10 +00:00
%endif
2018-04-25 08:05:27 +00:00
%ifarch s390 %{arm} ppc aarch64 %{ix86}
2012-11-19 10:08:10 +00:00
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
%endif
%ifarch %{arm}
export RUSTFLAGS="-Cdebuginfo=0"
%endif
2008-03-20 22:39:40 +00:00
export CFLAGS=$MOZ_OPT_FLAGS
export CXXFLAGS=$MOZ_OPT_FLAGS
export LDFLAGS=$MOZ_LINK_FLAGS
export PREFIX='%{_prefix}'
2006-07-30 04:08:01 +00:00
export LIBDIR='%{_libdir}'
2008-02-22 02:30:18 +00:00
MOZ_SMP_FLAGS=-j1
# On x86 architectures, Mozilla can build up to 4 jobs at once in parallel,
# however builds tend to fail on other arches when building in parallel.
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le aarch64
2008-02-22 02:30:18 +00:00
[ -z "$RPM_BUILD_NCPUS" ] && \
RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
%endif
2018-01-23 19:25:55 +00:00
#make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS" MOZ_SERVICES_SYNC="1"
export MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
export MOZ_SERVICES_SYNC="1"
export STRIP=/bin/true
./mach build
# create debuginfo for crash-stats.mozilla.com
%if %{enable_mozilla_crashreporter}
#cd %{moz_objdir}
make -C objdir buildsymbols
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2014-09-19 08:40:44 +00:00
%if %{?run_tests}
%if %{?system_nss}
ln -s /usr/bin/certutil objdir/dist/bin/certutil
ln -s /usr/bin/pk12util objdir/dist/bin/pk12util
%endif
mkdir test_results
./mach --log-no-times check-spidermonkey &> test_results/check-spidermonkey || true
2014-09-25 14:30:54 +00:00
./mach --log-no-times check-spidermonkey &> test_results/check-spidermonkey-2nd-run || true
2014-09-19 08:40:44 +00:00
./mach --log-no-times cppunittest &> test_results/cppunittest || true
xvfb-run ./mach --log-no-times crashtest &> test_results/crashtest || true
./mach --log-no-times gtest &> test_results/gtest || true
xvfb-run ./mach --log-no-times jetpack-test &> test_results/jetpack-test || true
2014-09-25 14:30:54 +00:00
# not working right now ./mach marionette-test &> test_results/marionette-test || true
2014-09-19 08:40:44 +00:00
xvfb-run ./mach --log-no-times mochitest-a11y &> test_results/mochitest-a11y || true
xvfb-run ./mach --log-no-times mochitest-browser &> test_results/mochitest-browser || true
xvfb-run ./mach --log-no-times mochitest-chrome &> test_results/mochitest-chrome || true
xvfb-run ./mach --log-no-times mochitest-devtools &> test_results/mochitest-devtools || true
xvfb-run ./mach --log-no-times mochitest-plain &> test_results/mochitest-plain || true
xvfb-run ./mach --log-no-times reftest &> test_results/reftest || true
2014-09-25 14:30:54 +00:00
xvfb-run ./mach --log-no-times webapprt-test-chrome &> test_results/webapprt-test-chrome || true
xvfb-run ./mach --log-no-times webapprt-test-content &> test_results/webapprt-test-content || true
2014-09-19 08:40:44 +00:00
./mach --log-no-times webidl-parser-test &> test_results/webidl-parser-test || true
xvfb-run ./mach --log-no-times xpcshell-test &> test_results/xpcshell-test || true
%if %{?system_nss}
rm -f objdir/dist/bin/certutil
2014-09-25 14:30:54 +00:00
rm -f objdir/dist/bin/pk12util
2014-09-19 08:40:44 +00:00
%endif
%endif
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
%install
# set up our default bookmarks
%{__cp} -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html
# Make sure locale works for langpacks
2013-12-10 12:52:25 +00:00
%{__cat} > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
EOF
2017-11-08 09:35:53 +00:00
DESTDIR=%{buildroot} make -C objdir install
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}{%{_libdir},%{_bindir},%{_datadir}/applications}
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2017-11-08 09:35:53 +00:00
desktop-file-install --dir %{buildroot}%{_datadir}/applications %{SOURCE20}
2015-01-13 11:44:47 +00:00
# set up the firefox start script
2017-11-08 09:35:53 +00:00
%{__rm} -rf %{buildroot}%{_bindir}/firefox
%{__cat} %{SOURCE21} > %{buildroot}%{_bindir}/firefox
%{__chmod} 755 %{buildroot}%{_bindir}/firefox
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2017-11-08 09:35:53 +00:00
%{__install} -p -D -m 644 %{SOURCE23} %{buildroot}%{_mandir}/man1/firefox.1
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2017-11-08 09:35:53 +00:00
%{__rm} -f %{buildroot}/%{mozappdir}/firefox-config
%{__rm} -f %{buildroot}/%{mozappdir}/update-settings.ini
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
2011-04-16 16:04:49 +00:00
for s in 16 22 24 32 48 256; do
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
2011-08-16 15:20:15 +00:00
%{__cp} -p browser/branding/official/default${s}.png \
2017-11-08 09:35:53 +00:00
%{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps/firefox.png
2011-04-16 16:04:49 +00:00
done
2015-07-02 13:48:32 +00:00
# Install hight contrast icon
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
2015-07-02 13:48:32 +00:00
%{__cp} -p %{SOURCE25} \
2017-11-08 09:35:53 +00:00
%{buildroot}%{_datadir}/icons/hicolor/symbolic/apps
2015-07-02 13:48:32 +00:00
# Register as an application to be visible in the software center
#
# NOTE: It would be *awesome* if this file was maintained by the upstream
# project, translated and installed into the right place during `make install`.
#
# See http://www.freedesktop.org/software/appstream/docs/ for more details.
#
2017-11-08 09:35:53 +00:00
mkdir -p %{buildroot}%{_datadir}/appdata
cat > %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Richard Hughes <richard@hughsie.com> -->
<!--
BugReportURL: https://bugzilla.mozilla.org/show_bug.cgi?id=1071061
SentUpstream: 2014-09-22
-->
<application>
<id type="desktop">firefox.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<description>
<p>
Bringing together all kinds of awesomeness to make browsing better for you.
Get to your favorite sites quickly even if you dont remember the URLs.
Type your term into the location bar (aka the Awesome Bar) and the autocomplete
function will include possible matches from your browsing history, bookmarked
sites and open tabs.
</p>
<!-- FIXME: Needs another couple of paragraphs -->
</description>
<url type="homepage">http://www.mozilla.org/</url>
<screenshots>
<screenshot type="default">https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/a.png</screenshot>
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/b.png</screenshot>
<screenshot>https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/firefox/c.png</screenshot>
</screenshots>
<!-- FIXME: change this to an upstream email address for spec updates
<updatecontact>someone_who_cares@upstream_project.org</updatecontact>
-->
</application>
EOF
2017-05-26 18:37:38 +00:00
echo > %{name}.lang
%if %{build_langpacks}
# Extract langpacks, make any mods needed, repack the langpack, and install it.
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}%{langpackdir}
%{__tar} xf %{SOURCE1}
for langpack in `ls firefox-langpacks/*.xpi`; do
language=`basename $langpack .xpi`
extensionID=langpack-$language@firefox.mozilla.org
%{__mkdir_p} $extensionID
unzip -qq $langpack -d $extensionID
find $extensionID -type f | xargs chmod 644
cd $extensionID
zip -qq -r9mX ../${extensionID}.xpi *
cd -
2017-11-08 09:35:53 +00:00
%{__install} -m 644 ${extensionID}.xpi %{buildroot}%{langpackdir}
2008-04-08 03:56:54 +00:00
language=`echo $language | sed -e 's/-/_/g'`
2017-05-26 18:37:38 +00:00
echo "%%lang($language) %{langpackdir}/${extensionID}.xpi" >> %{name}.lang
done
%{__rm} -rf firefox-langpacks
2012-07-10 08:35:34 +00:00
# Install langpack workaround (see #707100, #821169)
function create_default_langpack() {
language_long=$1
language_short=$2
2017-11-08 09:35:53 +00:00
cd %{buildroot}%{langpackdir}
2012-07-10 08:35:34 +00:00
ln -s langpack-$language_long@firefox.mozilla.org.xpi langpack-$language_short@firefox.mozilla.org.xpi
cd -
2017-05-26 18:37:38 +00:00
echo "%%lang($language_short) %{langpackdir}/langpack-$language_short@firefox.mozilla.org.xpi" >> %{name}.lang
2012-07-10 08:35:34 +00:00
}
2012-07-10 13:24:13 +00:00
# Table of fallbacks for each language
2012-07-10 13:29:19 +00:00
# please file a bug at bugzilla.redhat.com if the assignment is incorrect
2012-07-10 13:24:13 +00:00
create_default_langpack "bn-IN" "bn"
create_default_langpack "es-AR" "es"
create_default_langpack "fy-NL" "fy"
create_default_langpack "ga-IE" "ga"
create_default_langpack "gu-IN" "gu"
create_default_langpack "hi-IN" "hi"
create_default_langpack "hy-AM" "hy"
create_default_langpack "nb-NO" "nb"
create_default_langpack "nn-NO" "nn"
create_default_langpack "pa-IN" "pa"
create_default_langpack "pt-PT" "pt"
create_default_langpack "sv-SE" "sv"
create_default_langpack "zh-TW" "zh"
2014-01-09 13:26:22 +00:00
%endif # build_langpacks
2012-07-10 08:35:34 +00:00
2015-01-13 11:44:47 +00:00
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}/%{mozappdir}/browser/defaults/preferences
2013-05-15 07:33:47 +00:00
2016-03-21 15:50:45 +00:00
# System config dir
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}/%{_sysconfdir}/%{name}/pref
2016-03-21 15:50:45 +00:00
# System extensions
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}%{_datadir}/mozilla/extensions/%{firefox_app_id}
%{__mkdir_p} %{buildroot}%{_libdir}/mozilla/extensions/%{firefox_app_id}
# Copy over the LICENSE
2017-11-08 09:35:53 +00:00
%{__install} -p -c -m 644 LICENSE %{buildroot}/%{mozappdir}
# Use the system hunspell dictionaries
2017-11-08 09:35:53 +00:00
%{__rm} -rf %{buildroot}%{mozappdir}/dictionaries
ln -s %{_datadir}/myspell %{buildroot}%{mozappdir}/dictionaries
2010-06-23 09:10:39 +00:00
# Enable crash reporter for Firefox application
2013-06-28 14:33:48 +00:00
%if %{enable_mozilla_crashreporter}
2017-11-08 09:35:53 +00:00
sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" %{buildroot}/%{mozappdir}/application.ini
2014-04-22 15:02:03 +00:00
# Add debuginfo for crash-stats.mozilla.com
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}/%{moz_debug_dir}
%{__cp} objdir/dist/%{symbols_file_name} %{buildroot}/%{moz_debug_dir}
2010-06-23 09:10:39 +00:00
%endif
2014-09-19 08:40:44 +00:00
%if %{run_tests}
# Add debuginfo for crash-stats.mozilla.com
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}/test_results
%{__cp} test_results/* %{buildroot}/test_results
2014-09-19 08:40:44 +00:00
%endif
2015-05-22 16:24:00 +00:00
# Default
2017-11-08 09:35:53 +00:00
%{__cp} %{SOURCE12} %{buildroot}%{mozappdir}/browser/defaults/preferences
2014-01-23 09:26:08 +00:00
2018-01-24 07:44:04 +00:00
# Copy over run-mozilla.sh
%{__cp} build/unix/run-mozilla.sh %{buildroot}%{mozappdir}
# Add distribution.ini
2017-11-08 09:35:53 +00:00
%{__mkdir_p} %{buildroot}%{mozappdir}/distribution
%{__cp} %{SOURCE26} %{buildroot}%{mozappdir}/distribution
2014-01-23 09:26:08 +00:00
# Remove copied libraries to speed up build
2017-11-08 09:35:53 +00:00
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozjs.so
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libmozalloc.so
rm -f %{buildroot}%{mozappdirdev}/sdk/lib/libxul.so
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
2015-01-13 11:44:47 +00:00
# Moves defaults/preferences to browser/defaults/preferences
2013-09-09 07:17:46 +00:00
%pretrans -p <lua>
require 'posix'
require 'os'
if (posix.stat("%{mozappdir}/browser/defaults/preferences", "type") == "link") then
posix.unlink("%{mozappdir}/browser/defaults/preferences")
posix.mkdir("%{mozappdir}/browser/defaults/preferences")
if (posix.stat("%{mozappdir}/defaults/preferences", "type") == "directory") then
2015-05-22 16:24:00 +00:00
for i,filename in pairs(posix.dir("%{mozappdir}/defaults/preferences")) do
os.rename("%{mozappdir}/defaults/preferences/"..filename, "%{mozappdir}/browser/defaults/preferences/"..filename)
end
f = io.open("%{mozappdir}/defaults/preferences/README","w")
if f then
f:write("Content of this directory has been moved to %{mozappdir}/browser/defaults/preferences.")
f:close()
end
end
end
2015-01-13 11:44:47 +00:00
%preun
# is it a final removal?
if [ $1 -eq 0 ]; then
%{__rm} -rf %{mozappdir}/components
%{__rm} -rf %{mozappdir}/extensions
%{__rm} -rf %{mozappdir}/plugins
%{__rm} -rf %{langpackdir}
fi
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%post
update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%postun
update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2007-12-04 16:25:53 +00:00
fi
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2007-07-31 10:50:12 +00:00
2008-04-08 03:56:54 +00:00
%files -f %{name}.lang
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
%{_bindir}/firefox
%{mozappdir}/firefox
2013-04-01 12:39:26 +00:00
%{mozappdir}/firefox-bin
2008-06-18 00:52:47 +00:00
%doc %{_mandir}/man1/*
%dir %{_sysconfdir}/%{name}
%dir %{_sysconfdir}/%{name}/*
2015-08-07 09:39:21 +00:00
%dir %{_datadir}/mozilla/extensions/*
%dir %{_libdir}/mozilla/extensions/*
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/applications/*.desktop
%dir %{mozappdir}
2017-11-08 09:37:08 +00:00
%license %{mozappdir}/LICENSE
2013-05-15 07:33:47 +00:00
%{mozappdir}/browser/chrome
%{mozappdir}/browser/chrome.manifest
2014-01-23 09:26:08 +00:00
%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
2017-08-02 11:13:59 +00:00
%{mozappdir}/browser/features/*.xpi
%{mozappdir}/distribution/distribution.ini
2016-11-14 21:45:26 +00:00
# That's Windows only
%ghost %{mozappdir}/browser/features/aushelper@mozilla.org.xpi
2013-05-15 07:33:47 +00:00
%attr(644, root, root) %{mozappdir}/browser/blocklist.xml
%dir %{mozappdir}/browser/extensions
2015-08-07 09:39:21 +00:00
%{mozappdir}/browser/extensions/*
%if %{build_langpacks}
2011-03-13 02:44:20 +00:00
%dir %{langpackdir}
%endif
2013-05-15 07:33:47 +00:00
%{mozappdir}/browser/omni.ja
2017-03-06 10:29:49 +00:00
%{mozappdir}/chrome.manifest
2018-01-24 07:44:04 +00:00
%{mozappdir}/run-mozilla.sh
%{mozappdir}/application.ini
2017-06-09 08:13:24 +00:00
%{mozappdir}/pingsender
2008-06-18 00:52:47 +00:00
%exclude %{mozappdir}/removed-files
2009-07-22 10:39:24 +00:00
%{_datadir}/icons/hicolor/16x16/apps/firefox.png
%{_datadir}/icons/hicolor/22x22/apps/firefox.png
%{_datadir}/icons/hicolor/24x24/apps/firefox.png
%{_datadir}/icons/hicolor/256x256/apps/firefox.png
%{_datadir}/icons/hicolor/32x32/apps/firefox.png
%{_datadir}/icons/hicolor/48x48/apps/firefox.png
2015-07-02 13:48:32 +00:00
%{_datadir}/icons/hicolor/symbolic/apps/firefox-symbolic.svg
2013-06-28 14:33:48 +00:00
%if %{enable_mozilla_crashreporter}
%{mozappdir}/crashreporter
%{mozappdir}/crashreporter.ini
2017-03-06 10:29:49 +00:00
%{mozappdir}/minidump-analyzer
%{mozappdir}/Throbber-small.gif
2013-06-13 12:46:13 +00:00
%{mozappdir}/browser/crashreporter-override.ini
2010-06-23 09:10:39 +00:00
%endif
%{mozappdir}/*.so
2015-10-29 14:27:54 +00:00
%{mozappdir}/gtk2/*.so
2014-01-23 09:26:08 +00:00
%{mozappdir}/defaults/pref/channel-prefs.js
%{mozappdir}/dependentlibs.list
%{mozappdir}/dictionaries
%{mozappdir}/omni.ja
%{mozappdir}/platform.ini
%{mozappdir}/plugin-container
2015-02-20 09:36:49 +00:00
%{mozappdir}/gmp-clearkey
2016-11-14 21:45:26 +00:00
%{mozappdir}/fonts/EmojiOneMozilla.ttf
2014-10-31 11:42:03 +00:00
%if !%{?system_nss}
%{mozappdir}/libfreeblpriv3.chk
2014-10-31 11:42:03 +00:00
%{mozappdir}/libnssdbm3.chk
%{mozappdir}/libsoftokn3.chk
%exclude %{mozappdir}/libnssckbi.so
2014-10-31 11:42:03 +00:00
%endif
2010-06-23 09:10:39 +00:00
auto-import changelog data from firefox-0.9.3-7.src.rpm 0.9.3-7 - rawhide import - fedora.us #1765 NetBSD's freetype 2.1.8 compat patch 0.9.3-0.fdr.6 - and mng support is disabled again as it seams that there is no real mng support in the code 0.9.3-0.fdr.5 - remove ldconfig from scriptlets (bug #1846 comment #40) - reenabled mng support (bug #1971) - removed --enable-strip to let rpm to the stripping (bug #1971) - honor system settings in firefox.sh (bug #1971) - setting umask 022 in scriptlets (bug #1962) 0.9.3-0.fdr.4 - copy the icon to the right place(TM) 0.9.3-0.fdr.3 - readded the xpm removed in 0:0.9.2-0.fdr.5 0.9.3-0.fdr.2 - added mozilla-1.7-psfonts.patch from rawhide mozilla 0.9.3-0.fdr.1 - updated to 0.9.3 - removed following from .mozconfig: ac_add_options --with-system-mng ac_add_options --enable-xprint ac_add_options --disable-dtd-debug ac_add_options --disable-freetype2 ac_add_options --enable-strip-libs ac_add_options --enable-reorder ac_add_options --enable-mathml ac_add_options --without-system-nspr 0.9.2-0.fdr.5 - applied parts of the patch from Matthias Saou (bug #1846) - delete empty directories in %{ffdir}/chrome - more cosmetic changes to the spec file 0.9.2-0.fdr.4 - mozilla-default-plugin-less-annoying.patch readded 0.9.2-0.fdr.3 - added krb5-devel as build requirement 0.9.2-0.fdr.2 - added patch from bugzilla.mozilla.org (bug #247846) - removed Xvfb hack 0.9.2-0.fdr.1 - updated to 0.9.2 0.9.1-0.fdr.3 - mharris suggestion for backwards compatibilty with Xvfb hack 0.9.1-0.fdr.2 - added massive hack from the debian package to create the extension directory 0.9.1-0.fdr.1 - updated to 0.9.1 0.9-0.fdr.4 - remove extensions patch - add post hack to create extensions - enable negotiateauth extension - copy icon to browser/app/default.xpm - --enable-official-branding 0.9-0.fdr.3 - extensions patch 0.9-0.fdr.2 - added gnome-vfs2-devel as BuildRequires - added gcc-3.4 patch 0.9-0.fdr.1 - updated to 0.9 - dropped x86_64 patches - dropped xremote patches 0.8-0.fdr.13 - remove unused files: mozilla-config 0.8-0.fdr.12 - update mozconfig (fixes bug #1443) - installation directory includes version number 0.8-0.fdr.11 - merge x86_64 release 10 with fedora.us release 10 bump release to 11 0.8-0.fdr.10 - rebuild for FC2 - change Source71 to properly replace Source7 for maintainability 0.8-0.fdr.10 - 3rd xremote patch - test -Os rather than -O2 Sun Apr 18 2004 Gene Czarcinski <gene@czarc.net> - more x86_64 fixes - fix firefix-xremote-client for x86_64 (similar to what is done for firefox.sh.in) 0.8-0.fdr.9 - xremote patch for thunderbird integration #1113 - back out ugly hack from /usr/bin/firefox - correct default bookmarks 0.8-0.fdr.7 - readded the new firefox icons 0.8-0.fdr.6 - removed new firefox icons 0.8-0.fdr.5 - nothing Thu Feb 12 2004 Gene Czarcinski <czar@acm.org> - update for x86_64 ... usr mozilla-1.6 patches - change "firefox-i*" to "firefox-*" in above stuff 0.8-0.fdr.4 - another icon changed 0.8-0.fdr.3 - startup script modified 0.8-0.fdr.2 - new firefox icon - more s/firebird/firefox/ 0.8-0.fdr.1 - new version: 0.8 - new name: firefox 0.7-0.fdr.2 - s/0.6.1/0.7/ - changed user-app-dir back to .phoenix as .mozilla-firebird is not working as expected - manpage now also available as MozillaFirebird.1 0.7-0.fdr.1 - updated to 0.7 - provides webclient - run regxpcom and regchrome after installation and removal - added a man page from the debian package - changed user-app-dir from .phoenix to .mozilla-firebird 0.6.1-0.fdr.2 - now with mozilla-default-plugin-less-annoying.patch; see bug #586 0.6.1-0.fdr.1 - updated to 0.6.1 - changed buildrequires for XFree86-devel from 0:4.3.0 to 0:4.2.1 it should now also build on RH80 0.6-0.fdr.5.rh90 - enabled the type ahead extension: bug #484 0.6-0.fdr.4.rh90 - renamed it again back to MozillaFirbird - added libmng-devel to BuildRequires - startup homepage is now www.fedora.us - improved the startup script to use the unix remote protocol to open a new window 0.6-0.fdr.3.rh90 - new icon from http://iconpacks.mozdev.org/phoenix/iconshots/flame48true.png - now using gtk2 as toolkit - renamed again back to mozilla-firebird (I like it better) - Provides: MozillaFirebird for compatibility with previous releases - changed default bookmarks.html to contain links to www.fedora.us 0.6-0.fdr.2.rh90 - renamed package to MozillaFirebird and all files with the old name - enabled mng, mathml, xinerama support - now honouring RPM_OPT_FLAGS 0.6-0.fdr.1.rh90 - updated to 0.6 0.6-0.fdr.0.1.cvs20030501.rh90 - Updated to CVS. - Renamed to mozilla-firebird. 0.6-0.fdr.0.3.cvs20030409.rh90 - Updated to CVS. - Removed hard-coded library path. 0.6-0.fdr.0.3.cvs20030402.rh90 - Changed Prereq to Requires. - Changed BuildRequires to gtk+-devel (instead of file). - Recompressed source with bzip2. - Removed post. 0.6-0.fdr.0.2.cvs20030402.rh90 - Added desktop-file-utils to BuildRequires. - Changed category to X-Fedora-Extra. - Updated to CVS. 0.6-0.fdr.0.2.cvs20030328.rh90 - Added Epoch:0. - Added libgtk-1.2.so.0 to the BuildRequires Fri Mar 28 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030328.rh90 - Updated to latest CVS. - Moved phoenix startup script into its own file Wed Mar 26 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030326.rh90 - Updated to latest CVS. - Changed release to 9 vs 8.1. - Added cvs script. - added encoding to desktop file. Sun Mar 23 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030323.rh81 - Updated to latest CVS. - added release specification XFree86-devel Build Requirement. - changed chmod to %attr Fri Mar 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-0.fdr.0.1.cvs20030317.rh81 - Fixed naming scheme. - Fixed .desktop file. Mon Mar 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030317.1 - Updated to CVS. Fri Mar 14 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.2 - General Tweaking. Thu Mar 13 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030313.1 - Updated CVS. - Modified mozconfig. Sun Mar 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> - 0.6-cvs20030309.1 - Initial RPM release.
2004-09-09 04:44:49 +00:00
#---------------------------------------------------------------------
%changelog
2018-04-24 09:33:36 +00:00
* Tue Apr 24 2018 Martin Stransky <stransky@redhat.com> - 60.0-0.1
- Update to 60.0 Beta 14
2018-03-27 08:39:50 +00:00
* Tue Mar 27 2018 Jan Horak <jhorak@redhat.com> - 59.0.2-1
- Update to 59.0.2
2018-03-17 14:32:50 +00:00
* Sat Mar 17 2018 Martin Stransky <stransky@redhat.com> - 59.0.1-1
- Updated to 59.0.1
2018-03-14 09:48:18 +00:00
* Wed Mar 14 2018 Martin Stransky <stransky@redhat.com> - 59.0-4
- Fixed broken langpacks.
2018-03-13 11:02:56 +00:00
* Tue Mar 13 2018 Martin Stransky <stransky@redhat.com> - 59.0-3
- Enabled rendering to titlebar.
2018-03-12 11:11:31 +00:00
* Mon Mar 12 2018 Martin Stransky <stransky@redhat.com> - 59.0-2
2018-03-12 11:10:47 +00:00
- Updated to 59.0 build c61f5f5ead48c78a80c80db5c489bdc7cfaf8175
2018-03-06 14:00:42 +00:00
* Tue Mar 6 2018 Martin Stransky <stransky@redhat.com> - 59.0-1
- Updated to 59.0
2018-02-14 08:51:24 +00:00
2018-02-13 09:31:11 +00:00
* Tue Feb 13 2018 Martin Stransky <stransky@redhat.com> - 58.0.1-3
- Added build fix for gcc8 by Tom Callaway
2018-01-24 13:02:39 +00:00
* Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-4
2018-01-24 14:32:48 +00:00
- Enabled second arches
2018-01-24 13:02:39 +00:00
* Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-3
- Enabled titlebar/csd drawing patch again (mozbz#1399611).
2018-01-24 07:44:04 +00:00
* Wed Jan 24 2018 Martin Stransky <stransky@redhat.com> - 58.0-2
- Ship run-mozilla.sh script.
2018-01-23 19:25:55 +00:00
* Tue Jan 23 2018 Martin Stransky <stransky@redhat.com> - 58.0-1
- Update to 58.0
* Tue Jan 9 2018 Martin Stransky <stransky@redhat.com> - 57.0.4-2
- Try to disable rust debuginfo on arm to have arm builds again (rhbz#1523912)
* Thu Jan 4 2018 Martin Stransky <stransky@redhat.com> - 57.0.4-1
- Update to 57.0.4
- Require nss 3.34 (rhbz#1531031)
- Disabled ARM on all Fedoras due to rhbz#1523912
2018-01-02 15:21:58 +00:00
* Tue Jan 2 2018 Jan Horak <jhorak@redhat.com> - 57.0.3-1
- Exclude armv7hl due to OOM during build on koji
2018-01-02 15:21:58 +00:00
- Update to 57.0.3
* Fri Dec 08 2017 Kevin Fenzi <kevin@scrye.com> - 57.0.1-3
- Temp disable armv7 for rawhide to get composes working again. rhbz#1523912
* Mon Dec 4 2017 Martin Stransky <stransky@redhat.com> - 57.0.1-2
- Added new man page by Tobias Girstmair (rhbz#1334025)
2017-11-30 10:32:06 +00:00
* Thu Nov 30 2017 Jan Horak <jhorak@redhat.com> - 57.0.1-1
- Update to 57.0.1
* Wed Nov 22 2017 Martin Stransky <stransky@redhat.com> - 57.0-3
- Enabled titlebar drawing for MATE
- Fix for rhbz#1513968 - added missing u2f-hidraw-policy require
2017-11-13 10:14:28 +00:00
* Mon Nov 13 2017 Martin Stransky <stransky@redhat.com> - 57.0-2
- Updated to 57.0 RC4
2017-11-09 11:30:17 +00:00
* Thu Nov 9 2017 Martin Stransky <stransky@redhat.com> - 57.0-1
- Updated to 57.0
2017-11-06 12:32:22 +00:00
* Mon Nov 6 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.9
- Updated to 57.0 Beta 14
2017-10-30 10:07:26 +00:00
* Mon Oct 30 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.8
2017-10-30 10:04:38 +00:00
- Updated to 57.0 Beta 12
2017-10-24 10:09:44 +00:00
* Tue Oct 24 2017 Kai Engert <kaie@redhat.com> - 57.0-0.7
- Backport mozbz#730495 for rhbz#1496563
2017-10-24 09:35:03 +00:00
* Tue Oct 24 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.6
2017-10-24 09:14:01 +00:00
- Updated to 57.0 Beta 11
2017-10-19 10:21:55 +00:00
* Thu Oct 19 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.5
- Updated to 57.0 Beta 9
2017-10-16 09:48:47 +00:00
* Mon Oct 16 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.4
- Updated to 57.0 Beta 8
2017-10-11 12:23:39 +00:00
* Wed Oct 11 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.3
- Updated to 57.0 Beta 7
2017-10-09 08:42:56 +00:00
* Mon Oct 9 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.2
- Updated to 57.0 Beta 6
2017-10-06 10:40:42 +00:00
* Thu Oct 5 2017 Martin Stransky <stransky@redhat.com> - 57.0-0.1
- Updated to 57.0 Beta 5
- Added patch for mozbz#1399611 - CSD emulation
2017-10-06 07:53:15 +00:00
* Wed Oct 4 2017 Martin Stransky <stransky@redhat.com> - 56.0-4
- Fixed rhbz#1497932 - Plug-Ins for example flash fails
because of unresolved symbols
* Fri Sep 29 2017 Martin Stransky <stransky@redhat.com> - 56.0-3
- Enabled second arches.
2017-09-27 11:08:03 +00:00
* Mon Sep 25 2017 Martin Stransky <stransky@redhat.com> - 56.0-2
- Update to 56.0 (B6)
2017-09-25 08:49:39 +00:00
* Fri Sep 15 2017 Martin Stransky <stransky@redhat.com> - 55.0.3-4
- Added switch to build mozbz#1399611 and disable it now
for various regressions.
* Thu Sep 14 2017 Martin Stransky <stransky@redhat.com> - 55.0.3-3
- Added experimental patch for mozbz#1399611
2017-09-14 09:28:33 +00:00
* Thu Sep 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 55.0.3-2
- Own the %%{_sysconfdir}/%%{name} dir
2017-09-01 06:55:39 +00:00
* Fri Sep 1 2017 Jan Horak <jhorak@redhat.com> - 55.0.3-1
- Update to 55.0.3
2017-08-24 07:00:52 +00:00
* Thu Aug 24 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-3
- Enable to build with nspr-4.16.
* Wed Aug 23 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-2
- Rebuilt to remove wrong dependency to nspr-4.16.
2017-08-18 08:43:48 +00:00
* Fri Aug 18 2017 Martin Stransky <stransky@redhat.com> - 55.0.2-1
- Updated to 55.0.2
2017-08-14 06:07:57 +00:00
* Mon Aug 14 2017 Jan Horak <jhorak@redhat.com> - 55.0.1-1
- Update to 55.0.1
* Fri Aug 11 2017 Jan Horak <jhorak@redhat.com> - 55.0-6
- Do not require nss and nspr which we build package against
2017-08-09 10:53:03 +00:00
* Tue Aug 8 2017 Martin Stransky <stransky@redhat.com> - 55.0-5
2017-08-08 11:54:31 +00:00
- Rebuild
* Mon Aug 7 2017 Martin Stransky <stransky@redhat.com> - 55.0-2
- Updated to 55.0 (B3)
2017-08-02 09:19:05 +00:00
* Wed Aug 2 2017 Martin Stransky <stransky@redhat.com> - 55.0-1
- Updated to 55.0 (B1)
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 54.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-25 11:23:14 +00:00
* Tue Jul 25 2017 Jan Horak <jhorak@redhat.com> - 54.0.1-1
- Update to 54.0.1
2017-06-13 07:53:20 +00:00
* Tue Jun 13 2017 Jan Horak <jhorak@redhat.com> - 54.0-2
- Update to 54.0 (B3)
2017-06-08 10:43:08 +00:00
* Thu Jun 8 2017 Jan Horak <jhorak@redhat.com> - 54.0-1
- Update to 54.0
2017-05-31 12:32:16 +00:00
* Wed May 31 2017 Jan Horak <jhorak@redhat.com> - 53.0.3-2
- Added patch for big endian platforms
2017-06-01 09:32:38 +00:00
- Do not restrict architectures in older Fedoras
2017-05-31 12:32:16 +00:00
2017-05-26 07:34:10 +00:00
* Fri May 26 2017 Jan Horak <jhorak@redhat.com> - 53.0.3-1
- Update to 53.0.3
2017-05-24 20:29:40 +00:00
* Wed May 24 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-8
- Disabled Rust on ppc64 ppc64le s390x
* Wed May 24 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-7
- Enabled aarch64 on all Fedoras
- Enabled Rust on all arches
2017-05-24 06:42:53 +00:00
* Wed May 24 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-6
- Added aarch64 patch (mozbz#1353817)
2017-05-16 10:38:01 +00:00
* Tue May 16 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-5
- Arm gcc6 build fix (mozbz#1337988)
2017-05-12 05:56:51 +00:00
* Fri May 12 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-4
- Enabled rust on ix86
* Thu May 11 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-3
- Enabled Rust on Arm builds
2017-05-11 08:37:37 +00:00
* Thu May 11 2017 Martin Stransky <stransky@redhat.com> - 53.0.2-2
- Enabled Arm builds
2017-05-05 12:49:43 +00:00
* Fri May 5 2017 Jan Horak <jhorak@redhat.com> - 53.0.2-1
- Update to 53.0.2
- Cannot use disable-skia for any architecture now
2017-05-05 12:49:43 +00:00
* Thu Apr 27 2017 Jan Horak <jhorak@redhat.com> - 53.0-4
- Added patch from rhbz#1400293
2017-04-20 09:55:38 +00:00
* Thu Apr 20 2017 Martin Stransky <stransky@redhat.com> - 53.0-3
- Enabled second arches
* Tue Apr 18 2017 Martin Stransky <stransky@redhat.com> - 53.0-2
- Disable system hunspell library when necessary
2017-04-18 08:38:42 +00:00
* Tue Apr 18 2017 Martin Stransky <stransky@redhat.com> - 53.0-1
2017-04-18 08:36:12 +00:00
- Updated to 53.0 (B6)
* Tue Apr 18 2017 Jan Horak <jhorak@redhat.com> - 52.0.2-3
- Do not use color management until it is fixed for some broken profiles,
ie. don't set gfx.color_management.enablev4 to true (rhbz#1403970).
- Added distribution.ini file to fix mozbz#1354489
* Fri Mar 31 2017 Martin Stransky <stransky@redhat.com> - 52.0.2-2
- Added patch for mozbz#1348576 - enable e10s by default
- Added patch for mozbz#1158076 - enable dark theme by pref
2017-03-29 07:41:18 +00:00
* Wed Mar 29 2017 Jan Horak <jhorak@redhat.com> - 52.0.2-1
- Update to 52.0.2
* Mon Mar 27 2017 Martin Stransky <stransky@redhat.com> - 52.0-7
- Reverted mozbz#1158076 due to rhbz#1435964
* Wed Mar 22 2017 Martin Stransky <stransky@redhat.com> - 52.0-6
- Added fix for CVE-2017-5428
- Added fix for mozbz#1158076
* Mon Mar 13 2017 Martin Stransky <stransky@redhat.com> - 52.0-5
- Enable ALSA backend behind pref (rhbz#1431371)
2017-03-10 13:08:58 +00:00
* Fri Mar 10 2017 Martin Stransky <stransky@redhat.com> - 52.0-4
2017-03-10 12:57:35 +00:00
- Fixed e10s enablement (rhbz#1398717)
2017-03-07 14:39:05 +00:00
* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-3
- Added s390x to big endian platforms
2017-03-07 11:59:47 +00:00
* Tue Mar 7 2017 Jan Horak <jhorak@redhat.com> - 52.0-2
- Added fix for libicu on big endian platforms
2017-03-03 13:35:44 +00:00
* Fri Mar 3 2017 Martin Stransky <stransky@redhat.com> - 52.0-1
- Update to 52.0 (B2)
* Thu Mar 02 2017 Kai Engert <kaie@redhat.com> - 51.0.1-11
- Enable upstream fix for rhbz#1400293 mozbz#1324096 on F26 and Rawhide.
Keep the old workaround on F24/F25, required base packages aren't
available yet.
* Thu Mar 2 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-10
- Test another ARMv7 build setup (rhbz#1426850)
* Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-9
- Disabled ARMv7 due to build failures (rhbz#1426850)
2017-02-27 10:13:12 +00:00
* Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-8
- Enabled ARMv7 (rhbz#1426850)
2017-02-27 09:47:29 +00:00
* Mon Feb 27 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-7
- Added fix for rhbz#1414535
2017-02-23 17:29:07 +00:00
* Thu Feb 23 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-6
- Added fix for mozbz#1321579
* Thu Feb 23 2017 Martin Stransky <stransky@redhat.com> - 51.0.1-5
- Disabled -O3 optimization on rawhide to make FF usable (rhbz#1422532)
2017-02-15 09:28:39 +00:00
* Wed Feb 15 2017 Jan Horak <jhorak@redhat.com> - 51.0.1-4
- Fixed bug 1421334 - translations for "New window"
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 51.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-01-26 14:51:40 +00:00
* Wed Jan 25 2017 Jan Horak <jhorak@redhat.com> - 51.0.1-2
2017-01-25 12:57:56 +00:00
- Update to 51.0.1
* Tue Jan 24 2017 Martin Stransky <stransky@redhat.com> - 51.0-3
- Added fix for aarch64 crashes (rhbz#1354671)
2017-01-19 19:52:59 +00:00
* Thu Jan 19 2017 Martin Stransky <stransky@redhat.com> - 51.0-2
- Update to 51.0 (B2)
2017-01-18 11:42:27 +00:00
* Wed Jan 18 2017 Martin Stransky <stransky@redhat.com> - 51.0-1
- Update to 51.0 (B1)
2017-01-17 08:36:20 +00:00
* Tue Jan 17 2017 Jan Horak <jhorak@redhat.com> - 50.1.0-4
- Enable telemetry (rhbz#1412971)
* Mon Jan 16 2017 Martin Stransky <stransky@redhat.com> - 50.1.0-3
- Added patch for nss 3.28.1 (mozbz#1290037)
2016-12-21 09:42:19 +00:00
* Wed Dec 21 2016 Martin Stransky <stransky@redhat.com> - 50.1.0-2
- Enabled Mozilla crash reporter
2016-12-13 22:42:57 +00:00
* Tue Dec 13 2016 Martin Stransky <stransky@redhat.com> - 50.1.0-1
- Updated to 50.1.0
* Wed Nov 30 2016 Martin Stransky <stransky@redhat.com> - 50.0.2-2
- Added fix for "ABORT: X_ShmAttach: BadAccess" crashes
(mozbz#1271100)
* Wed Nov 30 2016 Martin Stransky <stransky@redhat.com> - 50.0.2-1
2016-11-30 08:32:18 +00:00
- Update to latest upstream (50.0.2)
2016-11-28 20:15:23 +00:00
* Mon Nov 28 2016 Martin Stransky <stransky@redhat.com> - 50.0.1-1
- Update to latest upstream (50.0.1)
* Thu Nov 24 2016 Martin Stransky <stransky@redhat.com> - 50.0-2
- Rebase Gtk3 widget code to latest trunk to fix
various rendering problems (rhbz#1397290)
2016-11-14 21:45:26 +00:00
* Thu Nov 10 2016 Martin Stransky <stransky@redhat.com> - 50.0-1
- Update to 50.0
2016-10-31 07:32:54 +00:00
* Mon Oct 31 2016 Jan Horak <jhorak@redhat.com> - 49.0.2-1
- Update to 49.0.2
2016-09-26 13:07:02 +00:00
* Mon Sep 26 2016 Jan Horak <jhorak@redhat.com> - 49.0-3
- Build with rust where possible
- Added fix for wrong accept-language headers when running with non-english locales
2016-09-26 13:07:02 +00:00
2016-09-19 11:57:43 +00:00
* Mon Sep 19 2016 Martin Stransky <stransky@redhat.com> - 49.0-2
- Update to Firefox 49 (B4)
2016-09-08 11:37:25 +00:00
* Tue Sep 6 2016 Martin Stransky <stransky@redhat.com> - 49.0-1
- Update to Firefox 49
* Mon Aug 22 2016 Jan Horak <jhorak@redhat.com> - 48.0.1-2
- Added translations for .desktop file actions
* Fri Aug 19 2016 Martin Stransky <stransky@redhat.com> - 48.0.1-1
- Update to 48.0.1
- Added fix for mozbz#1291700 - Since latest release NTLM/SPNEGO
no longer works
* Wed Aug 17 2016 Martin Stransky <stransky@redhat.com> - 48.0-6
- Added patch for mozbz#1225044 - gtk3 rendering glitches
* Fri Jul 29 2016 Martin Stransky <stransky@redhat.com> - 48.0-5
- Added fix for mozbz#1250704 - tooltips text color
- Disable system sqlite on F23
- Package in-tree icu file
* Thu Jul 28 2016 Martin Stransky <stransky@redhat.com> - 48.0-4
- Enable dark themes by pref in about:config (Bug 1272332)
- Backported gtk3.20 upstream fixes
2016-07-27 18:17:24 +00:00
* Wed Jul 27 2016 Martin Stransky <stransky@redhat.com> - 48.0-3
- Updated to 48.0 (B2)
* Wed Jul 27 2016 Jan Horak <jhorak@redhat.com> - 48.0-2
- Negotiate authentication is made off the main thread again (mozbz#890908)
- Fixed default prerefences (rhbz#1349489)
2016-07-26 09:29:57 +00:00
* Tue Jul 26 2016 Martin Stransky <stransky@redhat.com> - 48.0-1
- Updated to 48.0
2016-07-22 14:27:14 +00:00
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 47.0.1-3
- rebuild for libvpx 1.6.0
* Mon Jul 11 2016 Martin Stransky <stransky@redhat.com> - 47.0.1-2
- Added fix for mozbz#256180 - gmail paste issues
2016-07-11 10:17:54 +00:00
* Mon Jul 11 2016 Martin Stransky <stransky@redhat.com> - 47.0.1-1
- Updated to 47.0.1
2016-06-23 08:31:14 +00:00
* Wed Jun 22 2016 Martin Stransky <stransky@redhat.com> - 47.0-6
2016-06-22 16:07:17 +00:00
- Updated tooltip patch for 3.20
* Mon Jun 6 2016 Martin Stransky <stransky@redhat.com> - 47.0-4
- Updated to 47.0 (B3)
- Should fix rhbz#1338010 (rebuilt against new astronomy-bookmarks)
2016-06-03 13:39:25 +00:00
* Fri Jun 3 2016 Martin Stransky <stransky@redhat.com> - 47.0-3
- Updated to 47.0 (B2)
* Thu Jun 2 2016 Martin Stransky <stransky@redhat.com> - 47.0-2
2016-06-02 10:32:28 +00:00
- Updated to 47.0
- Backout of negotiate authentication patch
2016-06-02 10:32:28 +00:00
* Thu May 26 2016 Jan Horak <jhorak@redhat.com> - 46.0.1-9
- Negotiate authentication is made off the main thread (mozbz#890908)
* Mon May 23 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-8
- Rebuilt for new bookmarks (rhbz#1338010)
- Fixed build issue in Gtk3.20 patch
2016-05-20 13:13:45 +00:00
* Fri May 20 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-6
- Updated Gtk3.20 patch - fixed tooltips
* Thu May 19 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-5
- Added a fix for mozbz#1245783 - gcc6.1 crashes in JIT
* Thu May 12 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-4
- Added fix for rhbz#1332821 - Crash on "Select" in "Open with" dialog
* Tue May 10 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-3
- Added patch for rhbz#1332875 - new Samba auth reponse
* Thu May 5 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-2
- Disable dark theme until we support it correctly (mozbz#1216658)
2016-05-03 08:52:47 +00:00
* Tue May 3 2016 Martin Stransky <stransky@redhat.com> - 46.0.1-1
- Updated to 46.0.1
* Mon May 2 2016 Martin Stransky <stransky@redhat.com> - 46.0-6
- Removed gstreamer config as it's no longer used.
See rhbz#1331496 for details.
- Updated Firefox project URL (rhbz#1329014)
* Thu Apr 28 2016 Martin Stransky <stransky@redhat.com> - 46.0-5
- Added fix for rhbz#1322626 - wrong focused window
* Wed Apr 27 2016 Martin Stransky <stransky@redhat.com> - 46.0-4
- Added fix for rhbz#1315225 - ppc64le/aarch64 build fixes
2016-04-27 07:38:20 +00:00
* Wed Apr 27 2016 Martin Stransky <stransky@redhat.com> - 46.0-3
- Fixed missing langpacks
2016-04-26 11:33:49 +00:00
* Tue Apr 26 2016 Martin Stransky <stransky@redhat.com> - 46.0-2
- Disabled system libicu on Fedora 22/23
2016-04-25 12:58:04 +00:00
* Mon Apr 25 2016 Martin Stransky <stransky@redhat.com> - 46.0-1
- Updated to 46.0 (B5)
2016-04-21 12:35:18 +00:00
* Thu Apr 21 2016 Martin Stransky <stransky@redhat.com> - 45.0.2-5
- Added patch for mozbz#1263145
2016-04-20 18:05:26 +00:00
* Wed Apr 20 2016 Martin Stransky <stransky@redhat.com> - 45.0.2-4
2016-04-20 17:04:32 +00:00
- Updated scrollbar code for Gtk 3.20
* Mon Apr 18 2016 Martin Stransky <stransky@redhat.com> - 45.0.2-2
- Disabled gcc6 null this optimization (rhbz#1328045)
2016-04-11 19:27:28 +00:00
* Mon Apr 11 2016 Martin Stransky <stransky@redhat.com> - 45.0.2-1
- New upstream (45.0.2)
* Tue Apr 5 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-6
- Fixed rhbz#1322669 - Flash widgets are not displayed
2016-04-05 10:27:12 +00:00
* Tue Apr 5 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-5
- Polished gcc6 patches
2016-03-22 09:50:22 +00:00
* Tue Mar 22 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-4
- Fixed rhbz#1321355 - broken flash plugin
- Added /etc/firefox/pref dir for easy configuration
* Mon Mar 21 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-3
- Provide system wide config dir (mozbz#1170092)
- Allow lock preferences from .js files (mozbz#440908)
* Mon Mar 21 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-2
- Fixed rhbz#1293874 - use a Debian patch for disabled extension
signing
2016-03-16 08:40:58 +00:00
* Wed Mar 16 2016 Martin Stransky <stransky@redhat.com> - 45.0.1-1
- Update to 45.0.1
2016-03-15 13:50:37 +00:00
* Tue Mar 15 2016 Martin Stransky <stransky@redhat.com> - 45.0-5
- Updated gtk3.20 patch
2016-03-04 09:52:04 +00:00
* Fri Mar 4 2016 Martin Stransky <stransky@redhat.com> - 45.0-4
- Update to 45.0 (B2)
* Thu Mar 3 2016 Martin Stransky <stransky@redhat.com> - 45.0-3
- Added run-time fix for JIT (mozbz#1253216)
* Wed Mar 2 2016 Martin Stransky <stransky@redhat.com> - 45.0-2
- Disabled system libvpx on Fedora 22 where is 1.3.0
* Wed Mar 2 2016 Martin Stransky <stransky@redhat.com> - 45.0-1
- Update to 45.0
2016-02-11 12:34:29 +00:00
* Thu Feb 11 2016 Martin Stransky <stransky@redhat.com> - 44.0.2-3
- Added patch for mozbz#1205199
2016-02-11 09:05:49 +00:00
* Thu Feb 11 2016 Martin Stransky <stransky@redhat.com> - 44.0.2-2
- Update to 44.0.2 (B3)
2016-02-10 08:48:53 +00:00
* Wed Feb 10 2016 Martin Stransky <stransky@redhat.com> - 44.0.2-1
- Update to 44.0.2 (B2)
2016-02-08 09:56:56 +00:00
* Mon Feb 8 2016 Martin Stransky <stransky@redhat.com> - 44.0.1-2
- Update to 44.0.1 (B2)
2016-02-05 12:24:47 +00:00
* Fri Feb 5 2016 Martin Stransky <stransky@redhat.com> - 44.0.1-1
- Update to 44.0.1
2016-02-04 17:08:39 +00:00
* Thu Feb 4 2016 Jan Horak <jhorak@redhat.com> - 44.0-6
- Workaround for crash when closing application chooser and Fedora 23
(rhbz#1291190)
2016-02-02 14:55:36 +00:00
* Tue Feb 2 2016 Martin Stransky <stransky@redhat.com> - 44.0-5
- GCC 6.0 build patch
- Disabled mozilla crashreporter to catch Gtk3 crashes
* Mon Feb 1 2016 Martin Stransky <stransky@redhat.com> - 44.0-4
- Removed pulseaudio hard dependency (rhbz#1303620)
2016-01-26 08:35:08 +00:00
* Tue Jan 26 2016 Ralph Giles <giles@mozilla.com> - 44.0-3
2016-01-26 08:33:15 +00:00
- Medadata update, require pulseaudio
2016-01-25 12:23:16 +00:00
* Mon Jan 25 2016 Martin Stransky <stransky@redhat.com> - 44.0-2
- Update to 44.0 B3
2016-01-21 11:58:27 +00:00
* Thu Jan 21 2016 Jan Horak <jhorak@redhat.com> - 44.0-1
- Update to 44.0
2016-01-14 11:05:39 +00:00
* Thu Jan 14 2016 Martin Stransky <stransky@redhat.com> - 43.0.4-2
- Fixed the progress bar rendering
* Thu Jan 14 2016 Martin Stransky <stransky@redhat.com> - 43.0.4-1
2016-01-14 09:45:51 +00:00
- Update to 43.0.4
* Wed Jan 13 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-5
- Updated progress bars rendering for Gtk 3.20
* Thu Jan 7 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-4
- Added fix for mozbz#1234026 - crashes on XWayland
2016-01-06 08:27:06 +00:00
* Tue Jan 05 2016 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 43.0.3-3
- Fix build on AArch64.
2016-01-04 12:54:49 +00:00
* Mon Jan 4 2016 Martin Stransky <stransky@redhat.com> - 43.0.3-2
- Enabled Skia (rhbz#1282134)