]> git.pld-linux.org Git - packages/aspell-de-alt.git/blob - aspell-de-alt.spec
- unify ftp.gnu.org urls
[packages/aspell-de-alt.git] / aspell-de-alt.spec
1 Summary:        German (old spelling) dictionary for aspell
2 Summary(de.UTF-8):      Ein deutsches Wörterbuch (alter Spelling) für aspell
3 Summary(pl.UTF-8):      Niemiecki słownik ze starą pisownią dla aspella
4 Name:           aspell-de-alt
5 Version:        2.1
6 %define subv    1
7 Release:        1
8 Epoch:          1
9 License:        GPL v2
10 Group:          Applications/Text
11 Source0:        http://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-alt-%{version}-%{subv}.tar.bz2
12 # Source0-md5:  13245374b03088608d729fd15c58cd7a
13 URL:            http://aspell.sourceforge.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 (old spelling) dictionary (i.e. word list) for aspell.
20
21 %description -l de.UTF-8
22 Ein deutsches Wörterbuch (alter Spelling) zur Rechtschreibkontrolle
23 nach den neuen Rechtschreibregeln mit aspell.
24
25 %description -l pl.UTF-8
26 Niemiecki słownik (lista słów) ze starą pisownią dla aspella.
27
28 %prep
29 %setup -q -n aspell6-de-alt-%{version}-%{subv}
30
31 mv -f doc/{README,README.de}
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 README
51 %lang(de) %doc doc/README.de
52 %{_libdir}/aspell/*
53 %{_datadir}/aspell/*
This page took 0.060764 seconds and 3 git commands to generate.