]> git.pld-linux.org Git - SPECS.git/blob - ispell-lt.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / ispell-lt.spec
1 Summary:        Lithuanian dictionary for ispell
2 Name:           ispell-lt
3 Version:        1.2.1
4 Release:        1
5 License:        BSD-like
6 Group:          Applications/Text
7 Source0:        http://files.akl.lt/ispell-lt/%{name}-%{version}.tar.gz
8 # Source0-md5:  538b3e3d35a87397233f18027180eff8
9 URL:            ftp://ftp.akl.lt/ispell-lt/
10 BuildRequires:  ispell
11 BuildRequires:  python
12 Requires:       ispell
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Lithuanian dictionary (i.e. word list) for ispell.
17
18 %prep
19 %setup -q
20 %{__sed} -i -e 's,\r$,,' INSTRUKCIJOS.txt
21
22 %build
23 %{__make} lietuviu.hash
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT%{_libdir}/ispell
28 install lietuviu.aff $RPM_BUILD_ROOT%{_libdir}/ispell/lithuanian.aff
29 install lietuviu.hash $RPM_BUILD_ROOT%{_libdir}/ispell/lithuanian.hash
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc COPYING ChangeLog README.EN THANKS
37 %doc %lang(lt) INSTRUKCIJOS.txt README
38 %{_libdir}/ispell/*
This page took 0.177549 seconds and 3 git commands to generate.