]> git.pld-linux.org Git - packages/aspell-br.git/blob - aspell-br.spec
6f12e91f4884a7983389e74ea56ba570a77131d5
[packages/aspell-br.git] / aspell-br.spec
1 Summary:        Breton dictionary for aspell
2 Summary(br):    Geriadur brezhonek evit aspell
3 Summary(pl):    Bretoñski s³ownik dla aspella
4 Name:           aspell-br
5 Version:        0.0
6 %define subv    3
7 Release:        1
8 Epoch:          1
9 License:        GPL
10 Group:          Applications/Text
11 Source0:        http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell
14 Requires:       aspell
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Breton dictionary (i.e. word list) for aspell.
19
20 %description -l br
21 Geriadur brezhonek evit aspell.
22
23 %description -l pl
24 Bretoñski s³ownik (lista s³ów) dla aspella.
25
26 %prep
27 %setup -q -n %{name}-%{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 gzip -9nf README
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %{_libdir}/aspell/*
50 %{_datadir}/aspell/*
51 %{_datadir}/pspell/*
This page took 0.03401 seconds and 2 git commands to generate.