]> git.pld-linux.org Git - packages/aspell-de.git/blob - aspell-de.spec
- new
[packages/aspell-de.git] / aspell-de.spec
1 Summary:        German dictionary for aspell
2 Summary(de):    Ein deutsches Wörterbuch für aspell
3 Summary(pl):    Niemiecki s³ownik dla aspella
4 Name:           aspell-de
5 Version:        0.1
6 %define subv    3
7 Release:        1
8 License:        GPL v2
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 German dictionary (i.e. word list) for aspell.
18
19 %description -l de
20 Ein deutsches Wörterbuch zur Rechtschreibkontrolle nach den neuen
21 Rechtschreibregeln mit aspell.
22     
23 %description -l pl
24 Niemiecki s³ownik (lista s³ów) dla aspella.
25
26 %prep
27 %setup -q -n %{name}-%{version}-%{subv}
28
29 %build
30 # note: configure is not autoconf-generated
31 ./configure
32
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 mv -f doc/{README,README.de}
42 gzip -9nf README doc/{BUGS,README.*,RSR,TODO}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc *.gz doc/{BUGS,TODO}.gz
50 %lang(de) %doc doc/{README.*,RSR}.gz
51 %{_libdir}/aspell/*
52 %{_datadir}/aspell/*
53 %{_datadir}/pspell/*
This page took 0.321454 seconds and 3 git commands to generate.