|
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
|
|---|
| 3 | Summary: Dutch dictionaries for Aspell
|
|---|
| 4 | Name: aspell-%{lang}
|
|---|
| 5 | Version: 0.50
|
|---|
| 6 | Release: 1%{?dist}
|
|---|
| 7 | License: GPLv2+
|
|---|
| 8 | Group: Applications/Text
|
|---|
| 9 | URL: http://aspell.net/
|
|---|
| 10 | Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
|
|---|
| 11 | Requires: aspell >= 0.60
|
|---|
| 12 |
|
|---|
| 13 | Buildrequires: aspell >= 0.60
|
|---|
| 14 | BuildArch: noarch
|
|---|
| 15 |
|
|---|
| 16 | %define debug_package %{nil}
|
|---|
| 17 |
|
|---|
| 18 | %description
|
|---|
| 19 | Provides 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
|
|---|
| 26 | make
|
|---|
| 27 |
|
|---|
| 28 | %install
|
|---|
| 29 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 30 | make 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.