fix for gcc 4.1
This commit is contained in:
parent
164065ac80
commit
fe5ff40b79
@ -1,7 +1,7 @@
|
|||||||
Summary: A spelling checker.
|
Summary: A spelling checker.
|
||||||
Name: aspell
|
Name: aspell
|
||||||
Version: 0.60.3
|
Version: 0.60.3
|
||||||
Release: 2.1
|
Release: 3
|
||||||
Epoch: 12
|
Epoch: 12
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Text
|
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
|
Patch1: aspell-0.50.3-gcc33.patch
|
||||||
Patch2: aspell-0.60.3-long_gettext.patch
|
Patch2: aspell-0.60.3-long_gettext.patch
|
||||||
Patch3: aspell-0.60.3-install_info.patch
|
Patch3: aspell-0.60.3-install_info.patch
|
||||||
|
Patch4: aspell-0.60.3-gcc41.patch
|
||||||
Requires: aspell-en
|
Requires: aspell-en
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: gettext, ncurses-devel
|
BuildRequires: gettext, ncurses-devel
|
||||||
@ -44,6 +45,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%patch1 -p1 -b .gcc33
|
%patch1 -p1 -b .gcc33
|
||||||
%patch2 -p1 -b .long
|
%patch2 -p1 -b .long
|
||||||
%patch3 -p1 -b .iinfo
|
%patch3 -p1 -b .iinfo
|
||||||
|
%patch4 -p1 -b .gcc41
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -117,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/pspell-config.1*
|
%{_mandir}/man1/pspell-config.1*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user