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