]> git.pld-linux.org Git - packages/aspell-de.git/blob - aspell-de.spec
- updated to 20161207[-7-0]
[packages/aspell-de.git] / aspell-de.spec
1 Summary:        German dictionary for aspell
2 Summary(de.UTF-8):      Ein deutsches Wörterbuch für aspell
3 Summary(pl.UTF-8):      Niemiecki słownik dla aspella
4 Name:           aspell-de
5 Version:        20161207
6 %define subv    7-0
7 Release:        1
8 Epoch:          1
9 License:        GPL v2+
10 Group:          Applications/Text
11 Source0:        https://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  2648a128c6da53b07133a7747fb9417f
13 URL:            http://aspell.net/
14 BuildRequires:  aspell >= 3:0.60
15 Requires:       aspell >= 3:0.60
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 German dictionary (i.e. word list) for aspell.
20
21 %description -l de.UTF-8
22 Ein deutsches Wörterbuch zur Rechtschreibkontrolle nach den neuen
23 Rechtschreibregeln mit aspell.
24
25 %description -l pl.UTF-8
26 Niemiecki słownik (lista słów) dla aspella.
27
28 %prep
29 %setup -q -n aspell6-de-%{version}-%{subv}
30
31 gunzip doc/RSR.gz
32
33 %build
34 # note: configure is not autoconf-generated
35 ./configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Copyright doc/{Credits,README}
51 %lang(de) %doc doc/RSR
52 %{_libdir}/aspell/de-common.rws
53 %{_libdir}/aspell/de.multi
54 %{_libdir}/aspell/de_AT-only.rws
55 %{_libdir}/aspell/de_AT.multi
56 %{_libdir}/aspell/de_CH-only.rws
57 %{_libdir}/aspell/de_CH.multi
58 %{_libdir}/aspell/de_DE-only.rws
59 %{_libdir}/aspell/de_DE.multi
60 %{_libdir}/aspell/deutsch.alias
61 %{_libdir}/aspell/german.alias
62 %{_datadir}/aspell/de.dat
63 %{_datadir}/aspell/de_affix.dat
64 %{_datadir}/aspell/de_phonet.dat
This page took 0.056081 seconds and 3 git commands to generate.