source: spec/trunk/SPECS/aspell-nl.spec@ 1036

Last change on this file since 1036 was 553, checked in by Silvan Scherrer, 11 years ago

aspell: add more dictionaries

File size: 858 bytes
Line 
1%define lang nl
2%define langrelease 2
3Summary: Dutch dictionaries for Aspell
4Name: aspell-%{lang}
5Version: 0.50
6Release: 1%{?dist}
7License: GPLv2+
8Group: Applications/Text
9URL: http://aspell.net/
10Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
11Requires: aspell >= 0.60
12
13Buildrequires: aspell >= 0.60
14BuildArch: noarch
15
16%define debug_package %{nil}
17
18%description
19Provides the word list/dictionaries for the following: Dutch
20
21%prep
22%setup -q -n aspell-%{lang}-%{version}-%{langrelease}
23
24%build
25./configure prefix=/usr
26make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30make install DESTDIR=$RPM_BUILD_ROOT
31
32%files
33%defattr(-,root,root,-)
34%doc Copyright README
35%{_libdir}/aspell-0.60/*
36
37%changelog
38* Wed Feb 18 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> - 0.50-1
39- initial version
Note: See TracBrowser for help on using the repository browser.