]> git.pld-linux.org Git - packages/aspell-pt.git/blob - aspell-pt.spec
b87610a8a8cabed46bc3d01d1df2fc60dc9c950a
[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:        1
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 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 Portuguese dictionaries (i.e. word lists) for aspell.
19
20 %description -l pl
21 Portugalskie s³owniki (listy s³ów) dla aspella.
22
23 %description -l pt_BR
24 Dicionários da língua portuguesa para o verificador ortográfico
25 aspell.
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 mv -f doc/README{,.dicts}
43 mv -f doc/BR/README{,.pt_BR}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Copyright README doc/README.* doc/BR/README.*
51 %{_libdir}/aspell/*
52 %{_datadir}/aspell/*
This page took 0.040937 seconds and 2 git commands to generate.