summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-31 20:35:33 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-31 20:35:33 +0200
commitb14ca6bc1a228019b2dde5e972671e9007d3f07d (patch)
treeb45812fffbfa8936731349e39e76329c653b5a32
parent12a9b079ddbb46e5a9d66749a7062aab41beef51 (diff)
fix min sqlite version to 3.6.22 (so, F-13 only)
-rw-r--r--thunderbird.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/thunderbird.spec b/thunderbird.spec
index 9dc9642..0aeb0cb 100644
--- a/thunderbird.spec
+++ b/thunderbird.spec
@@ -2,7 +2,7 @@
%define nss_version 3.12.3.99
%define cairo_version 1.8.8
%define freetype_version 2.1.9
-%define sqlite_version 3.6.14
+%define sqlite_version 3.6.22
%define libnotify_version 0.4
%define build_langpacks 1
%define moz_objdir objdir-tb
@@ -105,7 +105,7 @@ BuildRequires: libXrender-devel
%if 0%{?fedora} >= 10
BuildRequires: hunspell-devel
%endif
-%if 0%{?fedora} >= 11
+%if 0%{?fedora} >= 13
BuildRequires: sqlite-devel >= %{sqlite_version}
%endif
BuildRequires: startup-notification-devel
@@ -121,7 +121,7 @@ Requires: mozilla-filesystem
Requires: nspr >= %{nspr_version}
Requires: nss >= %{nss_version}
%endif
-%if 0%{?fedora} >= 11
+%if 0%{?fedora} >= 13
Requires: sqlite >= %{sqlite_version}
%endif
@@ -162,7 +162,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{version_internal}/' %{P:%%PATCH0} \
%{__rm} -f .mozconfig
cat %{SOURCE10} \
-%if %{fedora} < 11
+%if %{fedora} < 13
| grep -v system-sqlite \
%endif
%if %{fedora} < 11
@@ -184,7 +184,7 @@ ac_add_options --disable-libnotify
%if %{fedora} >= 9
ac_add_options --enable-system-lcms
%endif
-%if %{fedora} >= 12
+%if %{fedora} >= 13
ac_add_options --enable-system-sqlite
%endif
EOF