summaryrefslogtreecommitdiff
path: root/aspell-tn.spec
blob: 4e3fb34858d0ca92157f2a6ee114881c131fb389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Summary:	Tswana dictionary for aspell
Summary(pl.UTF-8):   Słownik tswana dla aspella
Name:		aspell-tn
Version:	1.0.1
%define	subv	0
Release:	1
Epoch:		1
License:	GPL v2+
Group:		Applications/Text
Source0:	ftp://ftp.gnu.org/gnu/aspell/dict/tn/aspell5-tn-%{version}-%{subv}.tar.bz2
# Source0-md5:	6e5ef98452b36a211a4fc1fdbadda322
URL:		http://aspell.sourceforge.net/
BuildRequires:	aspell >= 2:0.50.0
Requires:	aspell >= 2:0.50.0
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
Tswana dictionary (i.e. word list) for aspell.

%description -l pl.UTF-8
Słownik tswana (lista słów) dla aspella.

%prep
%setup -q -n aspell5-tn-%{version}-%{subv}

%build
# note: configure is not autoconf-generated
./configure

%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install \
	DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc Copyright README
%{_libdir}/aspell/*
%{_datadir}/aspell/*