]> git.pld-linux.org Git - packages/aspell-hsb.git/blob - aspell-hsb.spec
- updated to 0.02-0
[packages/aspell-hsb.git] / aspell-hsb.spec
1 Summary:        Upper Sorbian dictionary for aspell
2 Summary(pl.UTF-8):      Słownik górnołużycki dla aspella
3 Name:           aspell-hsb
4 Version:        0.02
5 %define subv    0
6 Release:        1
7 Epoch:          1
8 License:        GPL v2+
9 Group:          Applications/Text
10 Source0:        http://ftp.gnu.org/gnu/aspell/dict/hsb/aspell6-hsb-%{version}-%{subv}.tar.bz2
11 # Source0-md5:  f018c68a688600aeb9cb53747021703a
12 URL:            http://aspell.sourceforge.net/
13 BuildRequires:  aspell >= 3:0.60
14 Requires:       aspell >= 3:0.60
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Upper Sorbian dictionary (i.e. word list) for aspell.
19
20 %description -l pl.UTF-8
21 Słownik górnołużycki (lista słów) dla aspella.
22
23 %prep
24 %setup -q -n aspell6-hsb-%{version}-%{subv}
25
26 %build
27 # note: configure is not autoconf-generated
28 ./configure
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc Copyright README
44 %{_libdir}/aspell/hsb.*
45 %{_datadir}/aspell/hsb.dat
46 %{_datadir}/aspell/hsb_affix.dat
This page took 0.081566 seconds and 3 git commands to generate.