]> git.pld-linux.org Git - packages/aspell-ca.git/blob - aspell-ca.spec
- aspell epoch
[packages/aspell-ca.git] / aspell-ca.spec
1 Summary:        Catalan dictionary for aspell
2 Summary(ca):    Diccionari catalø per aspell
3 Summary(pl):    Kataloñski s³ownik dla aspella
4 Name:           aspell-ca
5 Version:        20040130
6 %define subv    1
7 Release:        1
8 Epoch:          1
9 License:        GPL v2+
10 Group:          Applications/Text
11 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  5dfeebdfbe68556e70abfa95dd775263
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 3:0.60
15 Requires:       aspell >= 3:0.60
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Catalan dictionary (i.e. word list) for aspell.
20
21 %description -l ca
22 Diccionari catalø per aspell.
23
24 %description -l pl
25 Kataloñski s³ownik (lista s³ów) dla aspella.
26
27 %prep
28 %setup -q -n aspell6-ca-%{version}-%{subv}
29
30 mv -f doc/index.{php,html}
31
32 %build
33 # note: configure is not autoconf-generated
34 ./configure
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Copyright README
50 %lang(ca) %doc doc/index.*
51 %{_libdir}/aspell/*
52 %{_datadir}/aspell/*
This page took 0.050487 seconds and 3 git commands to generate.