1 |
slords |
1.2 |
# $Id$ |
2 |
|
|
|
3 |
slords |
1.1 |
%define lang bg |
4 |
|
|
%define langrelease 2 |
5 |
|
|
Summary: Bulgarian dictionaries for Aspell. |
6 |
|
|
Name: aspell-%{lang} |
7 |
|
|
Epoch: 50 |
8 |
|
|
Version: 0.50 |
9 |
slords |
1.2 |
Release: 11.2.2%{?dist} |
10 |
slords |
1.1 |
License: GPL |
11 |
|
|
Group: Applications/Text |
12 |
|
|
URL: http://aspell.net/ |
13 |
|
|
Source: http://prdownloads.sourceforge.net/bgoffice/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: Bulgarian |
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 |
|
|
iconv -f windows-1251 -t utf-8 <bulgarian.kbd >bulgarian.kbd |
36 |
|
|
|
37 |
|
|
|
38 |
|
|
%install |
39 |
|
|
make install |
40 |
|
|
|
41 |
|
|
%clean |
42 |
|
|
rm -rf $RPM_BUILD_ROOT |
43 |
|
|
|
44 |
|
|
%files |
45 |
|
|
%defattr(-,root,root) |
46 |
|
|
|
47 |
|
|
%{_libdir}/aspell-0.60/* |
48 |
|
|
#%{_datadir}/aspell/* |
49 |
|
|
|
50 |
|
|
%changelog |
51 |
slords |
1.2 |
* Fri Jun 27 2008 Shad L. Lords <slords@mail.com> |
52 |
|
|
- Clean up spec so package can be built by koji/plague |
53 |
|
|
- Update to new release naming. No functional changes. |
54 |
|
|
|
55 |
slords |
1.1 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2.2 |
56 |
|
|
- rebuild |
57 |
|
|
|
58 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2.1 |
59 |
|
|
- bump again for double-long bug on ppc(64) |
60 |
|
|
|
61 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-11.2 |
62 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
63 |
|
|
|
64 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
65 |
|
|
- rebuilt |
66 |
|
|
|
67 |
|
|
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-11 |
68 |
|
|
- fix aspell dependence |
69 |
|
|
|
70 |
|
|
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-10 |
71 |
|
|
- build with aspell-0.60.3 |
72 |
|
|
- convert bulgarian.kdb to utf-8 |
73 |
|
|
|
74 |
|
|
* Thu Feb 24 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-8 |
75 |
|
|
- build new version (tarball 0.50-2), bug #142238 |
76 |
|
|
|
77 |
|
|
* Tue Oct 26 2004 Adrian Havill <havill@redhat.com> 50:0.50-4 |
78 |
|
|
- aspell already owns cp1251.dat (#137022) |
79 |
|
|
|
80 |
|
|
* Tue Oct 19 2004 Adrian Havill <havill@redhat.com> 50:0.50-3 |
81 |
|
|
- fix version in changelog; incorrect |
82 |
|
|
- fix corrupted word list; incorrect, wrong codeset (#128137) |
83 |
|
|
|
84 |
|
|
* Wed Oct 14 2004 Adrian Havill <havill@redhat.com> 50:0.50-2 |
85 |
|
|
- Remove debuginfo |
86 |
|
|
|
87 |
|
|
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-1 |
88 |
|
|
- initial release |