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