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