]> git.pld-linux.org Git - packages/aspell-pt.git/blob - aspell-pt.spec
025c974dad5c868ac3e219c5027fe132f41414af
[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 License:        GPL
8 Group:          Applications/Text
9 Source0:        http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
10 URL:            http://aspell.sourceforge.net/
11 BuildRequires:  aspell
12 Requires:       aspell
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Portuguese dictionaries (i.e. word lists) for aspell.
17
18 %description -l pl
19 Portugalskie s³owniki (listy s³ów) dla aspella.
20
21 %prep
22 %setup -q -n %{name}-%{version}-%{subv}
23
24 %build
25 # note: configure is not autoconf-generated
26 ./configure
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 mv -f doc/README{,.dicts}
37 mv -f doc/BR/README{,.pt_BR}
38
39 gzip -9nf README Copyright doc/README.* doc/BR/README.*
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz doc/*.gz doc/BR/*.gz
47 %{_libdir}/aspell/*
48 %{_datadir}/aspell/*
49 %{_datadir}/pspell/*
This page took 0.046526 seconds and 2 git commands to generate.