diff options
| author | Remi Collet <fedora@famillecollet.com> | 2011-07-20 20:59:06 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2011-07-20 20:59:06 +0200 | 
| commit | c8bc7f73d6cd36e7a418ac4ab3b604d7ace6547c (patch) | |
| tree | 87bf84e1b0656f1f4518e3568cf51ac278e78177 | |
| parent | 00756764d72fede246f299c88485812c5174995b (diff) | |
thunderbird-*: fix f12 build
| -rw-r--r-- | thunderbird-lightning.spec | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec index cbcef1f..39f5d57 100644 --- a/thunderbird-lightning.spec +++ b/thunderbird-lightning.spec @@ -1,4 +1,4 @@ -%global nspr_version 4.8.6 +%global nspr_version 4.8.7  %global nss_version 3.12.8  %global cairo_version 1.10.0  %global freetype_version 2.1.9 @@ -53,10 +53,8 @@ Patch9:         lightning-wcap.patch  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} >= 12 -BuildRequires:  nspr-devel >= %{nspr_version} -%endif  %if 0%{?fedora} >= 13 +BuildRequires:  nspr-devel >= %{nspr_version}  BuildRequires:  nss-devel >= %{nss_version}  %endif  %if 0%{?fedora} > 15 @@ -158,8 +156,6 @@ cat %{SOURCE10} 		\  %endif  %if %{fedora} < 13    | grep -v system-nss 		\ -%endif -%if %{fedora} < 12    | grep -v system-nspr 	\  %endif  %if %{fedora} < 15  | 
