summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-09-18 21:17:39 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-09-18 21:17:39 +0000
commit2405ef35a1915c43cdeb0cae70871f0592536617 (patch)
tree874c64dea9c8b153bab269818cf206414970046c /firefox.spec
parent- Update default bookmarks for FC6 (diff)
downloadlibrewolf-fedora-ff-2405ef35a1915c43cdeb0cae70871f0592536617.tar.gz
librewolf-fedora-ff-2405ef35a1915c43cdeb0cae70871f0592536617.tar.bz2
librewolf-fedora-ff-2405ef35a1915c43cdeb0cae70871f0592536617.zip
- Bring back the gre files for embeddors
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec21
1 files changed, 20 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 19e1331..040c8df 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -11,7 +11,7 @@
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.5.0.7
-Release: 2%{?dist}
+Release: 3%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
Group: Applications/Internet
@@ -271,6 +271,20 @@ install -c -m 644 build/unix/*.pc \
$RPM_BUILD_ROOT/%{_libdir}/pkgconfig
%endif
+# GRE stuff
+%ifarch x86_64 ia64 ppc64 s390x
+%define gre_conf_file gre64.conf
+%else
+%define gre_conf_file gre.conf
+%endif
+
+%{__mkdir_p} $RPM_BUILD_ROOT/etc/gre.d/
+cat > $RPM_BUILD_ROOT/etc/gre.d/%{gre_conf_file} << EOF
+[%{version}]
+GRE_PATH=%{mozappdir}
+EOF
+
+
# ghost files
touch $RPM_BUILD_ROOT%{mozappdir}/components/compreg.dat
touch $RPM_BUILD_ROOT%{mozappdir}/components/xpti.dat
@@ -302,6 +316,8 @@ fi
%{_datadir}/applications/mozilla-%{name}.desktop
%{_datadir}/pixmaps/firefox.png
%{_libdir}/mozilla
+%dir /etc/gre.d
+/etc/gre.d/%{gre_conf_file}
%dir %{mozappdir}
%{mozappdir}/LICENSE
@@ -354,6 +370,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Mon Sep 18 2006 Christopher Aillon <cailon@redhat.com> 1.5.0.7-3
+- Bring back the gre files for embeddors
+
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> 1.5.0.7-2
- Update default bookmarks for FC6
bgstack15