[thunderbird] Fixed nspr and nss version

Jan Horak xhorak at fedoraproject.org
Tue Oct 16 09:58:54 UTC 2012


commit 5bfd563d38d95b33340af1d2e21031b182b67084
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Oct 16 11:58:47 2012 +0200

    Fixed nspr and nss version

 thunderbird.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/thunderbird.spec b/thunderbird.spec
index bf4f32e..710d887 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -13,8 +13,10 @@
 %define build_langpacks 1
 
 %if %{?system_nss}
-%global nspr_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
-%global nss_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
+%global nspr_version 4.9.2
+%global nspr_build_version %(pkg-config --silence-errors --modversion nspr 2>/dev/null || echo 65536)
+%global nss_version 3.13.5
+%global nss_build_version %(pkg-config --silence-errors --modversion nss 2>/dev/null || echo 65536)
 %endif
 
 %define cairo_version 1.8.8
@@ -125,8 +127,8 @@ BuildRequires:  mesa-libGL-devel
 BuildRequires:  libvpx-devel >= %{libvpx_version}
 Requires:       mozilla-filesystem
 %if %{?system_nss}
-Requires:       nspr >= %{nspr_version}
-Requires:       nss >= %{nss_version}
+Requires:       nspr >= %{nspr_build_version}
+Requires:       nss >= %{nss_build_version}
 %endif
 %if %{?system_sqlite}
 Requires:       sqlite >= %{sqlite_build_version}


More information about the scm-commits mailing list