Blame SPECS/xulrunner.spec

8acfe1
# Use system sqlite?
8acfe1
%define system_sqlite     0
8acfe1
%define system_ffi        1
8acfe1
8acfe1
# Use system nss/nspr?
8acfe1
%define system_nss        1
8acfe1
8acfe1
%define enable_webm       1
8acfe1
8acfe1
# Build as a debug package?
8acfe1
%define debug_build       0
8acfe1
8acfe1
# Do we build a final version?
8acfe1
%define official_branding 1
8acfe1
8acfe1
# Minimal required versions
8acfe1
%if %{?system_nss}
8acfe1
%global nspr_version 4.10.6
8acfe1
%global nss_version 3.16.2.3
8acfe1
%endif
8acfe1
8acfe1
%define cairo_version 1.6.0
8acfe1
%define freetype_version 2.1.9
8acfe1
%define ffi_version 3.0.9
8acfe1
%define libvpx_version 1.3.0
8acfe1
8acfe1
# gecko_dir_ver should be set to the version in our directory names
8acfe1
%global gecko_dir_ver %{version}
8acfe1
8acfe1
%global mozappdir         %{_libdir}/%{name}
8acfe1
8acfe1
%if %{?system_sqlite}
8acfe1
%define sqlite_version 3.8.4.2
8acfe1
# The actual sqlite version (see #480989):
8acfe1
%global sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo 65536)
8acfe1
%endif
8acfe1
8acfe1
%global tarballdir  mozilla-esr31
8acfe1
%global ext_version esr
8acfe1
%global gecko_verrel %{expand:%%{version}}
8acfe1
8acfe1
Summary:        XUL Runtime for Gecko Applications
8acfe1
Name:           xulrunner
8acfe1
Version:        31.6.0
8acfe1
Release:        2%{?pre_tag}%{?dist}
8acfe1
URL:            http://developer.mozilla.org/En/XULRunner
8acfe1
License:        MPLv1.1 or GPLv2+ or LGPLv2+
8acfe1
Group:          Applications/Internet
8acfe1
Source0:        ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{ext_version}%{?pre_version}.source.tar.bz2
8acfe1
Source10:       %{name}-mozconfig
8acfe1
Source12:       %{name}-redhat-default-prefs.js
8acfe1
Source21:       %{name}.sh.in
8acfe1
Source23:       %{name}.1
8acfe1
Source100:      find-external-requires
8acfe1
8acfe1
# Xulrunner patches
8acfe1
# Build patches
8acfe1
Patch0:         xulrunner-nspr-version.patch
8acfe1
Patch2:         firefox-install-dir.patch
8acfe1
Patch6:         webrtc-arch-cpu.patch
8acfe1
Patch20:        xulrunner-24.0-jemalloc-ppc.patch
8acfe1
Patch21:        disable-webm.patch
8acfe1
Patch22:        remove-ogg.patch
8acfe1
8acfe1
# RHEL specific patches
8acfe1
Patch51:        mozilla-193-pkgconfig.patch
8acfe1
# Solves runtime crash of yelp:
8acfe1
Patch54:        rhbz-872752.patch
8acfe1
Patch55:        rhbz-966424.patch
8acfe1
8acfe1
# RHEL specific patches
8acfe1
8acfe1
# Upstream patches
8acfe1
8acfe1
# ---------------------------------------------------
8acfe1
8acfe1
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
8acfe1
%if %{?system_nss}
8acfe1
BuildRequires:  nspr-devel >= %{nspr_version}
8acfe1
BuildRequires:  nss-devel >= %{nss_version}
8acfe1
%endif
8acfe1
BuildRequires:  libpng-devel
8acfe1
BuildRequires:  libjpeg-devel
8acfe1
BuildRequires:  zip
8acfe1
BuildRequires:  bzip2-devel
8acfe1
BuildRequires:  zlib-devel
8acfe1
BuildRequires:  libIDL-devel
8acfe1
BuildRequires:  gtk2-devel
8acfe1
BuildRequires:  gnome-vfs2-devel
8acfe1
BuildRequires:  libgnome-devel
8acfe1
BuildRequires:  libgnomeui-devel
8acfe1
BuildRequires:  krb5-devel
8acfe1
BuildRequires:  pango-devel
8acfe1
BuildRequires:  freetype-devel >= %{freetype_version}
8acfe1
BuildRequires:  libXt-devel
8acfe1
BuildRequires:  libXrender-devel
8acfe1
BuildRequires:  startup-notification-devel
8acfe1
BuildRequires:  alsa-lib-devel
8acfe1
BuildRequires:  libnotify-devel
8acfe1
BuildRequires:  autoconf213
8acfe1
BuildRequires:  mesa-libGL-devel
8acfe1
BuildRequires:  pulseaudio-libs-devel
8acfe1
8acfe1
Requires:       liberation-fonts-common
8acfe1
Requires:       liberation-sans-fonts
8acfe1
8acfe1
%if %{?system_nss}
8acfe1
Requires:       nspr >= %{nspr_version}
8acfe1
Requires:       nss >= %{nss_version}
8acfe1
%endif
8acfe1
8acfe1
# RHEL6 BuildRequires and Requires
8acfe1
BuildRequires:  cairo-devel >= %{cairo_version}
8acfe1
BuildRequires:  hunspell-devel
8acfe1
Requires:       mozilla-filesystem
8acfe1
%if %{?system_sqlite}
8acfe1
BuildRequires:  sqlite-devel >= %{sqlite_version}
8acfe1
Requires:       sqlite >= %{sqlite_build_version}
8acfe1
%endif
8acfe1
%if %{?system_ffi}
8acfe1
BuildRequires:  libffi-devel >= %{ffi_version}
8acfe1
Requires:       libffi >= %{ffi_version}
8acfe1
%endif
8acfe1
%if %{?enable_webm}
8acfe1
BuildRequires:  libvpx-devel >= %{libvpx_version}
8acfe1
Requires:       libvpx >= %{libvpx_version}
8acfe1
%endif
8acfe1
8acfe1
Provides:       gecko-libs = %{gecko_verrel}
8acfe1
Provides:       gecko-libs%{?_isa} = %{gecko_verrel}
8acfe1
Conflicts:      firefox < 3.6
8acfe1
8acfe1
%description
8acfe1
XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM
8acfe1
applications that are as rich as Firefox and Thunderbird. It provides mechanisms
8acfe1
for installing, upgrading, and uninstalling these applications. XULRunner also
8acfe1
provides libxul, a solution which allows the embedding of Mozilla technologies
8acfe1
in other projects and products.
8acfe1
8acfe1
%package devel
8acfe1
Summary: Development files for Gecko
8acfe1
Group: Development/Libraries
8acfe1
Obsoletes: mozilla-devel < 1.9
8acfe1
Obsoletes: firefox-devel < 2.1
8acfe1
Obsoletes: xulrunner-devel-unstable
8acfe1
Provides: gecko-devel = %{gecko_verrel}
8acfe1
Provides: gecko-devel%{?_isa} = %{gecko_verrel}
8acfe1
Provides: gecko-devel-unstable = %{gecko_verrel}
8acfe1
Provides: gecko-devel-unstable%{?_isa} = %{gecko_verrel}
8acfe1
8acfe1
Requires: xulrunner = %{version}-%{release}
8acfe1
%if %{?system_nss}
8acfe1
Requires: nspr-devel >= %{nspr_version}
8acfe1
Requires: nss-devel >= %{nss_version}
8acfe1
%endif
8acfe1
Requires: libjpeg-devel
8acfe1
Requires: zip
8acfe1
Requires: bzip2-devel
8acfe1
Requires: zlib-devel
8acfe1
Requires: libIDL-devel
8acfe1
Requires: gtk2-devel
8acfe1
Requires: gnome-vfs2-devel
8acfe1
Requires: libgnome-devel
8acfe1
Requires: libgnomeui-devel
8acfe1
Requires: krb5-devel
8acfe1
Requires: pango-devel
8acfe1
Requires: freetype-devel >= %{freetype_version}
8acfe1
Requires: libXt-devel
8acfe1
Requires: libXrender-devel
8acfe1
Requires: startup-notification-devel
8acfe1
Requires: alsa-lib-devel
8acfe1
Requires: libnotify-devel
8acfe1
Requires: cairo-devel >= %{cairo_version}
8acfe1
Requires: hunspell-devel
8acfe1
Requires: sqlite-devel
8acfe1
8acfe1
%description devel
8acfe1
This package contains the libraries amd header files that are needed
8acfe1
for writing XUL+XPCOM applications with Mozilla XULRunner and Gecko.
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
# Override internal dependency generator to avoid showing libraries provided by this package
8acfe1
# in dependencies:
8acfe1
AutoProv: 0
8acfe1
%define _use_internal_dependency_generator 0
8acfe1
%define __find_requires %{SOURCE100}
8acfe1
8acfe1
%prep
8acfe1
%setup -q -c
8acfe1
cd %{tarballdir}
8acfe1
8acfe1
sed -e 's/__RH_NSPR_VERSION__/%{nspr_version}/' %{P:%%PATCH0} > version.patch
8acfe1
%{__patch} -p2 -b --suffix .nspr --fuzz=0 < version.patch
8acfe1
8acfe1
%patch2  -p1
8acfe1
%patch6  -p1 -b .webrtc-arch-cpu
8acfe1
%patch20 -p2 -b .jemalloc-ppc
8acfe1
%if !%{?enable_webm}
8acfe1
%patch21 -p1 -b .disable-webm
8acfe1
%endif
8acfe1
%patch22 -p1 -b .ogg
8acfe1
%patch51 -p2 -b .pk
8acfe1
%patch54 -p2 -b .embedlink
8acfe1
%patch55 -p1 -b .973720
8acfe1
8acfe1
%{__rm} -f .mozconfig
8acfe1
%{__cp} %{SOURCE10} .mozconfig
8acfe1
8acfe1
%if %{?system_nss}
8acfe1
echo "ac_add_options --with-system-nspr" >> .mozconfig
8acfe1
echo "ac_add_options --with-system-nss" >> .mozconfig
8acfe1
%else
8acfe1
echo "ac_add_options --without-system-nspr" >> .mozconfig
8acfe1
echo "ac_add_options --without-system-nss" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
%if %{?system_sqlite}
8acfe1
echo "ac_add_options --enable-system-sqlite" >> .mozconfig
8acfe1
%else
8acfe1
echo "ac_add_options --disable-system-sqlite" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
%if %{?enable_webm}
8acfe1
echo "ac_add_options --with-system-libvpx" >> .mozconfig
8acfe1
echo "ac_add_options --enable-webm" >> .mozconfig
8acfe1
echo "ac_add_options --enable-webrtc" >> .mozconfig
8acfe1
echo "ac_add_options --enable-ogg" >> .mozconfig
8acfe1
%else
8acfe1
echo "ac_add_options --without-system-libvpx" >> .mozconfig
8acfe1
echo "ac_add_options --disable-webm" >> .mozconfig
8acfe1
echo "ac_add_options --disable-webrtc" >> .mozconfig
8acfe1
echo "ac_add_options --disable-ogg" >> .mozconfig
8acfe1
echo "ac_add_options --disable-opus" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
%ifnarch %{ix86} x86_64
8acfe1
echo "ac_add_options --disable-methodjit" >> .mozconfig
8acfe1
echo "ac_add_options --disable-monoic" >> .mozconfig
8acfe1
echo "ac_add_options --disable-polyic" >> .mozconfig
8acfe1
echo "ac_add_options --disable-tracejit" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
echo "ac_add_options --enable-system-hunspell" >> .mozconfig
8acfe1
echo "ac_add_options --enable-libnotify" >> .mozconfig
8acfe1
echo "ac_add_options --enable-startup-notification" >> .mozconfig
8acfe1
echo "ac_add_options --enable-jemalloc" >> .mozconfig
8acfe1
8acfe1
# Debug build flags
8acfe1
%if %{?debug_build}
8acfe1
echo "ac_add_options --enable-debug" >> .mozconfig
8acfe1
echo "ac_add_options --disable-optimize" >> .mozconfig
8acfe1
%else
8acfe1
echo "ac_add_options --disable-debug" >> .mozconfig
8acfe1
echo "ac_add_options --enable-optimize" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
%if %{?system_ffi}
8acfe1
echo "ac_add_options --enable-system-ffi" >> .mozconfig
8acfe1
%endif
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
8acfe1
%build
8acfe1
%if %{?system_sqlite}
8acfe1
# Do not proceed with build if the sqlite require would be broken:
8acfe1
# make sure the minimum requirement is non-empty, ...
8acfe1
sqlite_version=$(expr "%{sqlite_version}" : '\([0-9]*\.\)[0-9]*\.') || exit 1
8acfe1
# ... and that major number of the computed build-time version matches:
8acfe1
case "%{sqlite_build_version}" in
8acfe1
  "$sqlite_version"*) ;;
