diff options
| author | Remi Collet <fedora@famillecollet.com> | 2010-06-26 10:11:54 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2010-06-26 10:11:54 +0200 | 
| commit | 30416ff69070826eb14c99cc395b5933e877e014 (patch) | |
| tree | 6a1f5e03df4f8baf14e364ece9a8a0e889d53ba1 | |
| parent | 7229051e0e88541b98aa685a3580d0995eafbdfc (diff) | |
fix dependencies
| -rw-r--r-- | thunderbird.spec | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/thunderbird.spec b/thunderbird.spec index a9b49b5..0400e3f 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -126,6 +126,9 @@ Requires:       nss >= %{nss_version}  %if %{fedora} >= 9  BuildRequires:  lcms-devel >= %{lcms_version}  %endif +%ifarch %{ix86} x86_64 +BuildRequires:  wireless-tools-devel +%endif  Obsoletes:      thunderbird3 @@ -175,6 +178,9 @@ cat %{SOURCE10} 		\  %if %{fedora} < 11    | grep -v system-cairo 	\  %endif +%ifarch %{ix86} x86_64 +  | grep -v disable-necko-wifi 	\ +%endif    | tee .mozconfig  cat <<EOF | tee -a .mozconfig  | 
