]> git.pld-linux.org Git - packages/aspell-ru.git/blob - aspell-ru.spec
- może wrescie ktoś wykasuje to konto ?
[packages/aspell-ru.git] / aspell-ru.spec
1 Summary:        Russian dictionary for aspell
2 Summary(pl):    Rosyjski s³ownik dla aspella
3 Summary(ru):    Русская проверка орфографии
4 Name:           aspell-ru
5 Version:        0.50
6 %define subv    2
7 Release:        1
8 Epoch:          1
9 License:        GPL (?)
10 Group:          Applications/Text
11 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/ru/%{name}-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  d7add85adeef2ea36457ea811d52c295
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 0.50.0
15 Requires:       aspell >= 0.50.0
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
22 Rosyjski s³ownik (lista s³ów) dla aspella.
23
24 %prep
25 %setup -q -n %{name}-%{version}-%{subv}
26
27 %build
28 # note: configure is not autoconf-generated
29 ./configure
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc README Copyright
45 %{_libdir}/aspell/*
46 %{_datadir}/aspell/*
This page took 0.067807 seconds and 3 git commands to generate.