| Summary: | Please move in Mozilla applications from myspell to hunspell | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Kamil Rytarowski <n54> |
| Component: | RPM Packages | Assignee: | D Morgan <dmorganec> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | doktor5000, fundawang, thierry.vignaud |
| Version: | Cauldron | Keywords: | PATCH |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | firefox, thunderbird | CVE: | |
| Status comment: | |||
| Bug Depends on: | |||
| Bug Blocks: | 1994 | ||
|
Florian Hubold
2012-02-08 15:09:01 CET
Keywords:
(none) =>
PATCH
Manuel Hiebel
2012-02-09 15:30:59 CET
CC:
(none) =>
fundawang
Kamil Rytarowski
2012-02-22 01:11:41 CET
Blocks:
(none) =>
1994 You could have done it yourself I think Status:
NEW =>
RESOLVED Thanks! I will have more courage with key package next time :) |
Description of problem: Myspell is obsolete, please move to hunspell. Hunspell dicts are in /usr/share/hunspell and they are compatible with Myspell. Possible (not tested) patch: Index: SPECS/firefox.spec =================================================================== --- SPECS/firefox.spec (wersja 206356) +++ SPECS/firefox.spec (kopia robocza) @@ -34,7 +34,7 @@ %if 0%{?prel} %define release %mkrel -c %prel 1 %else -%define release %mkrel 2 +%define release %mkrel 3 %endif Summary: Next generation web browser @@ -125,7 +125,7 @@ Requires: xdg-utils # fixes bug #42096 Requires: mailcap -Suggests: myspell-en_US +Suggests: hunspell-en Suggests: %{_lib}canberra0 Suggests: %{_lib}cups2 Obsoletes: firefox-ext-weave-sync @@ -334,7 +334,7 @@ # use the system myspell dictionaries rm -fr %{buildroot}%{mozillalibdir}/dictionaries -ln -s %{_datadir}/dict/mozilla %{buildroot}%{mozillalibdir}/dictionaries +ln -s %{_datadir}/hunspell %{buildroot}%{mozillalibdir}/dictionaries # (lm) touch and %ghost bookmarks.html to a proper uninstall touch %{buildroot}%{mozillalibdir}/defaults/profile/bookmarks.htm