]> git.pld-linux.org Git - packages/aspell-pl-alt.git/blob - aspell-pl-alt.spec
- new dictionary
[packages/aspell-pl-alt.git] / aspell-pl-alt.spec
1 Summary:        An alternative Polish dictionary for aspell by kurnik.pl
2 Summary(pl):    Alternatywny polski s³ownik dla ispella autorstwa kurnik.pl
3 Name:           aspell-pl-alt
4 Version:        20030814
5 Release:        1
6 License:        Creative Commons License. (See legalcode.html)
7 Group:          Applications/Text
8 Source0:        http://www.kurnik.pl/slownik/ort/alt-aspell-pl-%{version}.tar.gz
9 # Source0-md5:  f7590027e764bb7685a7cbfad9e9568b
10 Source1:        http://creativecommons.org/licenses/sa/1.0/legalcode
11 URL:            http://www.kurnik.pl/slownik/ort/
12 BuildRequires:  aspell >= 0.50.0
13 Requires:       aspell >= %{version}
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Alternative Polish dictionary for ispell, done for gaming purposes
18 initially, at the moment contains 2,2 million words and has one of the
19 best grammatic rules.
20
21 Visit http://www.kurnik.pl/ once in awhile.
22
23 %description -l pl
24 Alternatywny polski s³ownik dla programu ispell, na pocz±tku tworzony
25 do gier ortograficznych, z czasem przerodzi³ siê w jeden z
26 najwiêkszych (2,2 mln. s³ów), najlepiej ubogaconych (m.in. w zasady
27 gramatyczne) oraz najszybciej rozwijanych.
28
29 Zapraszamy na http://www.kurnik.pl/ .
30
31 %prep
32 %setup -q -n alt-aspell-pl-%{version}
33
34 %build
35 # note: configure is not autoconf-generated
36 ./configure
37
38 %{__make}
39
40 cp %{SOURCE1} ./legalcode.html
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README Copyright legalcode.html
54 %{_libdir}/aspell/*
55 %{_datadir}/aspell/*
This page took 0.105649 seconds and 4 git commands to generate.