8acfe1
  *) exit 1 ;;
8acfe1
esac
8acfe1
%endif
8acfe1
8acfe1
cd %{tarballdir}
8acfe1
8acfe1
# Mozilla builds with -Wall with exception of a few warnings which show up
8acfe1
# everywhere in the code; so, don't override that.
8acfe1
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | %{__sed} -e 's/-Wall//')
8acfe1
%if %{?debug_build}
8acfe1
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
8acfe1
%endif
8acfe1
%ifarch s390
8acfe1
MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
8acfe1
%endif
8acfe1
%ifarch s390 %{arm} ppc
8acfe1
MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
8acfe1
%endif
8acfe1
8acfe1
export CFLAGS=$MOZ_OPT_FLAGS
8acfe1
export CXXFLAGS=$MOZ_OPT_FLAGS
8acfe1
export LDFLAGS=$MOZ_LINK_FLAGS
8acfe1
export WCHAR_CFLAGS="-std=gnu++0x"
8acfe1
8acfe1
export PREFIX='%{_prefix}'
8acfe1
export LIBDIR='%{_libdir}'
8acfe1
8acfe1
MOZ_SMP_FLAGS=-j1
8acfe1
%ifnarch ppc ppc64 s390 s390x
8acfe1
[ -z "$RPM_BUILD_NCPUS" ] && \
8acfe1
     RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"
