]> git.pld-linux.org Git - packages/aspell-it.git/blob - aspell-it.spec
- added Epoch: 1 for allow upgrade from RH version.
[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 Epoch:          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 Italian dictionary (i.e. word list) for aspell.
18
19 %description -l pl
20 W³oski s³ownik (lista s³ów) dla aspella.
21
22 %prep
23 %setup -q -n %{name}-%{version}-%{subv}
24
25 %build
26 # note: configure is not autoconf-generated
27 ./configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README Copyright
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %{_libdir}/aspell/*
46 %{_datadir}/aspell/*
47 %{_datadir}/pspell/*
This page took 0.045159 seconds and 4 git commands to generate.