Lines 45-50
unzip %SOURCE3 ru.aff ru.dic -d dic2
Link Here
|
45 |
%__cp -r * %buildroot/%ciddir |
45 |
%__cp -r * %buildroot/%ciddir |
46 |
#__subst 's|<em:maxVersion>2.0b2</em:maxVersion>|<em:maxVersion>2.0.0.*</em:maxVersion>|' %buildroot/%ciddir/install.rdf |
46 |
#__subst 's|<em:maxVersion>2.0b2</em:maxVersion>|<em:maxVersion>2.0.0.*</em:maxVersion>|' %buildroot/%ciddir/install.rdf |
47 |
|
47 |
|
|
|
48 |
%post |
49 |
echo 'pref("spellchecker.dictionary", "ru_RU-yo");' > /usr/lib/thunderbird/defaults/pref/all-l10n-ru.js |
50 |
%postun |
51 |
rm -f /usr/lib/thunderbird/defaults/pref/all-l10n-ru.js |
52 |
|
48 |
%files |
53 |
%files |
49 |
%ciddir |
54 |
%ciddir |
50 |
%tbird_prefix/dictionaries/ru_RU* |
55 |
%tbird_prefix/dictionaries/ru_RU* |