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