]> git.pld-linux.org Git - packages/aspell-pt.git/blob - aspell-pt.spec
- added Epoch: 1 for allow upgrade from RH version.
[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 Requires:       aspell
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
20 Portugalskie s³owniki (listy s³ów) dla aspella.
21
22 %prep
23 %setup -q -n %{name}-%{version}-%{subv}
24
25 %build
26 # note: configure is not autoconf-generated
27 ./configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 mv -f doc/README{,.dicts}
38 mv -f doc/BR/README{,.pt_BR}
39
40 gzip -9nf README Copyright doc/README.* doc/BR/README.*
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz doc/*.gz doc/BR/*.gz
48 %{_libdir}/aspell/*
49 %{_datadir}/aspell/*
50 %{_datadir}/pspell/*
This page took 0.072684 seconds and 3 git commands to generate.