]> git.pld-linux.org Git - packages/dict-dalf.git/blobdiff - dict-dalf.spec
- more info in %desc
[packages/dict-dalf.git] / dict-dalf.spec
index 628e4ffb481691c7936781977bd1c4c6c8a645dc..8cf7e0ae7adf7256ae6e7ec4f4e2284171e7302d 100644 (file)
@@ -16,10 +16,12 @@ Requires:   %{_sysconfdir}/dictd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Russian monolingual dictionary for dictd.
+Russian monolingual dictionary for dictd encoded in koi8-r. Start
+server with --locale ru_RU.KOI8-R option in order to use it.
 
 %description -l pl
-S³ownik rosyjsko-rosyjski dla dictd.
+S³ownik rosyjsko-rosyjski dla dictd kodowany w koi8-r. Uruchom serwer
+z opcj± --locale ru_RU.KOI8-R, ¿eby móc go u¿ywaæ.
 
 %description -l ru
 óÌÏ×ÁÒØ äÁÌÑ, ÐÅÒÅÒÁÂÏÔÁÎÎÙÊ ÉÚ CD ÉÓÔÏÞÎÉËÁ "âÉÂÌÉÏÔÅËÁ × ëÁÒÍÁÎÅ".
@@ -31,7 +33,7 @@ S
 
 %build
 LC_ALL=ru_RU.KOI8-R perl -ne 'use locale; /^(.*?)[\.,;\?]*  (.*)\n/; $def=$2; $word=$1; $word=~s/[\?,]+ /|/g; print ":".lc($word).":\n$def\n"' < dalf | \
-       dictfmt -j -u http://www.chat.ru/~muller_dic/ -s %{dictname} --locale ru_RU.KOI8-R --headword-separator \| dalf
+       dictfmt -j -u http://www.chat.ru/~muller_dic/ -s %{dictname} --locale ru_RU.KOI8-R --headword-separator \| %{dictname}
 dictzip %{dictname}.dict
 
 %install
This page took 0.089357 seconds and 4 git commands to generate.