]> git.pld-linux.org Git - packages/aspell-ga.git/blame - aspell-ga.spec
- tabs in preamble
[packages/aspell-ga.git] / aspell-ga.spec
CommitLineData
4ca2071b 1Summary: Irish dictionary for aspell
893239e7 2Summary(pl.UTF-8): Słownik irlandzki dla aspella
4ca2071b 3Name: aspell-ga
9d6b3221 4Version: 4.1
d5d38922 5%define subv 0
3cf59de4 6Release: 1
4ca2071b 7Epoch: 1
3cf59de4 8License: GPL v2+
4ca2071b 9Group: Applications/Text
3cf59de4 10Source0: ftp://ftp.gnu.org/gnu/aspell/dict/ga/aspell5-ga-%{version}-%{subv}.tar.bz2
9d6b3221 11# Source0-md5: e5f4e3a1925f7cdc7f2f65a8ab990c94
4ca2071b 12URL: http://aspell.sourceforge.net/
3cf59de4
JB
13BuildRequires: aspell >= 2:0.50.0
14Requires: aspell >= 2:0.50.0
4ca2071b
JB
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Irish dictionary (i.e. word list) for aspell.
19
e9379be8
JR
20%description -l pl.UTF-8
21Słownik irlandzki (lista słów) dla aspella.
4ca2071b
JB
22
23%prep
3cf59de4 24%setup -q -n aspell5-ga-%{version}-%{subv}
4ca2071b
JB
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)
3cf59de4 43%doc Copyright README doc/ChangeLog
4ca2071b
JB
44%{_libdir}/aspell/*
45%{_datadir}/aspell/*
This page took 0.163317 seconds and 4 git commands to generate.