]> git.pld-linux.org Git - packages/aspell-es.git/blob - aspell-es.spec
- aspell epoch
[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:        3
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 # Source0-md5:  4a8583e9ef9f4aed03f5a7fe09d40060
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 2:0.50.0
15 Requires:       aspell >= 2:0.50.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Spanish dictionary (i.e. word list) for aspell.
20
21 %description -l pl
22 Hiszpañski s³ownik (lista s³ów) dla aspella.
23
24 %description -l pt_BR
25 Dicionários da língua espanhola para o verificador ortográfico aspell.
26
27 %prep
28 %setup -q -n %{name}-%{version}-%{subv}
29
30 %build
31 # note: configure is not autoconf-generated
32 ./configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc Copyright README
48 %{_libdir}/aspell/*
49 %{_datadir}/aspell/*
This page took 0.090918 seconds and 3 git commands to generate.