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