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