source: spec/trunk/SPECS/aspell-en.spec@ 1330

Last change on this file since 1330 was 535, checked in by Silvan Scherrer, 11 years ago

aspell-en spec

File size: 1008 bytes
Line 
1%define lang en
2%define langrelease 0
3%define aspellversion 6
4Summary: English dictionaries for Aspell
5Name: aspell-%{lang}
6Version: 7.1
7Release: 1
8License: MIT and BSD
9Group: Applications/Text
10URL: http://aspell.net/
11Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
12
13Requires: aspell >= 0.60
14Obsoletes: aspell-en-gb <= 0.33.7.1
15Obsoletes: aspell-en-ca <= 0.33.7.1
16
17Buildrequires: aspell >= 0.60
18BuildArch: noarch
19
20
21%description
22Provides the word list/dictionaries for the following: English, Canadian
23English, British English
24
25%prep
26%setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
27
28%build
29./configure
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34make install DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(-,root,root)
41%doc Copyright
42%{_libdir}/aspell-0.60/*
43
44%changelog
45* Fri Feb 13 2015 Silvan Scherrer <silvan.scherrer@aroa.ch> - 7.1-1
46- initial version
Note: See TracBrowser for help on using the repository browser.