source: spec/trunk/SPECS/aspell-ru.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: 1015 bytes
Line 
1%global lang ru
2%global langrelease 1
3%global aspellversion 6
4%global debug_package %{nil}
5
6Summary: Russian dictionaries for Aspell
7Name: aspell-%{lang}
8Version: 0.99f7
9Release: 1%{?dist}
10License: ARL
11Group: Applications/Text
12URL: ftp://ftp.gnu.org/gnu/aspell/dict/0index.html#0.60
13Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
14Source1: russian.alias
15
16Buildrequires: aspell >= 0.60
17BuildArch: noarch
18Requires: aspell >= 0.60
19
20%description
21Provides 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
28make %{?_smp_mflags}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make 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.