]> git.pld-linux.org Git - packages/aspell-ru.git/blob - aspell-ru.spec
- disable debug package
[packages/aspell-ru.git] / aspell-ru.spec
1 %define subv    1
2 Summary:        Russian dictionary for aspell
3 Summary(pl.UTF-8):      Rosyjski słownik dla aspella
4 Summary(ru.UTF-8):      Русская проверка орфографии
5 Name:           aspell-ru
6 Version:        0.99f7
7 Release:        2
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 # nothing to be put to debug package
19 %define         _enable_debug_packages  0
20
21 %description
22 Russian dictionary (i.e. word list) for aspell.
23
24 %description -l pl.UTF-8
25 Rosyjski słownik (lista słów) dla aspella.
26
27 %description -l ru.UTF-8
28 Русская проверка орфографии.
29
30 %prep
31 %setup -q -n aspell6-ru-%{version}-%{subv}
32
33 %build
34 # note: configure is not autoconf-generated
35 ./configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README Copyright
51 %lang(ru) %doc doc/readme.*
52 %{_libdir}/aspell/*
53 %{_datadir}/aspell/*
This page took 0.078435 seconds and 4 git commands to generate.