1 |
%define lang da |
2 |
%define langrelease 2 |
3 |
Summary: Danish dictionaries for Aspell. |
4 |
Name: aspell-%{lang} |
5 |
Epoch: 50 |
6 |
Version: 0.50 |
7 |
Release: 12.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 |
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: Danish |
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 |
|
34 |
%install |
35 |
make install |
36 |
|
37 |
%clean |
38 |
rm -rf $RPM_BUILD_ROOT |
39 |
|
40 |
%files |
41 |
%defattr(-,root,root) |
42 |
|
43 |
%{_libdir}/aspell-0.60/* |
44 |
#%{_datadir}/aspell/* |
45 |
|
46 |
%changelog |
47 |
* Sat Mar 1 2008 Shad L. Lords <slords@mail.com> |
48 |
- Clean up spec so package can be built by koji/plague |
49 |
- Update to new release naming. No functional changes. |
50 |
- Make Packager generic |
51 |
|
52 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-12.2.2 |
53 |
- rebuild |
54 |
|
55 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-12.2.1 |
56 |
- bump again for double-long bug on ppc(64) |
57 |
|
58 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 50:0.50-12.2 |
59 |
- rebuilt for new gcc4.1 snapshot and glibc changes |
60 |
|
61 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
62 |
- rebuilt |
63 |
|
64 |
* Mon Jul 18 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-12 |
65 |
- build with aspell-0.60.3 |
66 |
|
67 |
* Mon Apr 11 2005 Ivana Varekova <varekova@redhat.com> 50:0.50-11 |
68 |
- rebuilt |
69 |
|
70 |
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-10 |
71 |
- bump n-v-r, remove debuginfo |
72 |
|
73 |
* Wed Aug 11 2004 Adrian Havill <havill@redhat.com> 50:0.50-9 |
74 |
- bump n-v-r, sync epoch with other new dicts |
75 |
|
76 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
77 |
- rebuilt |
78 |
|
79 |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
80 |
- rebuilt |
81 |
|
82 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
83 |
- rebuilt |
84 |
|
85 |
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 6:0.50-6 |
86 |
- add epoch to comp for the version fork (#106447) |
87 |
|
88 |
* Mon Jun 23 2003 Adrian Havill <havill@redhat.com> 0.50-5 |
89 |
- data files are arch dependent |
90 |
|
91 |
* Fri Jun 20 2003 Adrian Havill <havill@redhat.com> 0.50-4 |
92 |
- first build for new aspell (0.50) |