From 5b7965c3795e005ff9562fa434465006a4f43580 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Jan 2012 18:50:31 +0100 Subject: thunderbird need nspr 4.8.9 --- thunderbird.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thunderbird.spec b/thunderbird.spec index ca1ec55..88c6dff 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -1,4 +1,4 @@ -%define nspr_version 4.8.8 +%define nspr_version 4.8.9 %define nss_version 3.13.1 %define cairo_version 1.10.0 %define freetype_version 2.1.9 @@ -74,7 +74,7 @@ Patch200: thunderbird-8.0-enable-addons.patch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 15 BuildRequires: nspr-devel >= %{nspr_version} %endif %if 0%{?fedora} >= 15 @@ -115,7 +115,7 @@ BuildRequires: GConf2-devel BuildRequires: lcms-devel >= %{lcms_version} Requires: mozilla-filesystem -%if 0%{?fedora} >= 14 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 15 Requires: nspr >= %{nspr_version} %endif %if 0%{?fedora} >= 15 @@ -192,7 +192,7 @@ cat %{SOURCE10} \ %if 0%{?fedora} < 15 | grep -v system-nss \ %endif -%if 0%{?fedora} < 14 && 0%{?rhel} < 6 +%if 0%{?fedora} < 15 | grep -v system-nspr \ %endif %if 0%{?fedora} < 15 -- cgit