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