]> git.pld-linux.org Git - packages/aspell-it.git/blob - aspell-it.spec
- new
[packages/aspell-it.git] / aspell-it.spec
1 Summary:        Italian dictionary for aspell
2 Summary(pl):    W³oski s³ownik dla aspella
3 Name:           aspell-it
4 Version:        0.0
5 %define subv    3
6 Release:        1
7 License:        unknown (probably GPL)
8 Group:          Applications/Text
9 Source0:        http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
10 URL:            http://aspell.sourceforge.net/
11 BuildRequires:  aspell
12 Requires:       aspell
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Italian dictionary (i.e. word list) for aspell.
17
18 %description -l pl
19 W³oski s³ownik (lista s³ów) dla aspella.
20
21 %prep
22 %setup -q -n %{name}-%{version}-%{subv}
23
24 %build
25 # note: configure is not autoconf-generated
26 ./configure
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 gzip -9nf README Copyright
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc *.gz
44 %{_libdir}/aspell/*
45 %{_datadir}/aspell/*
46 %{_datadir}/pspell/*
This page took 0.073176 seconds and 4 git commands to generate.