diff --git a/office/dictionary/hunspell-dict-es/actions.py b/office/dictionary/hunspell-dict-es/actions.py
new file mode 100644
index 0000000000..cca9915656
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/actions.py
@@ -0,0 +1,19 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pisitools
+
+WorkDir = "."
+
+def install():
+ pisitools.insinto("/usr/share/hunspell", "es_ANY.dic", "es_ES.dic")
+ pisitools.insinto("/usr/share/hunspell", "es_ANY.aff", "es_ES.aff")
+
+ for lang in ("es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_CU", "es_DO", "es_EC", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PE", "es_PR", "es_PY", "es_SV", "es_US", "es_UY", "es_VE"):
+ pisitools.dosym("es_ES.dic", "/usr/share/hunspell/%s.dic" % lang)
+ pisitools.dosym("es_ES.aff", "/usr/share/hunspell/%s.aff" % lang)
+
+ pisitools.dodoc("*.txt")
diff --git a/office/dictionary/hunspell-dict-es/pspec.xml b/office/dictionary/hunspell-dict-es/pspec.xml
new file mode 100644
index 0000000000..7807aef315
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ hunspell-dict-es
+ http://es.openoffice.org/programa/diccionario.html
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3+
+ GPLv3+
+ MPL-1.1
+ locale:es
+ data
+ Spanish hunspell dictionaries
+ hunspell-dict-es includes Spanish (Spain, Mexico, etc.) hunspell dictionaries.
+ http://pkgs.fedoraproject.org/repo/pkgs/hunspell-es/es_ANY.zip/a88e2244de48c0ff42f1b77c4a80c8a0/es_ANY.zip
+
+
+
+ hunspell-dict-es
+
+ /usr/share
+ /usr/share/doc
+
+
+
+
+
+ 2014-02-17
+ 0.0_20081215
+ Rebuild
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+ 2013-05-05
+ 0.0_20081215
+ Fixed
+ Ertan Güven
+ ertan@pisilinux.org
+
+
+ 2010-10-13
+ 0.0_20081215
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/office/dictionary/hunspell-dict-es/translations.xml b/office/dictionary/hunspell-dict-es/translations.xml
new file mode 100644
index 0000000000..686df3a97b
--- /dev/null
+++ b/office/dictionary/hunspell-dict-es/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ hunspell-dict-es
+ İspanyolca hunspell sözlükleri
+ hunspell-dict-es İspanyolca (İspanya, Meksika vs.) hunspell sözlüklerini içerir.
+
+