]> git.pld-linux.org Git - packages/aspell-es.git/blobdiff - aspell-es.spec
- BR: which
[packages/aspell-es.git] / aspell-es.spec
index 8a169ed259f0c800f22c70340d5f31baa2fa997a..1f499fa2b010e6dd411349c309b41e6dcab08551 100644 (file)
@@ -1,31 +1,36 @@
 Summary:       Spanish dictionary for aspell
-Summary(pl):   Hiszpañski s³ownik dla aspella
-Summary(pt_BR):        Dicionário de espanhol para o aspell
+Summary(es.UTF-8):     Diccionario de español para aspell
+Summary(pl.UTF-8):     Hiszpański słownik dla aspella
+Summary(pt_BR.UTF-8):  Dicionário de espanhol para o aspell
 Name:          aspell-es
-Version:       0.50
+Version:       1.11
 %define        subv    2
-Release:       3
+Release:       1
 Epoch:         1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Text
-Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/es/%{name}-%{version}-%{subv}.tar.bz2
-# Source0-md5: 4a8583e9ef9f4aed03f5a7fe09d40060
+Source0:       http://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-%{version}-%{subv}.tar.bz2
+# Source0-md5: 8406336a89c64e47e96f4153d0af70c4
 URL:           http://aspell.sourceforge.net/
-BuildRequires: aspell >= 2:0.50.0
-Requires:      aspell >= 2:0.50.0
+BuildRequires: aspell >= 3:0.60.0
+BuildRequires: which
+Requires:      aspell >= 3:0.60.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Spanish dictionary (i.e. word list) for aspell.
 
-%description -l pl
-Hiszpañski s³ownik (lista s³ów) dla aspella.
+%description -l es.UTF-8
+Diccionario de la lengua española para el verificador ortográfico aspell.
 
-%description -l pt_BR
-Dicionários da língua espanhola para o verificador ortográfico aspell.
+%description -l pl.UTF-8
+Hiszpański słownik (lista słów) dla aspella.
+
+%description -l pt_BR.UTF-8
+Dicionários da língua espanhola para o verificador ortográfico aspell.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subv}
+%setup -q -n aspell6-es-%{version}-%{subv}
 
 %build
 # note: configure is not autoconf-generated
@@ -45,5 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Copyright README
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
+%{_libdir}/aspell/castellano.alias
+%{_libdir}/aspell/es.*
+%{_libdir}/aspell/espanol.alias
+%{_libdir}/aspell/spanish.alias
+%{_datadir}/aspell/es.dat
+%{_datadir}/aspell/es_affix.dat
This page took 0.071243 seconds and 4 git commands to generate.