fix for gcc 4.1

This commit is contained in:
Ivana Varekova 2005-12-19 12:28:35 +00:00
parent 164065ac80
commit fe5ff40b79

View File

@ -1,7 +1,7 @@
Summary: A spelling checker.
Name: aspell
Version: 0.60.3
Release: 2.1
Release: 3
Epoch: 12
License: LGPL
Group: Applications/Text
@ -10,6 +10,7 @@ Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
Patch1: aspell-0.50.3-gcc33.patch
Patch2: aspell-0.60.3-long_gettext.patch
Patch3: aspell-0.60.3-install_info.patch
Patch4: aspell-0.60.3-gcc41.patch
Requires: aspell-en
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: gettext, ncurses-devel
@ -44,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT
%patch1 -p1 -b .gcc33
%patch2 -p1 -b .long
%patch3 -p1 -b .iinfo
%patch4 -p1 -b .gcc41
%build
%configure
@ -117,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/pspell-config.1*
%changelog
* Mon Dec 19 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-3
- fix for gcc 4.1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt