]> git.pld-linux.org Git - packages/aspell-de.git/blob - aspell-de.spec
- mass commit: cosmetics (removed trailing white spaces)
[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 # Source0-md5:  204a9737ff0110fb8c7d284bd7200f7d
13 URL:            http://aspell.sourceforge.net/
14 BuildRequires:  aspell >= 0.50.0
15 Requires:       aspell >= 0.50.0
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
22 Ein deutsches Wörterbuch zur Rechtschreibkontrolle nach den neuen
23 Rechtschreibregeln mit aspell.
24
25 %description -l pl
26 Niemiecki s³ownik (lista s³ów) dla aspella.
27
28 %prep
29 %setup -q -n %{name}-%{version}-%{subv}
30
31 %build
32 # note: configure is not autoconf-generated
33 ./configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 mv -f doc/{README,README.de}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc Copyright README doc/{BUGS,TODO}
51 %lang(de) %doc doc/{README.*,RSR}
52 %{_libdir}/aspell/*
53 %{_datadir}/aspell/*
This page took 0.078637 seconds and 3 git commands to generate.