]> git.pld-linux.org Git - packages/aspell-es.git/blobdiff - aspell-es.spec
- BR: which
[packages/aspell-es.git] / aspell-es.spec
index c9499750befb42a8f584225d871eea6cb9d3df79..1f499fa2b010e6dd411349c309b41e6dcab08551 100644 (file)
@@ -1,26 +1,36 @@
 Summary:       Spanish dictionary for aspell
-Summary(pl):   Hiszpañski s³ownik dla aspella
+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.0
-%define        subv    3
+Version:       1.11
+%define        subv    2
 Release:       1
 Epoch:         1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Text
-Source0:       http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
+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
-Requires:      aspell
+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 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
@@ -34,14 +44,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
-%{_datadir}/pspell/*
+%doc Copyright README
+%{_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.073405 seconds and 4 git commands to generate.