|
Last change
on this file since 1036 was 553, checked in by Silvan Scherrer, 11 years ago |
|
aspell: add more dictionaries
|
|
File size:
950 bytes
|
| Line | |
|---|
| 1 | %define lang de
|
|---|
| 2 | %define langrelease 1
|
|---|
| 3 | %define aspellversion 6
|
|---|
| 4 | Summary: German dictionaries for Aspell
|
|---|
| 5 | Name: aspell-%{lang}
|
|---|
| 6 | Version: 20030222
|
|---|
| 7 | Release: 1%{?dist}
|
|---|
| 8 | License: GPLv2
|
|---|
| 9 | Group: Applications/Text
|
|---|
| 10 | URL: http://aspell.net/
|
|---|
| 11 | Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
|
|---|
| 12 | Requires: aspell >= 0.60
|
|---|
| 13 |
|
|---|
| 14 | Buildrequires: aspell >= 0.60
|
|---|
| 15 | BuildArch: noarch
|
|---|
| 16 | %define debug_package %{nil}
|
|---|
| 17 |
|
|---|
| 18 | %description
|
|---|
| 19 | Provides the word list/dictionaries for the following: German, Swiss German
|
|---|
| 20 |
|
|---|
| 21 | %prep
|
|---|
| 22 | %setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
|
|---|
| 23 |
|
|---|
| 24 | %build
|
|---|
| 25 | ./configure
|
|---|
| 26 | make
|
|---|
| 27 |
|
|---|
| 28 | %install
|
|---|
| 29 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 30 | make install DESTDIR=$RPM_BUILD_ROOT
|
|---|
| 31 |
|
|---|
| 32 | %clean
|
|---|
| 33 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 34 |
|
|---|
| 35 | %files
|
|---|
| 36 | %doc COPYING
|
|---|
| 37 | %defattr(-,root,root,-)
|
|---|
| 38 |
|
|---|
| 39 | %{_libdir}/aspell-0.60/*
|
|---|
| 40 |
|
|---|
| 41 | %changelog
|
|---|
| 42 | * Wed Feb 18 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> - 20030322-1
|
|---|
| 43 | - initial version
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.