8acfe1
[ "$RPM_BUILD_NCPUS" -ge 2 ] && MOZ_SMP_FLAGS=-j2
8acfe1
[ "$RPM_BUILD_NCPUS" -ge 4 ] && MOZ_SMP_FLAGS=-j4
8acfe1
[ "$RPM_BUILD_NCPUS" -ge 8 ] && MOZ_SMP_FLAGS=-j8
8acfe1
%endif
8acfe1
8acfe1
make -f client.mk build STRIP="/bin/true" MOZ_MAKE_FLAGS="$MOZ_SMP_FLAGS"
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
8acfe1
%install
8acfe1
cd %{tarballdir}
8acfe1
%{__rm} -rf $RPM_BUILD_ROOT
8acfe1
8acfe1
DESTDIR=$RPM_BUILD_ROOT make -C objdir install STAGE_SDK=1
8acfe1
8acfe1
# set up our default preferences
8acfe1
%{__cat} %{SOURCE12} | %{__sed} -e 's,RPM_VERREL,%{version}-%{release},g' > rh-default-prefs
8acfe1
%{__install} -p -D -m 644 rh-default-prefs $RPM_BUILD_ROOT/%{mozappdir}/defaults/pref/all-redhat.js
8acfe1
%{__rm} rh-default-prefs
8acfe1
8acfe1
# Start script install
8acfe1
%{__rm} -rf $RPM_BUILD_ROOT%{_bindir}/%{name}
8acfe1
%{__cat} %{SOURCE21} | %{__sed} -e 's,XULRUNNER_VERSION,%{gecko_dir_ver},g' > \
8acfe1
  $RPM_BUILD_ROOT%{_bindir}/%{name}
