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