]> git.pld-linux.org Git - packages/aspell-ru.git/blob - aspell-ru.spec
- unify ftp.gnu.org urls
[packages/aspell-ru.git] / aspell-ru.spec
1 Summary:        Russian dictionary for aspell
2 Summary(pl.UTF-8):      Rosyjski słownik dla aspella
3 Summary(ru.UTF-8):      юЦААзпО ъЮчруЮзп чЮДчсЮпДьь
4 Name:           aspell-ru
5 Version:        0.99f7
6 %define subv    1
7 Release:        1
8 Epoch:          1
9 License:        distributable
10 Group:          Applications/Text
11 Source0:        http://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  c4c98eaa5e77ad3adccbc5c96cb57cb3
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 3:0.60
15 Requires:       aspell >= 3:0.60
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Russian dictionary (i.e. word list) for aspell.
20
21 %description -l pl.UTF-8
22 Rosyjski słownik (lista słów) dla aspella.
23
24 %description -l ru.UTF-8
25 юЦААзпО ъЮчруЮзп чЮДчсЮпДьь.
26
27 %prep
28 %setup -q -n aspell6-ru-%{version}-%{subv}
29
30 %build
31 # note: configure is not autoconf-generated
32 ./configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README Copyright
48 %lang(ru) %doc doc/readme.*
49 %{_libdir}/aspell/*
50 %{_datadir}/aspell/*
This page took 0.116273 seconds and 3 git commands to generate.