]> git.pld-linux.org Git - packages/aspell-pl-alt.git/blob - aspell-pl-alt.spec
- updated and fixed requires
[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:        20030918
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:  501e4d954eff08f5c574fe410d9d2734
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 >= 0.50.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Alternative Polish dictionary for aspell, 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/slownik/ once in awhile.
22
23 %description -l pl
24 Alternatywny polski s³ownik dla programu aspell, 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 s³owników.
28
29 Zapraszamy na http://www.kurnik.pl/slownik/ .
30
31 %prep
32 %setup -q -n alt-aspell-pl-%{version}
33
34 %build
35 # note: configure is not autoconf-generated
36 ./configure
37 %{__make}
38
39 cp %{SOURCE1} ./legalcode.html
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README Copyright legalcode.html
53 %{_libdir}/aspell/*
54 %{_datadir}/aspell/*
This page took 2.999165 seconds and 4 git commands to generate.