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