]> git.pld-linux.org Git - packages/aspell-grc.git/blame - aspell-grc.spec
- new
[packages/aspell-grc.git] / aspell-grc.spec
CommitLineData
80c1652c
JB
1Summary: Ancient Greek dictionary for aspell
2Summary(pl.UTF-8): Słownik grecki starożytny dla aspella
3Name: aspell-grc
4Version: 0.02
5%define subv 0
6Release: 1
7Epoch: 1
8License: GPL v3+
9Group: Applications/Text
10Source0: ftp://ftp.gnu.org/gnu/aspell/dict/grc/aspell6-grc-%{version}-%{subv}.tar.bz2
11# Source0-md5: 9a4ecc08569e4de53d35f16d1da02099
12URL: http://aspell.sourceforge.net/
13BuildRequires: aspell >= 3:0.60.0
14Requires: aspell >= 3:0.60.0
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Ancient Greek dictionary (i.e. word list) for aspell.
19
20%description -l pl.UTF-8
21Słownik grecki starożytny (lista słów) dla aspella.
22
23%prep
24%setup -q -n aspell6-grc-%{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/grc.*
45%{_datadir}/aspell/grc.dat
46%{_datadir}/aspell/l-grc.*
This page took 0.117727 seconds and 4 git commands to generate.