]> git.pld-linux.org Git - packages/aspell-sk.git/blob - aspell-sk.spec
3ab003ed1bdde8b434dbab1e0f4e9197aeb18f73
[packages/aspell-sk.git] / aspell-sk.spec
1 Summary:        Slovak dictionary for aspell
2 Summary(pl):    S³owacki s³ownik dla aspella
3 Name:           aspell-sk
4 Version:        0.50
5 %define subv    2
6 Release:        2
7 Epoch:          1
8 License:        GPL v2
9 Group:          Applications/Text
10 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/sk/%{name}-%{version}-%{subv}.tar.bz2
11 # Source0-md5:  8f4db7bf8ffe8c49cd16621620a43240
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell >= 0.50.0
14 Requires:       aspell >= 0.50.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Slovak dictionary (i.e. word list) for aspell.
19
20 %description -l pl
21 S³owacki s³ownik (lista s³ów) dla aspella.
22
23 %prep
24 %setup -q -n %{name}-%{version}-%{subv}
25
26 %build
27 # note: configure is not autoconf-generated
28 ./configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 mv -v doc/README README.sk
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc Copyright README
46 %lang(sk) %doc README.sk
47 %{_libdir}/aspell/*
48 %{_datadir}/aspell/*
This page took 0.040731 seconds and 2 git commands to generate.