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