]> git.pld-linux.org Git - packages/aspell-pt_PT.git/blob - aspell-pt_PT.spec
- updated to 20190329[-1-0]
[packages/aspell-pt_PT.git] / aspell-pt_PT.spec
1 Summary:        Portuguese dictionaries for aspell
2 Summary(pl.UTF-8):      Portugalskie słowniki dla aspella
3 Name:           aspell-pt_PT
4 Version:        20190329
5 %define subv    1-0
6 Release:        1
7 License:        GPL
8 Group:          Applications/Text
9 Source0:        https://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-%{version}-%{subv}.tar.bz2
10 # Source0-md5:  195acd01a505876f46f3a13d2c11ea1f
11 URL:            http://aspell.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 %prep
23 %setup -q -n aspell6-pt_PT-%{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 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Copyright README
43 %{_libdir}/aspell/pt_PT.multi
44 %{_libdir}/aspell/pt_PT.rws
45 %{_libdir}/aspell/portugues.alias
46 %{_libdir}/aspell/portuguese.alias
47 %{_datadir}/aspell/pt_PT.dat
48 %{_datadir}/aspell/pt_PT_affix.dat
49 %{_datadir}/aspell/pt_PT_repl.dat
This page took 0.068525 seconds and 3 git commands to generate.