[mozvoikko] Change maxVersion to * in install.rdf so that the extension package does not have to be updated with

Ville-Pekka Vainio vpv at fedoraproject.org
Mon Dec 26 17:56:18 UTC 2011


commit cebaded60619a98649d01854f889507001885fc2
Author: Ville-Pekka Vainio <vpivaini at cs.helsinki.fi>
Date:   Mon Dec 26 19:56:07 2011 +0200

    Change maxVersion to * in install.rdf so that the extension package does not
    have to be updated with every Xulrunner update if it works otherwise.

 mozvoikko.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mozvoikko.spec b/mozvoikko.spec
index 39ba16f..f448285 100644
--- a/mozvoikko.spec
+++ b/mozvoikko.spec
@@ -9,7 +9,7 @@
 
 Name:           mozvoikko
 Version:        2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Finnish Voikko spell-checker extension for Mozilla programs
 Group:          Applications/Internet
 License:        GPLv2+
@@ -36,6 +36,7 @@ spell-checker Voikko.
 
 %install
 rm -rf %{buildroot}
+sed -i s/9.0a1/*/g install.rdf
 install -dm 755 \
     %{buildroot}%{inst_dir}/components
 install -pm 644 components/MozVoikko2.js \
@@ -56,6 +57,10 @@ ln -s %{inst_dir} %{buildroot}%{thunderbird_inst_dir}
 %{thunderbird_inst_dir}
 
 %changelog
+* Mon Dec 26 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> 2.0-3
+- Change maxVersion to * in install.rdf so that the extension package does not
+  have to be updated with every Xulrunner update if it works otherwise.
+
 * Sat Nov 05 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 2.0-2
 - Use the same macros as the mozilla-adblockplus package
 - Add support for Thunderbird by symlinking the extension from Firefox


More information about the scm-commits mailing list