]> git.pld-linux.org Git - packages/aspell-ca.git/blob - aspell-ca.spec
- release 2 - license fix
[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:        2
8 Epoch:          1
9 License:        GPL (?)
10 Group:          Applications/Text
11 Source0:        http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell
14 BuildRequires:  pspell-devel
15 Requires:       aspell
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 %{name}-%{version}-%{subv}
29
30 %build
31 # note: configure is not autoconf-generated
32 ./configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc README Copyright
48 %lang(ca) %doc doc/LLEGEIX
49 %{_libdir}/aspell/*
50 %{_datadir}/aspell/*
51 %{_datadir}/pspell/*
This page took 0.05456 seconds and 3 git commands to generate.