summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2009-08-06 08:03:57 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2009-08-06 08:03:57 +0000
commit2f9ad5a5ff40c264710882d7f7ef629c65000efe (patch)
tree8eadb36c77c039fc5f79ebbcbd3b4785b84ef28a /firefox.spec
parent- Update to 3.5.2 (diff)
downloadlibrewolf-fedora-ff-2f9ad5a5ff40c264710882d7f7ef629c65000efe.tar.gz
librewolf-fedora-ff-2f9ad5a5ff40c264710882d7f7ef629c65000efe.tar.bz2
librewolf-fedora-ff-2f9ad5a5ff40c264710882d7f7ef629c65000efe.zip
Remove spurious BuildRequires - these are all BuildRequire'd by
xulrunner-devel, which we BR
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec11
1 files changed, 0 insertions, 11 deletions
diff --git a/firefox.spec b/firefox.spec
index e653717..1c87ef8 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -57,19 +57,8 @@ Source100: find-external-requires
# ---------------------------------------------------
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: zip
-BuildRequires: libIDL-devel
BuildRequires: desktop-file-utils
-BuildRequires: gtk2-devel
-BuildRequires: gnome-vfs2-devel
-BuildRequires: libgnomeui-devel
-BuildRequires: krb5-devel
-BuildRequires: pango-devel
-BuildRequires: freetype-devel >= 2.1.9
-BuildRequires: libXt-devel
-BuildRequires: libXrender-devel
BuildRequires: system-bookmarks
-BuildRequires: startup-notification-devel
BuildRequires: xulrunner-devel-unstable >= %{xulrunner_version}
Requires: xulrunner >= %{xulrunner_version}
bgstack15