]> git.pld-linux.org Git - packages/aspell-pt.git/blob - aspell-pt.spec
1ca20b3a7b7db9ae6170c635a7c94e272f48e7b8
[packages/aspell-pt.git] / aspell-pt.spec
1 Summary:        Portuguese dictionaries for aspell
2 Summary(pl):    Portugalskie s³owniki dla aspella
3 Summary(pt_BR): Dicionário de português para o aspell
4 Name:           aspell-pt
5 Version:        0.50
6 %define subv    2
7 Release:        3
8 Epoch:          1
9 License:        GPL
10 Group:          Applications/Text
11 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/pt/%{name}-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  e4e15179f90b76ec0336b687d1293edd
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 0.50.0
15 Requires:       aspell >= 0.50.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Portuguese dictionaries (i.e. word lists) for aspell.
20
21 %description -l pl
22 Portugalskie s³owniki (listy s³ów) dla aspella.
23
24 %description -l pt_BR
25 Dicionários da língua portuguesa para o verificador ortográfico
26 aspell.
27
28 %prep
29 %setup -q -n %{name}-%{version}-%{subv}
30
31 %build
32 # note: configure is not autoconf-generated
33 ./configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 mv -f doc/README{,.dicts}
44 mv -f doc/BR/README{,.pt_BR}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc Copyright README doc/README.* doc/BR/README.*
52 %{_libdir}/aspell/*
53 %{_datadir}/aspell/*
This page took 0.092798 seconds and 3 git commands to generate.