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