]> git.pld-linux.org Git - packages/aspell-pt.git/blob - aspell-pt.spec
- new %%doc, BR: pspell-devel
[packages/aspell-pt.git] / aspell-pt.spec
1 Summary:        Portuguese dictionaries for aspell
2 Summary(pl):    Portugalskie s³owniki dla aspella
3 Name:           aspell-pt
4 Version:        0.0
5 %define subv    3
6 Release:        1
7 Epoch:          1
8 License:        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 BuildRequires:  pspell-devel
14 Requires:       aspell
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 %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 mv -f doc/README{,.dicts}
39 mv -f doc/BR/README{,.pt_BR}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README Copyright doc/README.* doc/BR/README.*
47 %{_libdir}/aspell/*
48 %{_datadir}/aspell/*
49 %{_datadir}/pspell/*
This page took 0.058677 seconds and 3 git commands to generate.