8acfe1
%{__chmod} 755 $RPM_BUILD_ROOT%{_bindir}/%{name}
8acfe1
8acfe1
%{__rm} -f $RPM_BUILD_ROOT%{mozappdir}/%{name}-config
8acfe1
8acfe1
# Copy pc files (for compatibility with 1.9.1)
8acfe1
%{__cp} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul.pc \
8acfe1
        $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-unstable.pc
8acfe1
%{__cp} $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-embedding.pc \
8acfe1
        $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libxul-embedding-unstable.pc
8acfe1
8acfe1
# Fix multilib devel conflicts...
8acfe1
function install_file() {
8acfe1
genheader=$*
8acfe1
mv ${genheader}.h ${genheader}%{__isa_bits}.h
8acfe1
cat > ${genheader}.h << EOF
8acfe1
/* This file exists to fix multilib conflicts */
8acfe1
#if defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__powerpc64__) || defined(__aarch64__)
8acfe1
#include "${genheader}64.h"
8acfe1
#else
8acfe1
#include "${genheader}32.h"
8acfe1
#endif
8acfe1
EOF
8acfe1
}
8acfe1
8acfe1
INTERNAL_APP_NAME=%{name}-%{gecko_dir_ver}
8acfe1
8acfe1
# Install 32 and 64 bit headers separatelly due to multilib conflicts:
8acfe1
pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_NAME}
8acfe1
install_file "mozilla-config"
8acfe1
popd
8acfe1
8acfe1
pushd $RPM_BUILD_ROOT/%{_includedir}/${INTERNAL_APP_NAME}
8acfe1
install_file "js-config"
8acfe1
popd
8acfe1
8acfe1
# Link libraries in sdk directory instead of copying them:
8acfe1
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{gecko_dir_ver}/sdk/lib
8acfe1
for i in *.so; do
8acfe1
     rm $i
8acfe1
     ln -s %{mozappdir}/$i $i
