aspell-en.spec
author dcarbery
Fri, 24 Nov 2006 16:37:59 +0000
branch217update
changeset 19096 d542fc2c823e
parent 8529 ace8e9b8a2b7
permissions -rw-r--r--
Merged trunk changes r9797:9829 into 217update branch.
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
#
8529
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 6923
diff changeset
     6
# Owner: jedy
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 6923
diff changeset
     7
#
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
     8
Name:     	aspell6-en
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
     9
Version: 	6.0
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    10
%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
    11
Release:        1
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    12
Vendor:		Sun Microsystems, Inc.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution:	Java Desktop System
6891
b7bf65e870d2 2006-03-08 Glynn Foster <[email protected]>
gman
parents: 6779
diff changeset
    14
Copyright:	Other
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    15
BuildRoot:	%{_tmppath}/%{name}-%{version}-root
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    16
Docdir:         %{_datadir}/doc
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    17
Autoreqprov:    on
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    18
BuildArch:      noarch
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    19
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
    20
Summary:	English dictionaries for ASpell
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    21
Group:		Applications/Text
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    22
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    23
%define aspell_version 0.50.3
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    24
Requires:	aspell >= %{aspell_version}
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    25
BuildRequires:	aspell-devel >= %{aspell_version}
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    26
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    27
%description
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    28
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
    29
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    30
%files
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    31
%defattr(-, root, root)
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    32
%{_libdir}/aspell*/*
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    33
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    34
%prep
6923
45fbffcf5f44 2006-03-13 Laszlo Peter <[email protected]>
laca
parents: 6891
diff changeset
    35
%setup  -q -n %{name}-%{version}%{tarball_suffix}
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    36
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    37
%build
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    38
./configure
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    39
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    40
%install
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    41
make install DESTDIR=$RPM_BUILD_ROOT
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    42
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    43
%clean
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    44
rm -rf $RPM_BUILD_ROOT
2386
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    45
e8b83b3d76a3 2004-04-04 Laszlo Peter <[email protected]>
laca
parents:
diff changeset
    46
%changelog
6779
773468dbcffd * aspell-en.spec: Bump to 6.0-0, change name from aspell-en to aspell6-en.
hh150184
parents: 6419
diff changeset
    47
* 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
    48
- 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
    49
- Change name from aspell-en to aspell6-en.
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.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    52
* Fri Aug 05 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    53
- simplify spec file
4962
90fa80848f8a 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
    54
* Fri Jan 28 2005 - [email protected]
90fa80848f8a 2005-01-28 Takao Fujiwara <[email protected]>
fujiwara
parents: 4860
diff changeset
    55
- Fix the wrong description by script failure.
4143
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    56
* Mon Oct 04 2004 - [email protected]
d796bd342dd5 change aspell dep. ver.
dermotm
parents: 4133
diff changeset
    57
- Changed aspell dep. version to 0.50.3