cvsdist e34bab
Summary: A spelling checker.
cvsdist e34bab
Name: aspell
Ivana Varekova 035647
Version: 0.60.3
Jesse Keating 3a9810
Release: 3.2
cvsdist 9bf5c6
Epoch: 12
cvsdist e34bab
License: LGPL
cvsdist e34bab
Group: Applications/Text
cvsdist 9bf5c6
URL: http://aspell.net/
cvsdist 9bf5c6
Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
cvsdist 9bf5c6
Patch1: aspell-0.50.3-gcc33.patch
Ivana Varekova b7fc23
Patch2: aspell-0.60.3-long_gettext.patch
Ivana Varekova a300b3
Patch3: aspell-0.60.3-install_info.patch
Ivana Varekova fe5ff4
Patch4: aspell-0.60.3-gcc41.patch
cvsdist 9bf5c6
Requires: aspell-en
cvsdist e34bab
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Ivana Varekova 035647
BuildRequires: gettext, ncurses-devel
Ivana Varekova a300b3
Prereq: /sbin/install-info
cvsdist 9bf5c6
Provides: pspell
havill 02f66c
Obsoletes: ispell, pspell, aspell-de < 0.50, aspell-fr < 0.50, aspell-ca < 0.50, aspell-da < 0.50, aspell-es < 0.50, aspell-it < 0.50, aspell-nl < 0.50, aspell-no < 0.50, aspell-sv < 0.50, aspell-pt_BR, aspell-config
cvsdist e34bab
cvsdist e34bab
%description
cvsdist 9bf5c6
GNU Aspell is a spell checker designed to eventually replace Ispell. It can
cvsdist 9bf5c6
either be used as a library or as an independent spell checker. Its main
cvsdist 9bf5c6
feature is that it does a much better job of coming up with possible
cvsdist 9bf5c6
suggestions than just about any other spell checker out there for the
cvsdist 9bf5c6
English language, including Ispell and Microsoft Word. It also has many
cvsdist 9bf5c6
other technical enhancements over Ispell such as using shared memory for
cvsdist 9bf5c6
dictionaries and intelligently handling personal dictionaries when more
cvsdist 9bf5c6
than one Aspell process is open at once.
cvsdist e34bab
cvsdist e34bab
%package	devel
cvsdist 76afa0
Summary: Static libraries and header files for Aspell development.
cvsdist e34bab
Group: Development/Libraries
cvsdist 30dd7c
Requires: aspell = %{epoch}:%{version}-%{release}
cvsdist 9bf5c6
Provides: pspell-devel
cvsdist 9bf5c6
Obsoletes: pspell-devel
cvsdist e34bab
cvsdist e34bab
%description	devel
cvsdist e34bab
Aspell is a spelling checker. The aspell-devel package includes the
cvsdist 9bf5c6
static libraries and header files needed for Aspell development.
cvsdist e34bab
cvsdist e34bab
%prep
cvsdist e34bab
rm -rf $RPM_BUILD_ROOT
cvsdist 9bf5c6
%setup -q -n aspell-%{version}
cvsdist 9bf5c6
%patch1 -p1 -b .gcc33
Ivana Varekova b7fc23
%patch2 -p1 -b .long
Ivana Varekova a300b3
%patch3 -p1 -b .iinfo
Ivana Varekova fe5ff4
%patch4 -p1 -b .gcc41
cvsdist e34bab
cvsdist e34bab
%build
cvsdist 4dd171
%configure
cvsdist ff22ac
make
cvsdist e34bab
cvsdist e34bab
%install
cvsdist 9bf5c6
%makeinstall
cvsdist 4dd171
Ivana Varekova 035647
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
cvsdist ff22ac
Ivana Varekova 035647
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/ispell ${RPM_BUILD_ROOT}%{_bindir}
Ivana Varekova 035647
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/spell ${RPM_BUILD_ROOT}%{_bindir}
cvsdist 7dd586
cvsdist 9bf5c6
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la
cvsdist 9bf5c6
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
Ivana Varekova 035647
#rm -f $RPM_BUILD_ROOT/usr/share/doc/aspell/manual.aux
cvsdist 7dd586
Ivana Varekova 035647
#mv $RPM_BUILD_ROOT/usr/share/doc/aspell $RPM_BUILD_ROOT/usr/share/doc/aspell-%{version}
cvsdist fc821c
cvsdist fc821c
Ivana Varekova a300b3
%post   
Ivana Varekova a300b3
/sbin/ldconfig
Ivana Varekova a300b3
/sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). " 
Ivana Varekova a300b3
Ivana Varekova a300b3
%post        devel
Ivana Varekova a300b3
/sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). "
Ivana Varekova a300b3
Ivana Varekova a300b3
%preun 
Ivana Varekova a300b3
if [ $1 = 0 ]; then
Ivana Varekova a300b3
    /sbin/install-info --delete %{_infodir}/aspell.info.gz %{_infodir}/dir 
