]> git.pld-linux.org Git - packages/aspell-af.git/blame - aspell-af.spec
- unify ftp.gnu.org urls
[packages/aspell-af.git] / aspell-af.spec
CommitLineData
5e4206ba 1Summary: Afrikaans dictionary for aspell
23f8952c 2Summary(pl.UTF-8): Afrykanerski słownik dla aspella
5e4206ba
JB
3Name: aspell-af
4Version: 0.50
5%define subv 0
6Release: 1
7License: LGPL
8Group: Applications/Text
f93196ba 9Source0: http://ftp.gnu.org/gnu/aspell/dict/af/%{name}-%{version}-%{subv}.tar.bz2
5e4206ba
JB
10# Source0-md5: bde617a195e70364f96eea71cf71a333
11URL: http://aspell.net/
0c773442
JB
12BuildRequires: aspell >= 2:0.50.0
13Requires: aspell >= 2:0.50.0
5e4206ba
JB
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Afrikaans dictionary (i.e. word list) for aspell.
18
3fedc6a1
JR
19%description -l pl.UTF-8
20Afrykanerski słownik (lista słów) dla aspella.
5e4206ba
JB
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
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc Copyright README
43%{_libdir}/aspell/*
44%{_datadir}/aspell/*
This page took 0.05833 seconds and 4 git commands to generate.