]> git.pld-linux.org Git - packages/aspell-ky.git/blame - aspell-ky.spec
- BR: which
[packages/aspell-ky.git] / aspell-ky.spec
CommitLineData
86534995
JB
1Summary: Kirghiz dictionary for aspell
2Summary(pl.UTF-8): Słownik kirgiski dla aspella
3Name: aspell-ky
4Version: 0.01
5%define subv 0
6Release: 1
7License: GPL v2+
8Group: Applications/Text
9Source0: http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-%{version}-%{subv}.tar.bz2
10# Source0-md5: 83ed490464521361867546f9ad4cbaf2
11URL: http://aspell.net/
12BuildRequires: aspell >= 3:0.60.0
e7084c38 13BuildRequires: which
86534995
JB
14Requires: aspell >= 3:0.60.0
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Kirghiz dictionary (i.e. word list) for aspell.
19
20%description -l pl.UTF-8
21Słownik kirgiski (lista słów) dla aspella.
22
23%prep
24%setup -q -n aspell6-ky-%{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
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
43%doc Copyright README
44%{_libdir}/aspell/kirghiz.alias
45%{_libdir}/aspell/ky.*
46%{_datadir}/aspell/ky.dat
47%{_datadir}/aspell/ky_affix.dat
48%{_datadir}/aspell/l-ky.*
This page took 0.094745 seconds and 4 git commands to generate.