]> git.pld-linux.org Git - packages/aspell-pl-alt.git/blob - aspell-pl-alt.spec
- up to 20230801
[packages/aspell-pl-alt.git] / aspell-pl-alt.spec
1 Summary:        SJP.pl Polish dictionary for aspell
2 Summary(pl.UTF-8):      Słownik polski SJP.pl aspella
3 Name:           aspell-pl-alt
4 Version:        20230801
5 Release:        1
6 License:        Creative Commons License (see legalcode.html)
7 Group:          Applications/Text
8 Source0:        http://sjp.pl/slownik/ort/sjp-aspell6-pl-6.0_%{version}-0.tar.bz2
9 # Source0-md5:  62a1779f89cd579e8e1b04028d063407
10 Source1:        http://creativecommons.org/licenses/sa/1.0/legalcode
11 # Source1-md5:  0ed76e90db3d98d93cf6f7a610c10f77
12 URL:            http://www.sjp.pl/slownik/ort/
13 BuildRequires:  aspell >= 3:0.60.0
14 BuildRequires:  which
15 Requires:       aspell >= 3:0.60.0
16 Conflicts:      aspell-pl
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 # disable debug data
20 %global debug_package %{nil}
21
22 %description
23 SJP.pl (formerly called "alternative") Polish dictionary for aspell,
24 done for gaming purposes initially, at the moment contains 2.9 million
25 words and has one of the best grammatic rules.
26
27 %description -l pl.UTF-8
28 Słownik polski SJP.pl (dawniej znany jako "alternatywny") dla programu
29 aspell, na początku tworzony do gier ortograficznych, z czasem
30 przerodził się w jeden z największych (2,9 mln. słów), najlepiej
31 ubogaconych (m.in. w zasady gramatyczne) oraz najszybciej rozwijanych
32 słowników.
33
34 %prep
35 %setup -q -n aspell6-pl-6.0_%{version}-0
36
37 %build
38 # note: configure is not autoconf-generated
39 ./configure
40 %{__make}
41
42 cp %{SOURCE1} ./legalcode.html
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README Copyright legalcode.html
56 %{_libdir}/aspell/pl.*
57 %{_libdir}/aspell/polish.alias
58 %{_datadir}/aspell/pl.dat
59 %{_datadir}/aspell/pl_affix.dat
This page took 0.065001 seconds and 3 git commands to generate.