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