summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-08-18 08:41:33 +0200
committerRemi Collet <fedora@famillecollet.com>2011-08-18 08:41:33 +0200
commit0e35b57279477c7c6f1fd3758b349a5960423790 (patch)
treeb1d790da6e83a981cb732147272b8d3a6eec4713
parent4e469034206c9f74b8996e9e615591cc0abad6a4 (diff)
lightning, fix maxVersion compatibility check
-rw-r--r--thunderbird-lightning.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/thunderbird-lightning.spec b/thunderbird-lightning.spec
index c573259..4b012ca 100644
--- a/thunderbird-lightning.spec
+++ b/thunderbird-lightning.spec
@@ -31,8 +31,7 @@ Release: 0.48.%{lightprever}%{?dist}
URL: http://www.mozilla.org/projects/calendar/lightning/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Productivity
-#Someday lightning will produce a release we can use
-# Source0: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/%{version}%{lightprever}/source/lightning-%{version}%{lightprever}-source.tar.bz2
+#Source0: http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/%{version}%{lightprever}/source/lightning-%{version}%{lightprever}-source.tar.bz2
Source0: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/%{thunderbird_version}/source/thunderbird-%{thunderbird_version}.source.tar.bz2
# Config file for compilation
Source10: thunderbird-mozconfig
@@ -123,6 +122,10 @@ ls chrome \
| sed -n 's/\(\([^-]*\)-\(.*\)\)/locale \2 \3 chrome\/\1\/locale\/\3\/\2\//p' \
| tee -a chrome.add
+sed -i -e '/maxVersion/s/>5/>6/' %{tarballdir}/calendar/providers/gdata/install.rdf
+sed -i -e '/maxVersion/s/>5/>6/' %{tarballdir}/calendar/lightning/install.rdf
+
+
# Continue with Thunderbird
cd %{tarballdir}