]> git.pld-linux.org Git - packages/aspell-hus.git/blob - aspell-hus.spec
- new
[packages/aspell-hus.git] / aspell-hus.spec
1 Summary:        Huastec dictionary for aspell
2 Summary(pl.UTF-8):      Słownik języka wastek dla aspella
3 Name:           aspell-hus
4 Version:        0.03
5 %define subv    1
6 Release:        1
7 License:        GPL v3+
8 Group:          Applications/Text
9 Source0:        http://ftp.gnu.org/gnu/aspell/dict/hus/aspell6-hus-%{version}-%{subv}.tar.bz2
10 # Source0-md5:  0414c746826b4f9d7e606ca60c44f102
11 URL:            http://aspell.net/
12 BuildRequires:  aspell >= 3:0.60
13 Requires:       aspell >= 3:0.60
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Huastec dictionary (i.e. word list) for aspell.
18
19 %description -l pl.UTF-8
20 Słownik (lista słów) języka wastek dla aspella.
21
22 %prep
23 %setup -q -n aspell6-hus-%{version}-%{subv}
24
25 %build
26 # note: configure is not autoconf-generated
27 ./configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Copyright README
43 %{_libdir}/aspell/hus.multi
44 %{_libdir}/aspell/hus.rws
45 %{_datadir}/aspell/hus.dat
46 %{_datadir}/aspell/hus_affix.dat
This page took 0.078677 seconds and 4 git commands to generate.