1 |
slords |
1.1 |
%define lang bg |
2 |
|
|
%define langrelease 2 |
3 |
|
|
Summary: Bulgarian dictionaries for Aspell. |
4 |
|
|
Name: aspell-%{lang} |
5 |
|
|
Epoch: 50 |
6 |
|
|
Version: 0.50 |
7 |
|
|
Release: 11.2.2 |
8 |
|
|
License: GPL |
9 |
|
|
Group: Applications/Text |
10 |
|
|
URL: http://aspell.net/ |
11 |
|
|
Source: http://prdownloads.sourceforge.net/bgoffice/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2 |
12 |
|
|
Buildrequires: aspell >= 12:0.60 |
13 |
|
|
Requires: aspell >= 12:0.60 |
14 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
15 |
|
|
|
16 |
|
|
%define debug_package %{nil} |
17 |
|
|
|
18 |
|
|
%description |
19 |
|
|
Provides the word list/dictionaries for the following: Bulgarian |
20 |
|
|
|
21 |
|
|
%prep |
22 |
|
|
rm -rf $RPM_BUILD_ROOT |
23 |
|
|
%setup -q -n aspell-%{lang}-%{version}-%{langrelease} |
24 |
|
|
|
25 |
|
|
%build |
26 |
|
|
echo "ASPELL = aspell" > Makefile |
27 |
|
|
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile |
28 |
|
|
echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile |
29 |
|
|
echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
30 |
|
|
echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile |
31 |
|
|
cat Makefile.pre >> Makefile |
32 |
|
|
make |
33 |
|
|
iconv -f windows-1251 -t utf-8 <bulgarian.kbd >bulgarian.kbd |
34 |
|
|
|
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 |
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2.2 |
50 |
|
|
- rebuild |
51 |
|
|
|
52 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2.1 |
53 |
|
|
- bump again for double-long bug on ppc(64) |
54 |
|
|
|
55 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2 |
56 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
57 |
|
|
|
58 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
59 |
|
|
- rebuilt |
60 |
|
|
|
61 |
|
|
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-11 |
62 |
|
|
- fix aspell dependence |
63 |
|
|
|
64 |
|
|
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-10 |
65 |
|
|
- build with aspell-0.60.3 |
66 |
|
|
- convert bulgarian.kdb to utf-8 |
67 |
|
|
|
68 |
|
|
* Thu Feb 24 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-8 |
69 |
|
|
- build new version (tarball 0.50-2), bug #142238 |
70 |
|
|
|
71 |
|
|
* Tue Oct 26 2004 Adrian Havill <havill@redhat.com> 50:0.50-4 |
72 |
|
|
- aspell already owns cp1251.dat (#137022) |
73 |
|
|
|
74 |
|
|
* Tue Oct 19 2004 Adrian Havill <havill@redhat.com> 50:0.50-3 |
75 |
|
|
- fix version in changelog; incorrect |
76 |
|
|
- fix corrupted word list; incorrect, wrong codeset (#128137) |
77 |
|
|
|
78 |
|
|
* Wed Oct 14 2004 Adrian Havill <havill@redhat.com> 50:0.50-2 |
79 |
|
|
- Remove debuginfo |
80 |
|
|
|
81 |
|
|
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-1 |
82 |
|
|
- initial release |