]> git.pld-linux.org Git - packages/aspell-fa.git/blame - aspell-fa.spec
- unify ftp.gnu.org urls
[packages/aspell-fa.git] / aspell-fa.spec
CommitLineData
416bc359 1Summary: Persian dictionary for aspell
13d51a6c 2Summary(pl.UTF-8): Perski słownik dla aspella
416bc359 3Name: aspell-fa
1bc1f94d 4Version: 0.11
416bc359
JB
5%define subv 0
6Release: 1
7License: GPL v2+
8Group: Applications/Text
7b762a87 9Source0: http://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-%{version}-%{subv}.tar.bz2
1bc1f94d 10# Source0-md5: 47c8599e529fc291a096c12f0b8372ca
190cba99 11URL: http://aspell.net/
416bc359
JB
12BuildRequires: aspell >= 3:0.60
13Requires: aspell >= 3:0.60
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Persian dictionary (i.e. word list) for aspell.
18
34fcd0c1
JR
19%description -l pl.UTF-8
20Perski słownik (lista słów) dla aspella.
416bc359
JB
21
22%prep
23%setup -q -n aspell6-fa-%{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)
8f183627 42%doc Copyright README doc/ChangeLog
416bc359
JB
43%{_libdir}/aspell/*
44%{_datadir}/aspell/*
This page took 0.027132 seconds and 4 git commands to generate.