]> git.pld-linux.org Git - packages/aspell-ca.git/blame_incremental - aspell-ca.spec
- tabs in preamble
[packages/aspell-ca.git] / aspell-ca.spec
... / ...
CommitLineData
1Summary: Catalan dictionary for aspell
2Summary(ca.UTF-8): Diccionari català per aspell
3Summary(pl.UTF-8): Kataloński słownik dla aspella
4Name: aspell-ca
5Version: 20040130
6%define subv 1
7Release: 1
8Epoch: 1
9License: GPL v2+
10Group: Applications/Text
11Source0: ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-%{version}-%{subv}.tar.bz2
12# Source0-md5: 5dfeebdfbe68556e70abfa95dd775263
13URL: http://aspell.sourceforge.net/
14BuildRequires: aspell >= 3:0.60
15Requires: aspell >= 3:0.60
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Catalan dictionary (i.e. word list) for aspell.
20
21%description -l ca.UTF-8
22Diccionari català (lista de paraules) per aspell.
23
24%description -l pl.UTF-8
25Kataloński słownik (lista słów) dla aspella.
26
27%prep
28%setup -q -n aspell6-ca-%{version}-%{subv}
29
30mv -f doc/index.{php,html}
31
32%build
33# note: configure is not autoconf-generated
34./configure
35
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -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.066012 seconds and 4 git commands to generate.