]> git.pld-linux.org Git - packages/aspell-de.git/blob - aspell-de.spec
- updated Source0 URL
[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.50
6 %define subv    2
7 Release:        1
8 Epoch:          1
9 License:        GPL v2
10 Group:          Applications/Text
11 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/de/%{name}-%{version}-%{subv}.tar.bz2
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell >= 0.50.0
14 Requires:       aspell >= 0.50.0
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 German dictionary (i.e. word list) for aspell.
19
20 %description -l de
21 Ein deutsches Wörterbuch zur Rechtschreibkontrolle nach den neuen
22 Rechtschreibregeln mit aspell.
23     
24 %description -l pl
25 Niemiecki s³ownik (lista s³ów) dla aspella.
26
27 %prep
28 %setup -q -n %{name}-%{version}-%{subv}
29
30 %build
31 # note: configure is not autoconf-generated
32 ./configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 mv -f doc/{README,README.de}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc Copyright README doc/{BUGS,TODO}
50 %lang(de) %doc doc/{README.*,RSR}
51 %{_libdir}/aspell/*
52 %{_datadir}/aspell/*
This page took 0.132848 seconds and 4 git commands to generate.