1 |
slords |
1.1 |
%define lang es |
2 |
|
|
%define langrelease 2 |
3 |
|
|
Summary: Spanish dictionaries for Aspell. |
4 |
|
|
Name: aspell-%{lang} |
5 |
|
|
Epoch: 50 |
6 |
|
|
Version: 0.50 |
7 |
|
|
Release: 13.2.2%{?dist} |
8 |
|
|
License: GPL |
9 |
|
|
Group: Applications/Text |
10 |
|
|
URL: http://aspell.net/ |
11 |
|
|
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2 |
12 |
|
|
Patch: aspell-es-0.50-2.utf-filename.patch |
13 |
|
|
Patch1: aspell-es-0.50-2-castellano.patch |
14 |
|
|
Buildrequires: aspell >= 12:0.60 |
15 |
|
|
Requires: aspell >= 12:0.60 |
16 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
17 |
|
|
|
18 |
|
|
%define debug_package %{nil} |
19 |
|
|
|
20 |
|
|
%description |
21 |
|
|
Provides the word list/dictionaries for the following: Spanish |
22 |
|
|
|
23 |
|
|
%prep |
24 |
|
|
rm -rf $RPM_BUILD_ROOT |
25 |
|
|
%setup -q -n aspell-%{lang}-%{version}-%{langrelease} |
26 |
|
|
%patch -p1 -b .utf-filename |
27 |
|
|
%patch1 -p1 -b .pom |
28 |
|
|
cp esponol.alias castellano.alias |
29 |
|
|
mv $(echo -e 'espa\361ol.alias') $(echo -e 'espa\303\261ol.alias') |
30 |
|
|
|
31 |
|
|
%build |
32 |
|
|
echo "ASPELL = aspell" > Makefile |
33 |
|
|
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile |
34 |
|
|
echo "WORD_LIST_COMPRESS = 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 |
|
|
|
44 |
|
|
%clean |
45 |
|
|
rm -rf $RPM_BUILD_ROOT |
46 |
|
|
|
47 |
|
|
%files |
48 |
|
|
%defattr(-,root,root) |
49 |
|
|
|
50 |
|
|
%{_libdir}/aspell-0.60/* |
51 |
|
|
#%{_datadir}/aspell/* |
52 |
|
|
|
53 |
|
|
%changelog |
54 |
|
|
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
55 |
|
|
- Clean up spec so package can be built by koji/plague |
56 |
|
|
|
57 |
|
|
* Thu Feb 08 2007 Shad L. Lords <slords@mail.com> |
58 |
|
|
- Update to new release naming. No functional changes. |
59 |
|
|
- Make Packager generic |
60 |
|
|
|
61 |
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-13.2.2 |
62 |
|
|
- rebuild |
63 |
|
|
|
64 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-13.2.1 |
65 |
|
|
- bump again for double-long bug on ppc(64) |
66 |
|
|
|
67 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-13.2 |
68 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
69 |
|
|
|
70 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
71 |
|
|
- rebuilt |
72 |
|
|
|
73 |
|
|
* Thu Aug 25 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-13 |
74 |
|
|
- add castellano alias (bug 166286) |
75 |
|
|
|
76 |
|
|
* Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-12 |
77 |
|
|
- build with aspell-0.60.3 |
78 |
|
|
|
79 |
|
|
* Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-11 |
80 |
|
|
- rebuilt |
81 |
|
|
|
82 |
|
|
* Wed Sep 29 2004 Adrian Havill <havill@redhat.com> 50:0.50-10 |
83 |
|
|
- remove debuginfo, convert latin1 filename to utf-8 |
84 |
|
|
|
85 |
|
|
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-2 |
86 |
|
|
- synced epoch with other aspell dicts |
87 |
|
|
|
88 |
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
89 |
|
|
- rebuilt |
90 |
|
|
|
91 |
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
92 |
|
|
- rebuilt |
93 |
|
|
|
94 |
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
95 |
|
|
- rebuilt |
96 |
|
|
|
97 |
|
|
* Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.50-5 |
98 |
|
|
- remove buildarch; data files are platform dependent |
99 |
|
|
|
100 |
|
|
* Fri Jun 20 2003 Adrian Havill <havill@redhat.com> 0.50-4 |
101 |
|
|
- first build for new aspell (0.50) |