]> git.pld-linux.org Git - packages/aspell-br.git/blob - aspell-br.spec
- unify ftp.gnu.org urls
[packages/aspell-br.git] / aspell-br.spec
1 Summary:        Breton dictionary for aspell
2 Summary(br.UTF-8):      Geriadur brezhonek evit aspell
3 Summary(pl.UTF-8):      Bretoński słownik dla aspella
4 Name:           aspell-br
5 Version:        0.50
6 %define subv    2
7 Release:        3
8 Epoch:          1
9 License:        GPL
10 Group:          Applications/Text
11 Source0:        http://ftp.gnu.org/gnu/aspell/dict/br/%{name}-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  800c7a28e09bd7734d1501cb7a91ad8f
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 2:0.50.0
15 Requires:       aspell >= 2:0.50.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Breton dictionary (i.e. word list) for aspell.
20
21 %description -l br.UTF-8
22 Geriadur brezhonek evit aspell.
23
24 %description -l pl.UTF-8
25 Bretoński słownik (lista słów) dla aspella.
26
27 %prep
28 %setup -q -n %{name}-%{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 Copyright README
48 %{_libdir}/aspell/*
49 %{_datadir}/aspell/*
This page took 0.058111 seconds and 4 git commands to generate.