8acfe1
done
8acfe1
popd
8acfe1
8acfe1
# Move sdk/bin to xulrunner libdir
8acfe1
pushd $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{gecko_dir_ver}/sdk/bin
8acfe1
mv ply *.py $RPM_BUILD_ROOT%{mozappdir}
8acfe1
popd
8acfe1
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{gecko_dir_ver}/sdk/bin
8acfe1
ln -s %{mozappdir} $RPM_BUILD_ROOT%{_libdir}/%{name}-devel-%{gecko_dir_ver}/sdk/bin
8acfe1
8acfe1
# Library path
8acfe1
LD_SO_CONF_D=%{_sysconfdir}/ld.so.conf.d
8acfe1
LD_CONF_FILE=xulrunner-%{__isa_bits}.conf
8acfe1
8acfe1
%{__mkdir_p} ${RPM_BUILD_ROOT}${LD_SO_CONF_D}
8acfe1
%{__cat} > ${RPM_BUILD_ROOT}${LD_SO_CONF_D}/${LD_CONF_FILE} << EOF
8acfe1
%{mozappdir}
8acfe1
EOF
8acfe1
8acfe1
# Copy over the LICENSE
8acfe1
%{__install} -p -c -m 644 LICENSE $RPM_BUILD_ROOT%{mozappdir}
8acfe1
8acfe1
# Use the system hunspell dictionaries for RHEL6+
8acfe1
%{__rm} -rf ${RPM_BUILD_ROOT}%{mozappdir}/dictionaries
8acfe1
ln -s %{_datadir}/myspell ${RPM_BUILD_ROOT}%{mozappdir}/dictionaries
8acfe1
8acfe1
# Remove tmp files
8acfe1
find $RPM_BUILD_ROOT/%{mozappdir} -name '.mkdir.done' -exec rm -rf {} \;
8acfe1
8acfe1
# ghost files
8acfe1
%{__mkdir_p} $RPM_BUILD_ROOT%{mozappdir}/components
8acfe1
touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
8acfe1
touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
8acfe1
%clean
8acfe1
%{__rm} -rf $RPM_BUILD_ROOT
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
8acfe1
%post -p /sbin/ldconfig
8acfe1
8acfe1
%postun -p /sbin/ldconfig
8acfe1
8acfe1
%preun
8acfe1
# is it a final removal?
8acfe1
if [ $1 -eq 0 ]; then
8acfe1
  %{__rm} -rf %{mozappdir}/components
