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