]> git.pld-linux.org Git - packages/aspell-ca.git/blob - aspell-ca.spec
- new
[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:        0.0
6 %define subv    3
7 Release:        1
8 License:        unknown (probably 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 Catalan dictionary (i.e. word list) for aspell.
18
19 %description -l ca
20 Diccionari catalø per aspell.
21
22 %description -l pl
23 Kataloñski s³ownik (lista s³ów) dla aspella.
24
25 %prep
26 %setup -q -n %{name}-%{version}-%{subv}
27
28 %build
29 # note: configure is not autoconf-generated
30 ./configure
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 gzip -9nf README Copyright doc/LLEGEIX
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %lang(ca) %doc doc/*.gz
49 %{_libdir}/aspell/*
50 %{_datadir}/aspell/*
51 %{_datadir}/pspell/*
This page took 0.12937 seconds and 3 git commands to generate.