]> git.pld-linux.org Git - packages/aspell-bn.git/blame - aspell-bn.spec
- unify ftp.gnu.org urls
[packages/aspell-bn.git] / aspell-bn.spec
CommitLineData
0213b01c 1Summary: Bengali dictionary for aspell
efc52056 2Summary(pl.UTF-8): Bengalski słownik dla aspella
0213b01c
JB
3Name: aspell-bn
4Version: 0.01.1
5%define subv 1
6Release: 1
7License: GPL v2+
8Group: Applications/Text
61e67469 9Source0: http://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-%{version}-%{subv}.tar.bz2
0213b01c
JB
10# Source0-md5: 5ea70ec74e67f49b2844d306ddf38388
11URL: http://aspell.net/
ecff465b
JB
12BuildRequires: aspell >= 3:0.60
13Requires: aspell >= 3:0.60
0213b01c
JB
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Bengali dictionary (i.e. word list) for aspell.
18
5eaf4c5e
JR
19%description -l pl.UTF-8
20Bengalski słownik (lista słów) dla aspella.
0213b01c
JB
21
22%prep
23%setup -q -n aspell6-bn-%{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.064349 seconds and 4 git commands to generate.