]> git.pld-linux.org Git - packages/aspell-tl.git/blame - aspell-tl.spec
- unify ftp.gnu.org urls
[packages/aspell-tl.git] / aspell-tl.spec
CommitLineData
9a348f7d 1Summary: Tagalog dictionary for aspell
670943ad 2Summary(pl.UTF-8): Słownik tagalski dla aspella
9a348f7d 3Name: aspell-tl
4Version: 0.02
5%define subv 1
6Release: 1
7Epoch: 1
8License: GPL v2+
9Group: Applications/Text
2ab6e284 10Source0: http://ftp.gnu.org/gnu/aspell/dict/tl/aspell5-tl-%{version}-%{subv}.tar.bz2
9a348f7d 11# Source0-md5: 126437909424021a553055b1b96fdf73
12URL: http://aspell.sourceforge.net/
88a5498e
JB
13BuildRequires: aspell >= 2:0.50.0
14Requires: aspell >= 2:0.50.0
9a348f7d 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Tagalog dictionary (i.e. word list) for aspell.
19
d6898ef4
JR
20%description -l pl.UTF-8
21Słownik tagalski (lista słów) dla aspella.
9a348f7d 22
23%prep
6dc84f04 24%setup -q -n aspell5-tl-%{version}-%{subv}
9a348f7d 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.07729 seconds and 4 git commands to generate.