]> git.pld-linux.org Git - packages/aspell-bg.git/blob - aspell-bg.spec
e4a4b4a656b7e042413c5de33fe06fe22d5b5808
[packages/aspell-bg.git] / aspell-bg.spec
1 Summary:        Bulgarian dictionary for aspell
2 Summary(bg.UTF-8):   Български речник за проверка на правописа за GNU Aspell
3 Summary(pl.UTF-8):   Bułgarski słownik dla aspella
4 Name:           aspell-bg
5 Version:        4.0
6 %define subv    0
7 Release:        1
8 License:        GPL
9 Group:          Applications/Text
10 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/bg/aspell5-bg-%{version}-%{subv}.tar.bz2
11 # Source0-md5:  f1d9f1587cc382f10f1c7ac0a2600833
12 URL:            http://aspell.net/
13 BuildRequires:  aspell >= 2:0.50.0
14 Requires:       aspell >= 2:0.50.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Bulgarian dictionary (i.e. word list) for aspell.
19
20 %description -l bg.UTF-8
21 Български речник за проверка на правописа за GNU Aspell.
22
23 %description -l pl.UTF-8
24 Bułgarski słownik (lista słów) dla aspella.
25
26 %prep
27 %setup -q -n aspell5-bg-%{version}-%{subv}
28
29 %build
30 # note: configure is not autoconf-generated
31 ./configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc Copyright README
47 %lang(bg) %doc doc/README.BULGARIAN
48 %{_libdir}/aspell/*
49 %{_datadir}/aspell/*
This page took 0.068464 seconds and 3 git commands to generate.