]> git.pld-linux.org Git - packages/aspell-br.git/blob - aspell-br.spec
- new
[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 License:        GPL
9 Group:          Applications/Text
10 Source0:        http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
11 URL:            http://aspell.sourceforge.net/
12 BuildRequires:  aspell
13 Requires:       aspell
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Breton dictionary (i.e. word list) for aspell.
18
19 %description -l br
20 Geriadur brezhonek evit aspell.
21
22 %description -l pl
23 Bretoñski s³ownik (lista s³ów) dla aspella.
24
25 %prep
26 %setup -q -n %{name}-%{version}-%{subv}
27
28 %build
29 # note: configure is not autoconf-generated
30 ./configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 gzip -9nf README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %{_libdir}/aspell/*
49 %{_datadir}/aspell/*
50 %{_datadir}/pspell/*
This page took 0.131835 seconds and 3 git commands to generate.