1 |
slords |
1.2 |
# $Id$ |
2 |
|
|
|
3 |
slords |
1.1 |
%define lang el |
4 |
|
|
%define langrelease 3 |
5 |
|
|
Summary: Greek dictionaries for Aspell. |
6 |
|
|
Name: aspell-%{lang} |
7 |
|
|
Epoch: 50 |
8 |
|
|
Version: 0.50 |
9 |
|
|
Release: 4.2.2%{?dist} |
10 |
|
|
License: GPL |
11 |
|
|
Group: Applications/Text |
12 |
|
|
URL: http://aspell.net/ |
13 |
|
|
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2 |
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: Greek |
22 |
|
|
|
23 |
|
|
%prep |
24 |
|
|
rm -rf $RPM_BUILD_ROOT |
25 |
|
|
%setup -q -n aspell-%{lang}-%{version}-%{langrelease} |
26 |
|
|
|
27 |
|
|
%build |
28 |
|
|
echo "ASPELL = aspell" > Makefile |
29 |
|
|
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile |
30 |
|
|
echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile |
31 |
|
|
echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
32 |
|
|
echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
33 |
|
|
cat Makefile.pre >> Makefile |
34 |
|
|
make |
35 |
|
|
|
36 |
|
|
%install |
37 |
|
|
make install |
38 |
|
|
|
39 |
|
|
%clean |
40 |
|
|
rm -rf $RPM_BUILD_ROOT |
41 |
|
|
|
42 |
|
|
%files |
43 |
|
|
%defattr(-,root,root) |
44 |
|
|
|
45 |
|
|
%{_libdir}/aspell-0.60/* |
46 |
|
|
#%{_datadir}/aspell/* |
47 |
|
|
|
48 |
|
|
%changelog |
49 |
|
|
* Sat Mar 1 2008 Shad L. Lords <slords@mail.com> |
50 |
|
|
- Clean up spec so package can be built by koji/plague |
51 |
|
|
- Update to new release naming. No functional changes. |
52 |
|
|
- Make Packager generic |
53 |
|
|
|
54 |
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-4.2.2 |
55 |
|
|
- rebuild |
56 |
|
|
|
57 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-4.2.1 |
58 |
|
|
- bump again for double-long bug on ppc(64) |
59 |
|
|
|
60 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-4.2 |
61 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
62 |
|
|
|
63 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
64 |
|
|
- rebuilt |
65 |
|
|
|
66 |
|
|
* Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:0.50.3-4 |
67 |
|
|
- build with aspell-0.60.3 |
68 |
|
|
|
69 |
|
|
* Tue May 10 2005 Ivana Varekova <varekova@redhat.com> 50:0.50.3-3 |
70 |
|
|
- delete debug_package |
71 |
|
|
|
72 |
|
|
* Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.50.3-2 |
73 |
|
|
- rebuilt |
74 |
|
|
|
75 |
|
|
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50.1-1 |
76 |
|
|
- initial release |