]> git.pld-linux.org Git - packages/aspell-en.git/blame_incremental - aspell-en.spec
- Up to 7.1
[packages/aspell-en.git] / aspell-en.spec
... / ...
CommitLineData
1Summary: English dictionary for aspell
2Summary(pl.UTF-8): Angielski słownik dla aspella
3Name: aspell-en
4Version: 7.1
5%define subv 0
6Release: 1
7Epoch: 2
8License: Custom
9Group: Applications/Text
10Source0: http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{subv}.tar.bz2
11# Source0-md5: beba5e8f3afd3ed1644653bb685b2dfb
12URL: http://aspell.net/
13BuildRequires: aspell >= 3:0.60
14Requires: aspell >= 3:0.60
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18English dictionary (i.e. word list) for aspell.
19
20%description -l pl.UTF-8
21Angielski słownik (lista słów) dla aspella.
22
23%prep
24%setup -q -n aspell6-en-%{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 doc/{ChangeLog,SCOWL-README,extra.txt}
44%{_libdir}/aspell/*
45%{_datadir}/aspell/*
This page took 0.058736 seconds and 4 git commands to generate.