8acfe1
fi
8acfe1
8acfe1
%files
8acfe1
%defattr(-,root,root,-)
8acfe1
%{_bindir}/xulrunner
8acfe1
%dir %{mozappdir}
8acfe1
%doc %attr(644, root, root) %{mozappdir}/LICENSE
8acfe1
%doc %attr(644, root, root) %{mozappdir}/README.xulrunner
8acfe1
%{mozappdir}/chrome
8acfe1
%{mozappdir}/chrome.manifest
8acfe1
%dir %{mozappdir}/components
8acfe1
%ghost %{mozappdir}/components/compreg.dat
8acfe1
%ghost %{mozappdir}/components/xpti.dat
8acfe1
%{mozappdir}/components/*.so
8acfe1
%{mozappdir}/components/*.manifest
8acfe1
%{mozappdir}/defaults
8acfe1
%{mozappdir}/omni.ja
8acfe1
%{mozappdir}/*.so
8acfe1
%{mozappdir}/mozilla-xremote-client
8acfe1
%{mozappdir}/run-mozilla.sh
8acfe1
%{mozappdir}/xulrunner
8acfe1
%{mozappdir}/xulrunner-stub
8acfe1
%{mozappdir}/platform.ini
8acfe1
%{mozappdir}/dependentlibs.list
8acfe1
%{_sysconfdir}/ld.so.conf.d/xulrunner*.conf
8acfe1
%{mozappdir}/dictionaries
8acfe1
%{mozappdir}/plugin-container
8acfe1
%if !%{?system_nss}
8acfe1
%{mozappdir}/*.chk
8acfe1
%endif
8acfe1
%{mozappdir}/install_app.py
8acfe1
%ghost %{mozappdir}/install_app.pyc
8acfe1
%ghost %{mozappdir}/install_app.pyo
8acfe1
8acfe1
%files devel
8acfe1
%defattr(-,root,root,-)
8acfe1
%dir %{_libdir}/%{name}-devel-*
8acfe1
%{_datadir}/idl/%{name}*%{gecko_dir_ver}
8acfe1
%{_includedir}/%{name}*%{gecko_dir_ver}
8acfe1
%{_libdir}/%{name}-devel-*/*
8acfe1
%{_libdir}/pkgconfig/*.pc
8acfe1
%{mozappdir}/xpcshell
8acfe1
%{mozappdir}/*.py
8acfe1
%ghost %{mozappdir}/*.pyc
8acfe1
%ghost %{mozappdir}/*.pyo
8acfe1
%dir %{mozappdir}/ply
8acfe1
%{mozappdir}/ply/*.py
8acfe1
%ghost %{mozappdir}/ply/*.pyc
8acfe1
%ghost %{mozappdir}/ply/*.pyo
8acfe1
8acfe1
#---------------------------------------------------------------------
8acfe1
8acfe1
%changelog
8acfe1
* Thu Mar 26 2015 Martin Stransky <stransky@redhat.com> - 31.6.0-2
8acfe1
- Update to 31.6.0 ESR Build 2
8acfe1
8acfe1
* Wed Mar 25 2015 Jan Horak <jhorak@redhat.com> - 31.6.0-1
8acfe1
- Update to 31.6.0 ESR
8acfe1
8acfe1
* Fri Feb 20 2015 Martin Stransky <stransky@redhat.com> - 31.5.0-1
8acfe1
- Update to 31.5.0 ESR
8acfe1
8acfe1
* Mon Jan 19 2015 Martin Stransky <stransky@redhat.com> - 31.4.0-2
8acfe1
- Added -std=gnu++0x to libxul library build flags (rhbz#1170226)
8acfe1
8acfe1
* Tue Jan  6 2015 Jan Horak <jhorak@redhat.com> - 31.4.0-1
8acfe1
- Update to 31.4.0 ESR
8acfe1
8acfe1
* Fri Dec 5 2014 Martin Stransky <stransky@redhat.com> - 31.3.0-1
8acfe1
- Update to 31.3.0 ESR Build 2
8acfe1
8acfe1
* Mon Nov 10 2014 Martin Stransky <stransky@redhat.com> - 31.2.0-3
8acfe1
- Ship sdk/bin as a symlink for compability (rhbz#1162187)
8acfe1
8acfe1
* Mon Oct 27 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 31.2.0-2
8acfe1
- Fix webRTC for aarch64, ppc64le (rhbz#1148622)
8acfe1
8acfe1
* Tue Oct  7 2014 Jan Horak <jhorak@redhat.com> - 31.2.0-1
8acfe1
- Update to 31.2.0
8acfe1
8acfe1
* Tue Sep 9 2014 Martin Stransky <stransky@redhat.com> - 31.1.0-3
8acfe1
- move /sdk/bin to xulrunner libdir
8acfe1
8acfe1
* Mon Sep 8 2014 Martin Stransky <stransky@redhat.com> - 31.1.0-2
8acfe1
- Sync preferences with Firefox package
8acfe1
8acfe1
* Mon Sep 8 2014 Martin Stransky <stransky@redhat.com> - 31.1.0-1
8acfe1
- Update to 31.1.0 ESR
8acfe1
8acfe1
* Thu Aug 14 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 31.0-2
8acfe1
- Fix header wrapper for aarch64
8acfe1
8acfe1
* Tue Aug 5 2014 Martin Stransky <stransky@redhat.com> - 31.0-1
8acfe1
- Update to 31.0 ESR
8acfe1
8acfe1
* Wed Jun  4 2014 Jan Horak <jhorak@redhat.com> - 24.6.0-1
8acfe1
- Update to 24.6.0 ESR
8acfe1
8acfe1
* Wed Apr 23 2014 Martin Stransky <stransky@redhat.com> - 24.5.0-1
8acfe1
- Update to 24.5.0 ESR
8acfe1
8acfe1
* Thu Mar 27 2014 Martin Stransky <stransky@redhat.com> - 24.4.0-1
8acfe1
- Update to 24.4.0 ESR
8acfe1
8acfe1
* Wed Feb  5 2014 Jan Horak <jhorak@redhat.com> - 24.3.0-1
8acfe1
- Update to 24.3.0 ESR
8acfe1
8acfe1
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 24.2.0-3
8acfe1
- Mass rebuild 2014-01-24
8acfe1
8acfe1
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 24.2.0-2
8acfe1
- Mass rebuild 2013-12-27
8acfe1
8acfe1
* Mon Dec 9 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-1
8acfe1
- Update to 24.2.0 ESR
8acfe1
8acfe1
* Fri Nov 22 2013 Martin Stransky <stransky@redhat.com> - 24.1.0-2
8acfe1
- Relaxed the nspr dependency
8acfe1
8acfe1
* Wed Nov 6 2013 Martin Stransky <stransky@redhat.com> - 24.1.0-1
8acfe1
- Update to 24.1.0 ESR
8acfe1
8acfe1
* Wed Oct 23 2013 Martin Stransky <stransky@redhat.com> - 24.0-1
8acfe1
- Update to 24.0 ESR
8acfe1
8acfe1
* Thu Sep 12 2013 Jan Horak <jhorak@redhat.com> - 17.0.9-1
8acfe1
- Update to 17.0.9 ESR
8acfe1
8acfe1
* Wed Sep  4 2013 Jan Horak <jhorak@redhat.com> - 17.0.8-5
8acfe1
- Fixed mozbz#633001 - Cannot open ipv6 address with self-signed certificate
8acfe1
8acfe1
* Tue Sep 3 2013 Martin Stransky <stransky@redhat.com> - 17.0.8-4
8acfe1
- Fixed rhbz#818636 - Firefox allows install of addons,
8acfe1
  disregarding xpinstall.enabled flag set as false.
8acfe1
8acfe1
* Tue Aug 6 2013 Martin Stransky <stransky@redhat.com> - 17.0.8-3
8acfe1
- Update to 17.0.8 ESR Build 2
8acfe1
8acfe1
* Thu Aug 1 2013 Martin Stransky <stransky@redhat.com> - 17.0.8-2
8acfe1
- Added fix for rhbz#990921 - firefox does not build with 
8acfe1
  required nss/nspr
8acfe1
8acfe1
* Wed Jul 31 2013 Martin Stransky <stransky@redhat.com> - 17.0.8-1
8acfe1
- Update to 17.0.8 ESR
8acfe1
8acfe1
* Thu Jun 20 2013 Jan Horak <jhorak@redhat.com> - 17.0.7-1
8acfe1
- Update to 17.0.7 ESR
8acfe1
8acfe1
* Tue Jun 18 2013 Jan Horak <jhorak@redhat.com> - 17.0.6-2
8acfe1
- Fixed launch script, rhbz#974006
8acfe1
- Fixed problems with addon installation, rhbz#973720
8acfe1
8acfe1
* Fri May 17 2013 Jan Horak <jhorak@redhat.com> - 17.0.6-1
8acfe1
- Update to 17.0.6 ESR
8acfe1
8acfe1
* Tue Apr  2 2013 Jan Horak <jhorak@redhat.com> - 17.0.5-1
8acfe1
- Update to 17.0.5 ESR
8acfe1
8acfe1
* Wed Mar 13 2013 Martin Stransky <stransky@redhat.com> - 17.0.4-1
8acfe1
- Update to 17.0.4 ESR
8acfe1
- Added fix for mozbz#239254 - [Linux] Support disk cache on a local path
8acfe1
- Use an official firefox tarball
8acfe1
8acfe1
* Tue Jan 15 2013 Martin Stransky <stransky@redhat.com> - 17.0.2-3
8acfe1
- Added fix for NM regression (mozbz#791626)
8acfe1
8acfe1
* Fri Jan 11 2013 Martin Stransky <stransky@redhat.com> - 17.0.2-2
8acfe1
- Added fix for rhbz#816234 - NFS fix
8acfe1
8acfe1
* Thu Jan 10 2013 Jan Horak <jhorak@redhat.com> - 17.0.2-1
8acfe1
- Update to 17.0.2 ESR
8acfe1
8acfe1
* Thu Dec 20 2012 Jan Horak <jhorak@redhat.com> - 17.0.1-1
8acfe1
- Update to 17.0.1 ESR
8acfe1
8acfe1
* Mon Nov 19 2012 Martin Stransky <stransky@redhat.com> 17.0-1
8acfe1
- Update to 17.0 ESR
8acfe1
8acfe1
* Thu Nov 8 2012 Martin Stransky <stransky@redhat.com> 17.0-0.6.b5
8acfe1
- Update to 17 Beta 5
8acfe1
- Updated fix for rhbz#872752 - embeded crash
8acfe1
8acfe1
* Tue Nov 6 2012 Martin Stransky <stransky@redhat.com> 17.0-0.5.b4
8acfe1
- Added fix for rhbz#872752 - embeded crash
8acfe1
8acfe1
* Thu Nov 1 2012 Martin Stransky <stransky@redhat.com> 17.0-0.4.b4
8acfe1
- Update to 17 Beta 4
8acfe1
8acfe1
* Wed Oct 24 2012 Martin Stransky <stransky@redhat.com> 17.0-0.3.b3
8acfe1
- Update to 17 Beta 3
8acfe1
- Updated ppc(64) patch (mozbz#746112)
8acfe1
8acfe1
* Wed Oct 24 2012 Martin Stransky <stransky@redhat.com> 17.0-0.2.b2
8acfe1
- Built with system nspr/nss
8acfe1
8acfe1
* Fri Oct 19 2012 Martin Stransky <stransky@redhat.com> 17.0-0.1.b2
8acfe1
- Update to 17 Beta 2
8acfe1
8acfe1
* Wed Oct 10 2012 Martin Stransky <stransky@redhat.com> 17.0-0.1.b1
8acfe1
- Update to 17 Beta 1
8acfe1
8acfe1
* Sat Aug 25 2012 Jan Horak <jhorak@redhat.com> - 10.0.7-1
8acfe1
- Update to 10.0.7 ESR
8acfe1
8acfe1
* Thu Aug 16 2012 Martin Stransky <stransky@redhat.com> 10.0.6-2
8acfe1
- Added fix for rhbz#770276 - Firefox segfaults, should
8acfe1
  have a font dependency
8acfe1
8acfe1
* Sat Jul 14 2012 Martin Stransky <stransky@redhat.com> 10.0.6-1
8acfe1
- Update to 10.0.6 ESR
8acfe1
8acfe1
* Tue Jun 26 2012 Martin Stransky <stransky@redhat.com> 10.0.5-3
8acfe1
- Added fix for rhbz#808136 (mozbz#762301)
8acfe1
8acfe1
* Tue Jun 12 2012 Martin Stransky <stransky@redhat.com> 10.0.5-2
8acfe1
- Enabled WebM (rhbz#798880)
8acfe1
8acfe1
* Fri Jun 1 2012 Martin Stransky <stransky@redhat.com> 10.0.5-1
8acfe1
- Update to 10.0.5 ESR
8acfe1
8acfe1
* Tue May 29 2012 Martin Stransky <stransky@redhat.com> 10.0.4-2
8acfe1
- Added patch for mozbz#703633
8acfe1
8acfe1
* Sat Apr 21 2012 Martin Stransky <stransky@redhat.com> 10.0.4-1
8acfe1
- Update to 10.0.4 ESR
8acfe1
8acfe1
* Wed Apr 18 2012 Martin Stransky <stransky@redhat.com> 10.0.3-3
8acfe1
- Fixed mozbz#746112 - ppc(64) freeze
8acfe1
8acfe1
* Mon Apr 2 2012 Kai Engert <kaie@redhat.com> 10.0.3-2
8acfe1
- Fixed mozbz#681937
8acfe1
8acfe1
* Mon Mar 5 2012 Martin Stransky <stransky@redhat.com> 10.0.3-1
8acfe1
- Update to 10.0.3 ESR
8acfe1
8acfe1
* Thu Feb 16 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-2
8acfe1
- Fixed mozbz#727401
8acfe1
8acfe1
* Thu Feb  9 2012 Jan Horak <jhorak@redhat.com> - 10.0.1-1
8acfe1
- Update to 10.0.1 ESR
8acfe1
8acfe1
* Tue Feb 7 2012 Martin Stransky <stransky@redhat.com> 10.0-5
8acfe1
- Update to 10.0 ESR
8acfe1
8acfe1
* Sun Jan 29 2012 Martin Stransky <stransky@redhat.com> 10.0-4
8acfe1
- Update to 10.0
8acfe1
8acfe1
* Thu Jan 19 2012 Martin Stransky <stransky@redhat.com> 10.0-0.3.b5
8acfe1
- Update to 10.0 beta 5
8acfe1
8acfe1
* Wed Jan 18 2012 Martin Stransky <stransky@redhat.com> 10.0-0.2.b4
8acfe1
- Update to 10.0 beta 4
8acfe1
8acfe1
* Thu Jan 12 2012 Jan Horak <jhorak@redhat.com> - 10.0-0.1.b3
8acfe1
- Update to 10.0 beta 3
8acfe1
8acfe1
* Tue Jan  3 2012 Jan Horak <jhorak@redhat.com> - 9.0.1-1
8acfe1
- Update to 9.0.1
8acfe1
8acfe1
* Mon Nov 21 2011 Martin Stransky <stransky@redhat.com> 8.0-6
8acfe1
- Updated to 8.0
8acfe1
8acfe1
* Fri Oct 14 2011 Martin Stransky <stransky@redhat.com> 8.0-5
8acfe1
- Updated to 8.0 Beta 3
8acfe1
8acfe1
* Tue Oct 11 2011 Martin Stransky <stransky@redhat.com> 8.0-4
8acfe1
- Added gtkmozembed patch
8acfe1
8acfe1
* Fri Oct 7 2011 Martin Stransky <stransky@redhat.com> 8.0-3
8acfe1
- Updated to 8.0 Beta 2
8acfe1
8acfe1
* Mon Oct 3 2011 Martin Stransky <stransky@redhat.com> 8.0-2
8acfe1
- Updated to 8.0 Beta 1
8acfe1
8acfe1
* Mon Sep 26 2011 Martin Stransky <stransky@redhat.com> 7.0-7
8acfe1
- Updated to 7.0
8acfe1
8acfe1
* Mon Sep 19 2011 Jan Horak <jhorak@redhat.com> - 7.0-6.b6
8acfe1
- Updated to 7.0 Beta 6
8acfe1
- Added fix for mozbz#674522: s390x javascript freeze fix