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