Accepting request 87629 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/87629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/enchant?expand=0&rev=19
This commit is contained in:
Lars Vogdt 2011-10-13 10:18:22 +00:00 committed by Git OBS Bridge
commit 32ee3c0b83
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Oct 9 14:14:13 UTC 2011 - alinm.elena@gmail.com
- Pass --with-myspell-dir=%{_datadir}/myspell to configure as
myspell dictionaries are there, and not in
%{_datadir}/myspell/dicts (default value). Fix bnc#722693.
-------------------------------------------------------------------
Tue Oct 4 08:33:20 UTC 2011 - vuntz@opensuse.org

View File

@ -103,8 +103,10 @@ to develop applications that require these.
%build
%configure --with-pic \
--disable-static \
--enable-zemberek
--disable-static \
--enable-zemberek \
--with-myspell-dir=%{_datadir}/myspell
make %{?_smp_mflags}
%install