]> git.pld-linux.org Git - packages/aspell-az.git/blob - aspell-az.spec
cca06b9e2c50b6d99dcf6f010f863377cc317f63
[packages/aspell-az.git] / aspell-az.spec
1 Summary:        Azerbaijani dictionary for aspell
2 Summary(pl):    Azerski s³ownik dla aspella
3 Name:           aspell-az
4 Version:        0.02
5 %define subv    0
6 Release:        1
7 License:        GPL v2+
8 Group:          Applications/Text
9 Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-%{version}-%{subv}.tar.bz2
10 # Source0-md5:  24d9d46c8fc23197666a43a7962a7b0d
11 URL:            http://aspell.net/
12 BuildRequires:  aspell >= 3:0.60
13 Requires:       aspell >= 3:0.60
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Azerbaijani dictionary (i.e. word list) for aspell.
18
19 %description -l pl
20 Azerski s³ownik (lista s³ów) dla aspella.
21
22 %prep
23 %setup -q -n aspell6-az-%{version}-%{subv}
24
25 %build
26 # note: configure is not autoconf-generated
27 ./configure
28
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc Copyright README
43 %{_libdir}/aspell/*
44 %{_datadir}/aspell/*
This page took 0.510243 seconds and 3 git commands to generate.