diff options
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin new file mode 100644 index 000000000..9ec6ccc28 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120108/f40db454/attachment-0001.bin @@ -0,0 +1,27 @@ +Index: enchant.spec +=================================================================== +--- enchant.spec (révision 184618) ++++ enchant.spec (copie de travail) +@@ -10,6 +10,7 @@ + Group: System/Libraries + URL: http://www.abisource.com/projects/enchant/ + Source0: http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz ++Patch0: enchant-1.6.0-add-more-myspell-dicts-dirs.patch + BuildRequires: pkgconfig(glib-2.0) >= 2.6 + BuildRequires: pkgconfig(gmodule-2.0) + BuildRequires: pkgconfig(hunspell) +@@ -40,12 +41,13 @@ + + %prep + %setup -q ++%patch0 -p1 + + %build + %configure2_5x --disable-static \ + --with-system-myspell=yes \ + --disable-ispell --disable-aspell --disable-uspell --disable-hspell \ +- --with-myspell-dir=%{_datadir}/dict/ooo ++ --with-myspell-dir=%{_datadir}/hunspell + %make + + %install |