summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@redhat.com>2011-01-31 19:13:52 -0800
committerChristopher Aillon <caillon@redhat.com>2011-01-31 19:13:52 -0800
commitb4d6e96efe5914cdfc2dd9aaf33de12149220f86 (patch)
treeefcbd1aad84d16f0edc822e3db3a71f273527e96 /firefox.spec
parentMove the categories directly into the .desktop file itself (diff)
downloadlibrewolf-fedora-ff-b4d6e96efe5914cdfc2dd9aaf33de12149220f86.tar.gz
librewolf-fedora-ff-b4d6e96efe5914cdfc2dd9aaf33de12149220f86.tar.bz2
librewolf-fedora-ff-b4d6e96efe5914cdfc2dd9aaf33de12149220f86.zip
Remove the jemalloc specific patches
They belong in XR, but have already been fixed in other ways anyway
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec7
1 files changed, 0 insertions, 7 deletions
diff --git a/firefox.spec b/firefox.spec
index a744881..f3ab69b 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -54,8 +54,6 @@ Source23: firefox.1
#Build patches
Patch0: firefox-version.patch
-Patch1: firefox4-jemalloc.patch
-Patch2: firefox4-build-throw.patch
# Fedora patches
Patch11: firefox-default.patch
@@ -106,8 +104,6 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{internal_version}/' %{P:%%PATCH0} \
# For branding specific patches.
-%patch1 -p1 -b .526152
-%patch2 -p1 -b .throw
# Fedora patches
%patch11 -p2 -b .default
@@ -295,9 +291,6 @@ done
touch $RPM_BUILD_ROOT/%{mozappdir}/components/compreg.dat
touch $RPM_BUILD_ROOT/%{mozappdir}/components/xpti.dat
-# jemalloc shows up sometimes, but it's not needed here, it's in XR
-%{__rm} -f $RPM_BUILD_ROOT/%{mozappdir}/libjemalloc.so
-
# Enable crash reporter for Firefox application
%if %{include_debuginfo}
sed -i -e "s/\[Crash Reporter\]/[Crash Reporter]\nEnabled=1/" $RPM_BUILD_ROOT/%{mozappdir}/application.ini
bgstack15