diff options
| author | Remi Collet <fedora@famillecollet.com> | 2011-07-19 19:02:13 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2011-07-19 19:02:13 +0200 | 
| commit | 043e8b2eef5bb115ff4af86245f163c4c3c2837c (patch) | |
| tree | 4c3a2eda53f91baec75c4ac48abc2650a5632ddb | |
| parent | e0c19766cdcc4e418e304021e6ef010959c76d00 (diff) | |
thunderbird-*: raise cairo minimal version
| -rw-r--r-- | thunderbird-lightning.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec index 887b989..8e0d475 100644 --- a/thunderbird-lightning.spec +++ b/thunderbird-lightning.spec @@ -1,6 +1,6 @@  %global nspr_version 4.8.6  %global nss_version 3.12.8 -%global cairo_version 1.8.8 +%global cairo_version 1.10.0  %global freetype_version 2.1.9  %global lcms_version 1.19  %global sqlite_version 3.6.22 @@ -55,7 +55,10 @@ BuildRequires:  nss-devel >= %{nss_version}  %if 0%{?fedora} > 15  BuildRequires:  nss-static  %endif +%if %{fedora} >= 15 +# Library requirements (cairo-tee >= 1.10)  BuildRequires:  cairo-devel >= %{cairo_version} +%endif  BuildRequires:  libnotify-devel >= %{libnotify_version}  BuildRequires:  libpng-devel  BuildRequires:  libjpeg-devel @@ -137,6 +140,9 @@ cat %{SOURCE10} 		\  %if %{fedora} < 12    | grep -v system-nspr 	\  %endif +%if %{fedora} < 15 +  | grep -v enable-system-cairo    \ +%endif  %ifarch %{ix86} x86_64    | grep -v disable-necko-wifi 	\  %endif  | 
