]> git.pld-linux.org Git - packages/aspell-fo.git/blame_incremental - aspell-fo.spec
- unify ftp.gnu.org urls
[packages/aspell-fo.git] / aspell-fo.spec
... / ...
CommitLineData
1Summary: Faroese dictionary for aspell
2Summary(fo.UTF-8): Føroyska orðalistan til rættlestur
3Summary(pl.UTF-8): Słownik farerski dla aspella
4Name: aspell-fo
5Version: 0.2.16
6%define subv 1
7Release: 1
8Epoch: 2
9License: GPL v2+
10Group: Applications/Text
11Source0: http://ftp.gnu.org/gnu/aspell/dict/fo/aspell5-fo-%{version}-%{subv}.tar.bz2
12# Source0-md5: a57e8870c272931da41cd1fc5a291f3d
13URL: http://aspell.sourceforge.net/
14BuildRequires: aspell >= 2:0.50.0
15Requires: aspell >= 2:0.50.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Faroese dictionary (i.e. word list) for aspell.
20
21%description -l fo.UTF-8
22Føroyska orðalistan til rættlestur.
23
24%description -l pl.UTF-8
25Słownik farerski (lista słów) dla aspella.
26
27%prep
28%setup -q -n aspell5-fo-%{version}-%{subv}
29
30%build
31# note: configure is not autoconf-generated
32./configure
33
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc Copyright README doc/contributors
48%{_libdir}/aspell/*
49%{_datadir}/aspell/*
This page took 0.073444 seconds and 4 git commands to generate.