1 |
%define lang en |
2 |
%define langrelease 0 |
3 |
Summary: English dictionaries for Aspell. |
4 |
Name: aspell-%{lang} |
5 |
Epoch: 50 |
6 |
Version: 6.0 |
7 |
Release: 2.1%{?dist} |
8 |
License: distributable |
9 |
Group: Applications/Text |
10 |
URL: http://aspell.net/ |
11 |
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell5-%{lang}-%{version}-%{langrelease}.tar.bz2 |
12 |
Patch0: aspell-en-6.0-offencive.patch |
13 |
Patch1: aspell-en-6.0-practise.patch |
14 |
Buildrequires: aspell >= 12:0.60 |
15 |
Requires: aspell >= 12:0.60 |
16 |
Obsoletes: aspell-en-gb, aspell-en-ca, |
17 |
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
18 |
|
19 |
%define debug_package %{nil} |
20 |
|
21 |
%description |
22 |
Provides the word list/dictionaries for the following: English, Canadian |
23 |
English, British English |
24 |
|
25 |
%prep |
26 |
rm -rf $RPM_BUILD_ROOT |
27 |
%setup -q -n aspell5-%{lang}-%{version}-%{langrelease} |
28 |
%patch0 -p0 -b .off |
29 |
%patch1 -p0 -b .prac |
30 |
|
31 |
%build |
32 |
echo "ASPELL = aspell" > Makefile |
33 |
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile |
34 |
echo "PREZIP = word-list-compress" >> Makefile |
35 |
echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
36 |
echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
37 |
cat Makefile.pre >> Makefile |
38 |
make |
39 |
|
40 |
%install |
41 |
make install |
42 |
|
43 |
%clean |
44 |
rm -rf $RPM_BUILD_ROOT |
45 |
|
46 |
%files |
47 |
%defattr(-,root,root) |
48 |
|
49 |
%{_libdir}/aspell-0.60/* |
50 |
#%{_datadir}/aspell/* |
51 |
|
52 |
%changelog |
53 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
54 |
- Clean up spec so package can be built by koji/plague |
55 |
|
56 |
* Thu Feb 08 2007 Shad L. Lords <slords@mail.com> |
57 |
- Update to new release naming. No functional changes. |
58 |
- Make Packager generic |
59 |
|
60 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-2.1 |
61 |
- rebuild |
62 |
|
63 |
* Fri Mar 3 2006 Ivana Varekova <varekova@redhat.com> - 50:6.0-2 |
64 |
- removed "offencive" (#154352), add "practice" (#62225) |
65 |
|
66 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2.1 |
67 |
- bump again for double-long bug on ppc(64) |
68 |
|
69 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:6.0-1.2 |
70 |
- rebuilt for new gcc4.1 snapshot and glibc changes |
71 |
|
72 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
73 |
- rebuilt |
74 |
|
75 |
* Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:6.0-1 |
76 |
- update to aspell5-en-6.0 |
77 |
- build with aspell-0.60.3 |
78 |
|
79 |
* Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.51-12 |
80 |
- rebuilt |
81 |
|
82 |
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 50:0.51-11 |
83 |
- remove debuginfo |
84 |
|
85 |
* Thu Aug 26 2004 Adrian Havill <havill@redhat.com> 50:0.51-10 |
86 |
- obsolete -en-gb and -en-ca for upgrades |
87 |
|
88 |
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.51-9 |
89 |
- sync epoch with other aspell dicts, upgrade to 0.51-1 |
90 |
|
91 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
92 |
- rebuilt |
93 |
|
94 |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
95 |
- rebuilt |
96 |
|
97 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
98 |
- rebuilt |
99 |
|
100 |
* Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.51-6 |
101 |
- data files are not arch independent |
102 |
|
103 |
* Fri Jun 20 2003 Adrian Havill <havill@redhat.com> 0.51-5 |
104 |
- first build for new aspell (0.50) |