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