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