|
Last change
on this file since 1036 was 553, checked in by Silvan Scherrer, 11 years ago |
|
aspell: add more dictionaries
|
|
File size:
1015 bytes
|
| Line | |
|---|
| 1 | %global lang ru
|
|---|
| 2 | %global langrelease 1
|
|---|
| 3 | %global aspellversion 6
|
|---|
| 4 | %global debug_package %{nil}
|
|---|
| 5 |
|
|---|
| 6 | Summary: Russian dictionaries for Aspell
|
|---|
| 7 | Name: aspell-%{lang}
|
|---|
| 8 | Version: 0.99f7
|
|---|
| 9 | Release: 1%{?dist}
|
|---|
| 10 | License: ARL
|
|---|
| 11 | Group: Applications/Text
|
|---|
| 12 | URL: ftp://ftp.gnu.org/gnu/aspell/dict/0index.html#0.60
|
|---|
| 13 | Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
|
|---|
| 14 | Source1: russian.alias
|
|---|
| 15 |
|
|---|
| 16 | Buildrequires: aspell >= 0.60
|
|---|
| 17 | BuildArch: noarch
|
|---|
| 18 | Requires: aspell >= 0.60
|
|---|
| 19 |
|
|---|
| 20 | %description
|
|---|
| 21 | Provides the word list/dictionaries for the following: Russian
|
|---|
| 22 |
|
|---|
| 23 | %prep
|
|---|
| 24 | %setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
|
|---|
| 25 |
|
|---|
| 26 | %build
|
|---|
| 27 | ./configure
|
|---|
| 28 | make %{?_smp_mflags}
|
|---|
| 29 |
|
|---|
| 30 | %install
|
|---|
| 31 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 32 | make install DESTDIR=$RPM_BUILD_ROOT
|
|---|
| 33 | %{__install} -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/aspell-0.60/
|
|---|
| 34 |
|
|---|
| 35 | %files
|
|---|
| 36 | %doc Copyright
|
|---|
| 37 | %{_libdir}/aspell-0.60/*
|
|---|
| 38 |
|
|---|
| 39 | %changelog
|
|---|
| 40 | * Wed Feb 18 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> - 0.99f7-1
|
|---|
| 41 | - initial version
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.