]> git.pld-linux.org Git - packages/aspell-fo.git/blob - aspell-fo.spec
- added Epoch: 1 for allow upgrade from RH version.
[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 Epoch:          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 Faroese dictionary (i.e. word list) for aspell.
18
19 %description -l pl
20 Farerski s³ownik (lista s³ów) dla aspella.
21
22 %prep
23 %setup -q -n %{name}-%{version}-%{subv}
24
25 %build
26 # note: configure is not autoconf-generated
27 ./configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %{_libdir}/aspell/*
46 %{_datadir}/aspell/*
47 %{_datadir}/pspell/*
This page took 0.100869 seconds and 3 git commands to generate.