]> git.pld-linux.org Git - packages/aspell-es.git/blob - aspell-es.spec
b8f91c91c7ac97cc62b1dc0cdf233a08aaf0ceec
[packages/aspell-es.git] / aspell-es.spec
1 Summary:        Spanish dictionary for aspell
2 Summary(pl):    Hiszpañski s³ownik dla aspella
3 Summary(pt_BR): Dicionário de espanhol para o aspell
4 Name:           aspell-es
5 Version:        0.50
6 %define subv    2
7 Release:        1
8 Epoch:          1
9 License:        GPL
10 Group:          Applications/Text
11 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/es/%{name}-%{version}-%{subv}.tar.bz2
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell >= 0.50.0
14 Requires:       aspell >= 0.50.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Spanish dictionary (i.e. word list) for aspell.
19
20 %description -l pl
21 Hiszpañski s³ownik (lista s³ów) dla aspella.
22
23 %description -l pt_BR
24 Dicionários da língua espanhola para o verificador ortográfico aspell.
25
26 %prep
27 %setup -q -n %{name}-%{version}-%{subv}
28
29 %build
30 # note: configure is not autoconf-generated
31 ./configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc Copyright README
47 %{_libdir}/aspell/*
48 %{_datadir}/aspell/*
This page took 0.288152 seconds and 2 git commands to generate.