auto-import changelog data from aspell-0.33.7-1.src.rpm
Thu Aug 09 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.33.7-1 - 0.33.7 bugfix release. Requested by the author, it fixes coredumps in sug-mode and when not using typo-analyses. It also contains code cleanups so it compiles with -ansi - should fix coredump on IA64 (#49746)
This commit is contained in:
parent
4dd171d08f
commit
76afa0ac1a
@ -1 +1 @@
|
|||||||
aspell-.33.6.3.tar.gz
|
aspell-.33.7.tar.gz
|
||||||
|
38
aspell.spec
38
aspell.spec
@ -1,53 +1,57 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.33.6.3
|
Version: 0.33.7
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://aspell.sourceforge.net/
|
URL: http://aspell.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/aspell/%{name}-.33.6.3.tar.gz
|
Source0: http://download.sourceforge.net/aspell/%{name}-.33.7.tar.gz
|
||||||
Source1: aspell-init.el
|
Source1: aspell-init.el
|
||||||
Requires: pspell = 0.12.2
|
Requires: pspell = 0.12.2
|
||||||
Buildrequires: pspell-devel = 0.12.2
|
Buildrequires: pspell-devel = 0.12.2, gcc-c++
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Obsoletes: ispell
|
Obsoletes: ispell
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Aspell is a spelling checker designed to eventually replace Ispell.
|
Aspell is a spelling checker designed to eventually replace Ispell.
|
||||||
It also has support for checking (La)TeX and Html files, and run time
|
Aspell's primary advantage (over Ispell) is a greater skill at
|
||||||
support for other non-English languages.
|
suggesting correct spellings. Aspell includes both compile-time and
|
||||||
|
run-time support for non-English languages and can spellcheck (La)TeX
|
||||||
|
and HTML files.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: The static libraries and header files needed for Aspell development.
|
Summary: Static libraries and header files for Aspell development.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: pspell-devel aspell = %{version}
|
Requires: pspell-devel aspell = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Aspell is a spelling checker. The aspell-devel package includes the
|
Aspell is a spelling checker. The aspell-devel package includes the
|
||||||
static libraries and header files needed for Aspell development. Note
|
static libraries and header files needed for Aspell development. Note
|
||||||
that the recommend way to use aspell is through the Pspell library.
|
that the recommended way to use aspell is through the Pspell library.
|
||||||
|
|
||||||
%package en-gb
|
%package en-gb
|
||||||
Summary: British dictionary for aspell
|
Summary: A British English dictionary for aspell.
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Requires: aspell
|
Requires: aspell
|
||||||
|
|
||||||
%description en-gb
|
%description en-gb
|
||||||
A British dictionary for use with aspell, a spelling checker.
|
This package contains a British English dictionary for use with
|
||||||
|
aspell, a spelling checker.
|
||||||
|
|
||||||
%package en-ca
|
%package en-ca
|
||||||
Summary: Canadian dictionary
|
Summary: A Canadian English dictionary for aspell.
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Requires: aspell
|
Requires: aspell
|
||||||
|
|
||||||
%description en-ca
|
%description en-ca
|
||||||
A Canadian dictionary for use with aspell, a spelling checker.
|
This package contains a Canadian English dictionary for use with
|
||||||
|
aspell, a spelling checker.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%setup -q -n aspell-.33.6.3
|
%setup -q -n aspell-.33.7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -103,6 +107,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/lib/aspell/british*
|
/usr/lib/aspell/british*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 9 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7-1
|
||||||
|
- 0.33.7 bugfix release. Requested by the author, it fixes
|
||||||
|
coredumps in sug-mode and when not using typo-analyses.
|
||||||
|
It also contains code cleanups so it compiles with -ansi
|
||||||
|
- should fix coredump on IA64 (#49746)
|
||||||
|
|
||||||
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- Add the .la files in the main package - used for dynamic loading
|
- Add the .la files in the main package - used for dynamic loading
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user