Ivana Varekova a300b3
fi
Ivana Varekova a300b3
exit 0
Ivana Varekova a300b3
Ivana Varekova a300b3
%preun       devel
Ivana Varekova a300b3
if [ $1 = 0 ]; then
Ivana Varekova a300b3
    /sbin/install-info --delete %{_infodir}/aspell-dev.info.gz %{_infodir}/dir 
Ivana Varekova a300b3
fi
Ivana Varekova a300b3
exit 0
Ivana Varekova a300b3
cvsdist e34bab
%postun -p /sbin/ldconfig
cvsdist e34bab
%clean
cvsdist e34bab
rm -rf $RPM_BUILD_ROOT
cvsdist e34bab
cvsdist e34bab
%files
cvsdist e34bab
%defattr(-,root,root)
Ivana Varekova 035647
%doc README TODO COPYING
Ivana Varekova 035647
#%dir %{_datadir}/doc/aspell-%{version}
Ivana Varekova 035647
%dir %{_libdir}/aspell-0.60
Ivana Varekova 035647
%{_bindir}/a*
Ivana Varekova 035647
%{_bindir}/ispell
Ivana Varekova 035647
%{_bindir}/pr*
Ivana Varekova 035647
%{_bindir}/run-with-aspell
Ivana Varekova 035647
%{_bindir}/spell
Ivana Varekova 035647
%{_bindir}/word-list-compress
cvsdist 7dd586
%{_libdir}/lib*.so.*
Ivana Varekova 035647
%{_libdir}/aspell-0.60/*
Ivana Varekova 035647
%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
Ivana Varekova 035647
%{_infodir}/aspell.*
Ivana Varekova 035647
%{_mandir}/man1/aspell*
Ivana Varekova 035647
%{_mandir}/man1/run-with-aspell.1*
Ivana Varekova 035647
%{_mandir}/man1/word-list-compress.1*
cvsdist e34bab
cvsdist e34bab
%files		devel
cvsdist e34bab
%defattr(-,root,root)
cvsdist ff22ac
%dir %{_includedir}/pspell
Ivana Varekova 035647
%{_bindir}/pspell-config
cvsdist ff22ac
%{_includedir}/aspell.h
cvsdist ff22ac
%{_includedir}/pspell/pspell.h
cvsdist 9bf5c6
%{_libdir}/lib*spell.so
Ivana Varekova 035647
%{_infodir}/aspell-dev.*
Ivana Varekova 035647
%{_mandir}/man1/pspell-config.1*
cvsdist e34bab
cvsdist 9bf5c6
%changelog
Jesse Keating 3a9810
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.2
Jesse Keating 3a9810
- bump again for double-long bug on ppc(64)
Jesse Keating 3a9810
Jesse Keating b1c650
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.1
Jesse Keating b1c650
- rebuilt for new gcc4.1 snapshot and glibc changes
Jesse Keating b1c650
Ivana Varekova fe5ff4
* Mon Dec 19 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-3
Ivana Varekova fe5ff4
- fix for gcc 4.1
Ivana Varekova fe5ff4
Jesse Keating 164065
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Jesse Keating 164065
- rebuilt
Jesse Keating 164065
Ivana Varekova a300b3
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-2
Ivana Varekova a300b3
- fix install-info problem 
Ivana Varekova 035647
Ivana Varekova 035647
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
Ivana Varekova 035647
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik 
Ivana Varekova 035647
- add BuildRequires: ncurses-devel, gettext 
Ivana Varekova b7fc23
- add config script patch (thanks tmraz@redhat.com)
Ivana Varekova 035647
Ivana Varekova 035647
Ivana Varekova 035647
* Mon Mar  7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
Ivana Varekova 8d6399
- rebuilt
Ivana Varekova 8d6399
havill 02f66c
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5
havill 02f66c
- added aspell-pt_BR to the obsoletes
havill 02f66c
Warren Togami f4ba9d
* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-4
Warren Togami f4ba9d
- rebuild
Warren Togami f4ba9d
Than Ngo bedeb5
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 12:0.50.5-3.fc3
Than Ngo bedeb5
- add obsolete aspell-config
Than Ngo bedeb5
cvsdist fc821c
* Mon Aug 23 2004 Adrian Havill <havill@redhat.com> 12:0.50.5-2.fc3
cvsdist fc821c
- fix doc dir (#128140) (don't flag aspell doc stuff with the %doc
cvsdist fc821c
  flag due to rpm badness)
cvsdist fc821c
cvsdist 30dd7c
* Mon Jun 21 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-1
cvsdist 30dd7c
- update to 0.50.5
cvsdist 30dd7c
cvsdist 30dd7c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 30dd7c
- rebuilt
cvsdist 30dd7c
cvsdist 752242
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 752242
- rebuilt
cvsdist 752242
cvsdist 752242
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 752242
- rebuilt
cvsdist 752242
cvsdist ff22ac
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 12:0.50.50.3-18
cvsdist ff22ac
- make rpm own some unclaimed dirs (#112984, #113778)
cvsdist ff22ac
- explicitly claim kbd anbd dat files in /usr/share/aspell
cvsdist ff22ac
- a little spec file files cleanup-- macro subs, dir prefix
cvsdist ff22ac
- make /usr/lib/aspell; don't make the dictionary packages do it
cvsdist ff22ac
cvsdist ff22ac
* Mon Nov 17 2003 Thomas Woerner <twoerner@redhat.com> 12:0.50.3-17
cvsdist ff22ac
- fixed build: added make to %%build to avoid rpath for build directory
cvsdist ff22ac
cvsdist 9bf5c6
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 12:0.50.3-16
cvsdist 9bf5c6
- moved spell compat script from /usr/share/aspell to /usr/bin (#105921)
cvsdist e34bab
cvsdist 9bf5c6
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 11:0.50.3-15
cvsdist 9bf5c6
- moved ispell compat script from /usr/share/aspell to /usr/bin (#90907)
cvsdist 9bf5c6
cvsdist 9bf5c6
* Tue Jun 24 2003 Adrian Havill <havill@redhat.com> 10:0.50.3-14
cvsdist 9bf5c6
- removed emacs/xemacs el files which are already provided
cvsdist 9bf5c6
cvsdist 9bf5c6
* Mon Jun 18 2003 Adrian Havill <havill@redhat.com> 9:0.50.3-13
cvsdist 9bf5c6
- provide pspell-devel in addition to obsoleting it
cvsdist 9bf5c6
cvsdist 9bf5c6
* Tue Jun 10 2003 Adrian Havill <havill@redhat.com> 8:0.50.3-12
cvsdist 9bf5c6
- obsolete old dicts designed for previous aspell
cvsdist 9bf5c6
cvsdist 9bf5c6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 9bf5c6
- rebuilt
cvsdist 9bf5c6
cvsdist 9bf5c6
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-10
cvsdist 9bf5c6
- rebuild again to fix libpspell deps
cvsdist 9bf5c6
cvsdist 9bf5c6
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-9
cvsdist 9bf5c6
- remove ExcludeArch
cvsdist 9bf5c6
cvsdist 9bf5c6
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 7:0.50.3-8
cvsdist 9bf5c6
- fix build with gcc 3.3
cvsdist 9bf5c6
cvsdist 9bf5c6
* Wed May 22 2003 Adrian Havill <havill@redhat.com> 0.50.3-7
cvsdist 9bf5c6
- require aspell-en for upgrades
cvsdist 9bf5c6
cvsdist 9bf5c6
* Sun May 11 2003 Jeremy Katz <katzj@redhat.com> 6:0.50.3-6
cvsdist 9bf5c6
- -devel should obsolete pspell-devel
cvsdist 9bf5c6
cvsdist 9bf5c6
* Tue May  6 2003 Joe Orton <jorton@redhat.com> 0.50.3-5
cvsdist 9bf5c6
- include libpspell.so in devel package
cvsdist 9bf5c6
cvsdist 9bf5c6
* Wed May  1 2003 Adrian Havill <havill@redhat.com> 0.50.3-4
cvsdist 9bf5c6
- removed .la files
cvsdist 9bf5c6
cvsdist 9bf5c6
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-3
cvsdist 9bf5c6
- Changed the header for provides, obsoletes, epoch
cvsdist 9bf5c6
- fixed config prefix in dirs.h
cvsdist 9bf5c6
cvsdist 9bf5c6
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-1
cvsdist 9bf5c6
- upgrade to 0.50.3
cvsdist e34bab
cvsdist 7dd586
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 7dd586
- rebuilt
cvsdist 7dd586
cvsdist 7dd586
* Fri Nov  8 2002 Tim Powers <timp@redhat.com>
cvsdist 7dd586
- fix broken pspell epoch dep
cvsdist 7dd586
- create $RPM_BUILD_ROOT/usr/bin by hand
cvsdist 7dd586
- remove /usr/doc
cvsdist 7dd586
- fix hardcoding of /usr/lib so that we can build on x86_64
cvsdist 7dd586
cvsdist 437c08
* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.33.7.1-16
cvsdist 437c08
- require pspell and pspell-devel using the proper epoch
cvsdist 437c08
cvsdist b4767e
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
cvsdist b4767e
- rebuilt with gcc-3.2 (we hope)
cvsdist b4767e
cvsdist b4767e
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 0.33.7.1-14
cvsdist b4767e
- rebuild using gcc-3.2-0.1
cvsdist b4767e
cvsdist b4767e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.33.7.1-13
cvsdist b4767e
- automated rebuild
cvsdist b4767e
cvsdist b4767e
* Thu Jun 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-12
cvsdist b4767e
- Rebuild to make it work again... #66708
cvsdist b4767e
cvsdist b4767e
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist b4767e
- automated rebuild
cvsdist b4767e
cvsdist b4767e
* Mon May 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-10
cvsdist b4767e
- Rebuild
cvsdist b4767e
cvsdist c6ab17
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-9
cvsdist c6ab17
- Disable evil patch
cvsdist c6ab17
cvsdist c6ab17
* Mon Jan 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-8
cvsdist c6ab17
- Build on more archs (doh)
cvsdist c6ab17
cvsdist c6ab17
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-7
cvsdist c6ab17
- Make it compile with new compiler (evil workaround)
cvsdist c6ab17
cvsdist c6ab17
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-5
cvsdist c6ab17
- Rebuild
cvsdist c6ab17
- Unexclude alpha
cvsdist c6ab17
cvsdist c6ab17
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-3
cvsdist c6ab17
- Rebuild
cvsdist c6ab17
- Don't build on alpha
cvsdist c6ab17
cvsdist c6ab17
* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.7.1-2
cvsdist c6ab17
- "make it work with gcc 3.1" ;)
cvsdist c6ab17
cvsdist c6ab17
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-1
cvsdist c6ab17
- 0.33.7.1, which is a "make it work with gcc 3" release
cvsdist c6ab17
cvsdist ad8e9e
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
cvsdist ad8e9e
- rebuild with new gcc and binutils
cvsdist ad8e9e
cvsdist 76afa0
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7-1
cvsdist 76afa0
- 0.33.7 bugfix release. Requested by the author, it fixes
cvsdist 76afa0
  coredumps in sug-mode and when not using typo-analyses.
cvsdist 76afa0
  It also contains code cleanups so it compiles with -ansi
cvsdist 76afa0
- should fix coredump on IA64 (#49746)
cvsdist 76afa0
cvsdist 4dd171
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- Add the .la files in the main package - used for dynamic loading
cvsdist 4dd171
cvsdist 4dd171
* Sun Jun  3 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- 0.33.6.3, which includes the fix made yesterday
cvsdist 4dd171
cvsdist 4dd171
* Sat Jun  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- Make it search for directories in the correct location
cvsdist 4dd171
cvsdist 4dd171
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- No more workarounds at the specfile level
cvsdist 4dd171
cvsdist 4dd171
* Tue May 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- Use custom ltmain.sh to work around buggy bundled libtool
cvsdist 4dd171
cvsdist 4dd171
* Sun May 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- 0.33.6
cvsdist 4dd171
- use standard %%configure macro - it works now.
cvsdist 4dd171
cvsdist 4dd171
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2
cvsdist 4dd171
- Rebuild with new libltdl
cvsdist 4dd171
cvsdist 4dd171
* Mon Apr 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 4dd171
- 0.33.5
cvsdist e2d142
cvsdist ad0784
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist ad0784
- use new emacs init scheme for Emacs and XEmacs
cvsdist ad0784
cvsdist ad0784
* Wed Nov 22 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist ad0784
-  .32.6
cvsdist ad0784
cvsdist e34bab
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- .32.5 bugfix release (also contains improved documentation),
cvsdist e34bab
  obsolete old patch
cvsdist e34bab
- the compatibility scripts are now part of the package itself
cvsdist e34bab
- clean up build procedure
cvsdist e34bab
- remove manual.aux file from docs (#16424)
cvsdist e34bab
cvsdist e34bab
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- .32.1 bugfix release, obsolete old patch
cvsdist e34bab
- rename to 0.32.1
cvsdist e34bab
- add patch from author to change his email address
cvsdist e34bab
- add spell and ispell compatibility scripts
cvsdist e34bab
cvsdist e34bab
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- rebuild
cvsdist e34bab
cvsdist e34bab
* Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- remember to obsolete ispell
cvsdist e34bab
- build the Canadian and British dictionaries here now,
cvsdist e34bab
  as part of the main package. Same package names and 
cvsdist e34bab
  descriptions.
cvsdist e34bab
cvsdist e34bab
* Mon Jul 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- .32
cvsdist e34bab
- remove old patches, add a patch since namespace isn't 
cvsdist e34bab
  polluted as much anymore (as opposed to older toolchain)
cvsdist e34bab
cvsdist e34bab
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- rebuild
cvsdist e34bab
cvsdist e34bab
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist e34bab
- automatic rebuild
cvsdist e34bab
cvsdist e34bab
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist e34bab
- Rebuild with new C++
cvsdist e34bab
cvsdist e34bab
* Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- use RPM_OPT_FLAGS, not just -O0
cvsdist e34bab
- dont include .la-files
cvsdist e34bab
cvsdist e34bab
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- excludearch ia64
cvsdist e34bab
cvsdist e34bab
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- patch to work around compiler bug(?) wrt. inline functions
cvsdist e34bab
- use CFLAGS and CXXFLAGS
cvsdist e34bab
- set them to -O0 to work around YACB
cvsdist e34bab
- copy libtool files for IA64 support
cvsdist e34bab
cvsdist e34bab
* Sun Jun 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- update to .31.1. My patch was upstreamed and is no longer needed.
cvsdist e34bab
- new patch added so DESTDIR works properly
cvsdist e34bab
cvsdist e34bab
* Fri Jun 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e34bab
- (this entry includes some old ones...)
cvsdist e34bab
- update to .31
cvsdist e34bab
- added patch to make it compile with a pickier compiler
cvsdist e34bab
- include /usr/share/pspell
cvsdist e34bab
cvsdist e34bab
* Mon May 1 2000 Tim Powers <timp@redhat.com>
cvsdist e34bab
- updated to .30.1
cvsdist e34bab
- used build fixes from Ryan Weaver's 0.30.1-1 package on sourceforge
cvsdist e34bab
- updated URL, download/ftp location
cvsdist e34bab
- removed redundant define's at top of spec file
cvsdist e34bab
cvsdist e34bab
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
cvsdist e34bab
- built for Powertools 6.1
cvsdist e34bab
- removed %serial definitions from spec file to make versioning
cvsdist e34bab
  consistant with the other packages we ship.
cvsdist e34bab
- changed build root path
cvsdist e34bab
- general spec file cleanups
cvsdist e34bab
cvsdist e34bab
* Tue Mar  2 1999 Ryan Weaver <ryanw@infohwy.com>
cvsdist e34bab
  [aspell-.27.2-2]
cvsdist e34bab
- Changes from .27.1 to .27.2 (Mar 1, 1999)
cvsdist e34bab
- Fixed a major bug that caused aspell to dump core when used
cvsdist e34bab
  without any arguments
cvsdist e34bab
- Fixed another major bug that caused aspell to do nothing when used
cvsdist e34bab
  in interactive mode.
cvsdist e34bab
- Added an option to exit in Aspell's interactive mode.
cvsdist e34bab
- Removed some old documentation files from the distribution.
cvsdist e34bab
- Minor changes on to the section on using Aspell with egcs.
cvsdist e34bab
- Minor changes to remove -Wall warnings.