aspell-en.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 6923 45fbffcf5f44
child 8529 ace8e9b8a2b7
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     1
#
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     2
# License (c) 2003 Sun Microsystems Inc.
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     3
# This file and all modifications and additions to the pristine
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     4
# package are under the same license as the package itself.
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     5
#
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
     6
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
     7
Name:     	aspell6-en
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
     8
Version: 	6.0
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
     9
%define tarball_suffix -0
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    10
Release:        1
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    11
Vendor:		Sun Microsystems, Inc.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Distribution:	Java Desktop System
6891
b7bf65e870d2 2006-03-08 Glynn Foster <[email protected]>
gman
parents: 6779
diff changeset
    13
Copyright:	Other
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    14
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    15
Docdir:         %{_datadir}/doc
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    16
Autoreqprov:    on
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    17
BuildArch:      noarch
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    18
Source:		ftp://ftp.gnu.org/gnu/aspell/dict/en/%{name}-%{version}%{tarball_suffix}.tar.bz2
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    19
Summary:	English dictionaries for ASpell
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    20
Group:		Applications/Text
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    21
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    22
%define aspell_version 0.50.3
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    23
Requires:	aspell >= %{aspell_version}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    24
BuildRequires:	aspell-devel >= %{aspell_version}
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    25
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    26
%description
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    27
ASpell requires a dictionary to function properly. This package contains the set of lists that are best for general purpose spell-checkers.
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    28
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    29
%files
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    30
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    31
%{_libdir}/aspell*/*
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    32
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    33
%prep
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    34
%setup  -q -n %{name}-%{version}%{tarball_suffix}
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    35
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    36
%build
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    37
./configure
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    38
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    39
%install
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    40
make install DESTDIR=$RPM_BUILD_ROOT
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    41
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    42
%clean
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    43
rm -rf $RPM_BUILD_ROOT
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    44
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    45
%changelog
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    46
* Thu Feb 16 2006 - [email protected]
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    47
- Bump to 6.0-0.
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    48
- Change name from aspell-en to aspell6-en.
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    49
6417
7c3e4b03eb9d * gtk2.spec: Bump to 2.8.9.
dc144907
parents: 6244
diff changeset
    50
* Tue Dec 20 2005 - [email protected]
7c3e4b03eb9d * gtk2.spec: Bump to 2.8.9.
dc144907
parents: 6244
diff changeset
    51
- Bump to 0.51-1.
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    52
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    53
* Fri Aug 05 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    54
- simplify spec file
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    55
4962
90fa80848f8a 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
    56
* Fri Jan 28 2005 - [email protected]
90fa80848f8a 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
    57
- Fix the wrong description by script failure.
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    58
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    59
* Mon Oct 04 2004 - [email protected]
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    60
- Changed aspell dep. version to 0.50.3