Blame SPECS/aspell.spec

5c29c8
Summary: Spell checker
5c29c8
Name: aspell
5c29c8
Version: 0.60.6.1
5c29c8
Release: 9%{?dist}
5c29c8
Epoch: 12
5c29c8
# LGPLv2+ .. common/gettext.h
5c29c8
# LGPLv2  .. modules/speller/default/phonet.hpp,
5c29c8
#            modules/speller/default/phonet.cpp,
5c29c8
#            modules/speller/default/affix.cpp
5c29c8
# GPLv2+  .. ltmain.sh, misc/po-filter.c
5c29c8
# BSD     .. myspell/munch.c
5c29c8
License: LGPLv2+ and LGPLv2 and GPLv2+ and BSD
5c29c8
Group: Applications/Text
5c29c8
URL: http://aspell.net/
5c29c8
Source: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
5c29c8
5c29c8
Patch0: aspell-0.60.3-install_info.patch
5c29c8
Patch1: aspell-0.60.5-fileconflict.patch
5c29c8
Patch2: aspell-0.60.5-pspell_conf.patch
5c29c8
# resolves: #447428
5c29c8
Patch3: aspell-0.60.6-zero.patch
5c29c8
Patch4: aspell-0.60.6-mp.patch
5c29c8
# resolves: #813261
5c29c8
Patch5: aspell-0.60.6.1-dump-personal-abort.patch
5c29c8
# resolves: #925034
5c29c8
Patch6: aspell-0.60.6.1-aarch64.patch
5c29c8
5c29c8
BuildRequires: chrpath, gettext, ncurses-devel, pkgconfig
5c29c8
Requires(pre): /sbin/install-info
5c29c8
Requires(preun): /sbin/install-info
5c29c8
5c29c8
%description
5c29c8
GNU Aspell is a spell checker designed to eventually replace Ispell. It can
5c29c8
either be used as a library or as an independent spell checker. Its main
5c29c8
feature is that it does a much better job of coming up with possible
5c29c8
suggestions than just about any other spell checker out there for the
5c29c8
English language, including Ispell and Microsoft Word. It also has many
5c29c8
other technical enhancements over Ispell such as using shared memory for
5c29c8
dictionaries and intelligently handling personal dictionaries when more
5c29c8
than one Aspell process is open at once.
5c29c8
5c29c8
%package devel
5c29c8
Summary: Libraries and header files for Aspell development
5c29c8
Group: Development/Libraries
5c29c8
Requires: %{name} = %{epoch}:%{version}-%{release}
5c29c8
Requires: pkgconfig
5c29c8
Requires(post): /sbin/install-info
5c29c8
Requires(preun): /sbin/install-info
5c29c8
5c29c8
%description devel
5c29c8
The aspell-devel package includes libraries
5c29c8
and header files needed for Aspell development.
5c29c8
5c29c8
%prep
5c29c8
%setup -q
5c29c8
%patch0 -p1 -b .iinfo
5c29c8
%patch1 -p1 -b .fc
5c29c8
%patch2 -p1 -b .mlib
5c29c8
%patch3 -p1 -b .zero
5c29c8
%patch4 -p1 -b .ai
5c29c8
%patch5 -p1 -b .dump-personal
5c29c8
%patch6 -p1 -b .aarch64
5c29c8
iconv -f iso-8859-2 -t utf-8 < manual/aspell.info > manual/aspell.info.aux
5c29c8
mv manual/aspell.info.aux manual/aspell.info
5c29c8
5c29c8
%build
5c29c8
%configure --disable-rpath
5c29c8
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
5c29c8
make %{?_smp_mflags}
5c29c8
cp scripts/aspell-import examples/aspell-import
5c29c8
chmod 644 examples/aspell-import
5c29c8
cp manual/aspell-import.1 examples/aspell-import.1
5c29c8
5c29c8
%install
5c29c8
# make install DESTDIR=$RPM_BUILD_ROOT doesn't work
5c29c8
%makeinstall
5c29c8
5c29c8
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
5c29c8
5c29c8
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/ispell ${RPM_BUILD_ROOT}%{_bindir}
5c29c8
mv ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/spell ${RPM_BUILD_ROOT}%{_bindir}
5c29c8
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//nroff-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//sgml-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//context-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//email-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//tex-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60//texinfo-filter.so
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_bindir}/aspell
5c29c8
chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/libpspell.so.*
5c29c8
5c29c8
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libaspell.la
5c29c8
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libpspell.la
5c29c8
rm -f ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/*-filter.la
5c29c8
rm -f ${RPM_BUILD_ROOT}%{_bindir}/aspell-import
5c29c8
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/aspell-import.1
5c29c8
5c29c8
%find_lang %{name}
5c29c8
5c29c8
%post
5c29c8
/sbin/ldconfig
5c29c8
if [ -f %{_infodir}/aspell.info.gz ]; then
5c29c8
    /sbin/install-info %{_infodir}/aspell.info.gz %{_infodir}/dir --entry="* Aspell: (aspell). "  || : 
5c29c8
fi
5c29c8
5c29c8
%post devel
5c29c8
if [ -f %{_infodir}/aspell-dev.info.gz ]; then
5c29c8
    /sbin/install-info %{_infodir}/aspell-dev.info.gz %{_infodir}/dir --entry="* Aspell-dev: (aspell-dev). " || :
5c29c8
fi
5c29c8
5c29c8
%preun
5c29c8
if [ $1 = 0 ]; then
5c29c8
    if [ -f %{_infodir}/aspell.info.gz ]; then
5c29c8
        /sbin/install-info --delete %{_infodir}/aspell.info.gz %{_infodir}/dir || :
5c29c8
    fi
5c29c8
fi
5c29c8
5c29c8
%preun devel
5c29c8
if [ $1 = 0 ]; then
5c29c8
    if [ -f %{_infodir}/aspell-dev.info.gz ]; then
5c29c8
        /sbin/install-info --delete %{_infodir}/aspell-dev.info.gz %{_infodir}/dir || :
5c29c8
    fi
5c29c8
fi
5c29c8
5c29c8
%postun -p /sbin/ldconfig
5c29c8
5c29c8
%files -f %{name}.lang
5c29c8
%doc README TODO COPYING examples/aspell-import examples/aspell-import.1
5c29c8
%dir %{_libdir}/aspell-0.60
5c29c8
%{_bindir}/a*
5c29c8
%{_bindir}/ispell
5c29c8
%{_bindir}/pr*
5c29c8
%{_bindir}/run-with-aspell
5c29c8
%{_bindir}/spell
5c29c8
%{_bindir}/word-list-compress
5c29c8
%{_libdir}/lib*.so.*
5c29c8
%{_libdir}/aspell-0.60/*
5c29c8
%{_infodir}/aspell.*
5c29c8
%{_mandir}/man1/aspell.1.*
5c29c8
%{_mandir}/man1/run-with-aspell.1*
5c29c8
%{_mandir}/man1/word-list-compress.1*
5c29c8
%{_mandir}/man1/prezip-bin.1.*
5c29c8
5c29c8
%files devel
5c29c8
%dir %{_includedir}/pspell
5c29c8
%{_bindir}/pspell-config
5c29c8
%{_includedir}/aspell.h
5c29c8
%{_includedir}/pspell/pspell.h
5c29c8
%{_libdir}/lib*spell.so
5c29c8
%{_libdir}/pkgconfig/*
5c29c8
%{_infodir}/aspell-dev.*
5c29c8
%{_mandir}/man1/pspell-config.1*
5c29c8
5c29c8
%changelog
5c29c8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 12:0.60.6.1-9
5c29c8
- Mass rebuild 2014-01-24
5c29c8
5c29c8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 12:0.60.6.1-8
5c29c8
- Mass rebuild 2013-12-27
5c29c8
5c29c8
* Mon Mar 25 2013 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-7
5c29c8
- resolves: #925034
5c29c8
  add support for aarch64
5c29c8
5c29c8
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-6
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5c29c8
5c29c8
* Mon Aug 27 2012 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-5
5c29c8
- done some minor .spec file cleanup
5c29c8
5c29c8
* Thu Jul 19 2012 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-4
5c29c8
- resolves: #813261
5c29c8
  fixed crash when trying to run "aspell dump personal"
5c29c8
5c29c8
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-3
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5c29c8
5c29c8
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6.1-2
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5c29c8
5c29c8
* Tue Aug 16 2011 Peter Schiffer <pschiffe@redhat.com> - 12:0.60.6.1-1
5c29c8
- resolves: #718946
5c29c8
  update to 0.60.6.1
5c29c8
5c29c8
* Mon May  2 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-15
5c29c8
- fix minor problems in spec file
5c29c8
5c29c8
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-14
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5c29c8
5c29c8
* Tue Aug 17 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-13
5c29c8
- remove obsolete links from man-pages
5c29c8
5c29c8
* Tue Mar  2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 12.0.60.6-12
5c29c8
- fix -devel scriptlets
5c29c8
5c29c8
* Tue Dec 15 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-11
5c29c8
- remove obsolete patch
5c29c8
5c29c8
* Fri Dec  4 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-10
5c29c8
- fix rpath problem (chrpath)
5c29c8
5c29c8
* Tue Dec  1 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-9
5c29c8
- add --disable-rpath to configure part
5c29c8
  remove remanent obsolete tags
5c29c8
  fix license field
5c29c8
5c29c8
* Fri Nov 27 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 12:0.60.6-8
5c29c8
- change summary name
5c29c8
  remove outdated Obsoletes, Conflicts and Provides flag
5c29c8
  fix requirement to install-info (pre -> post)
5c29c8
  move aspell-import to documentation part
5c29c8
  remove exit 0 from scriptlets
5c29c8
5c29c8
* Mon Aug 10 2009 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-7
5c29c8
- fix installation with --excludedocs option (#515911)
5c29c8
5c29c8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-6
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5c29c8
5c29c8
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 12:0.60.6-5
5c29c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5c29c8
5c29c8
* Thu Feb 12 2009 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-4
5c29c8
- remove aspell-en require
5c29c8
5c29c8
* Mon Sep  1 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-3
5c29c8
- fix patch format
5c29c8
5c29c8
* Thu May 29 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-2
5c29c8
- Resolves: #447428
5c29c8
  aspell sigserv on checking file with 0 length
5c29c8
5c29c8
* Wed May  7 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.6-1
5c29c8
- update to 0.60.6
5c29c8
5c29c8
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 12:0.60.5-5
5c29c8
- Autorebuild for GCC 4.3
5c29c8
5c29c8
* Tue Jan 22 2008 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-4
5c29c8
- add gcc43 patch
5c29c8
5c29c8
* Thu Feb  8 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-3
5c29c8
- incorporate package review feedback
5c29c8
5c29c8
* Mon Jan 22 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-2
5c29c8
- Resolves: 223676
5c29c8
  fix non-failsafe install-info problem
5c29c8
5c29c8
* Tue Jan  2 2007 Ivana Varekova <varekova@redhat.com> - 12:0.60.5-1
5c29c8
- update to 0.60.4
5c29c8
- cleanup spec file
5c29c8
5c29c8
* Wed Nov  8 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.4-1
5c29c8
- update to 0.60.4
5c29c8
5c29c8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-7.1
5c29c8
- rebuild
5c29c8
5c29c8
* Tue May 23 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-7
5c29c8
- fix multilib problem (used pkgconfig)
5c29c8
5c29c8
* Wed Mar 22 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-6
5c29c8
- remove .la files (bug 184184)
5c29c8
5c29c8
* Thu Mar  2 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-5
5c29c8
- update aspell man page (bug 183205)
5c29c8
5c29c8
* Tue Feb 21 2006 Ivana Varekova <varekova@redhat.com> - 12:0.60.3-4
5c29c8
- fix multilib file conflict
5c29c8
5c29c8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.2
5c29c8
- bump again for double-long bug on ppc(64)
5c29c8
5c29c8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 12:0.60.3-3.1
5c29c8
- rebuilt for new gcc4.1 snapshot and glibc changes
5c29c8
5c29c8
* Mon Dec 19 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-3
5c29c8
- fix for gcc 4.1
5c29c8
5c29c8
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Fri Jul 15 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-2
5c29c8
- fix install-info problem 
5c29c8
5c29c8
* Wed Jul 13 2005 Ivana Varekova <varekova@redhat.com> 12:0.60.3-1
5c29c8
- update to 0.60.3 - (bug 141968) thanks to Dawid Gajownik 
5c29c8
- add BuildRequires: ncurses-devel, gettext 
5c29c8
- add config script patch (thanks tmraz@redhat.com)
5c29c8
5c29c8
5c29c8
* Mon Mar  7 2005 Ivana Varekova <varekova@redhat.com> 12:0.50.5-6
5c29c8
- rebuilt
5c29c8
5c29c8
* Thu Jan 13 2005 Adrian Havill <havill@redhat.com> 12:0.50.5-5
5c29c8
- added aspell-pt_BR to the obsoletes
5c29c8
5c29c8
* Fri Nov 12 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-4
5c29c8
- rebuild
5c29c8
5c29c8
* Wed Oct 06 2004 Than Ngo <than@redhat.com> 12:0.50.5-3.fc3
5c29c8
- add obsolete aspell-config
5c29c8
5c29c8
* Mon Aug 23 2004 Adrian Havill <havill@redhat.com> 12:0.50.5-2.fc3
5c29c8
- fix doc dir (#128140) (don't flag aspell doc stuff with the doc macro
5c29c8
  flag due to rpm badness)
5c29c8
5c29c8
* Mon Jun 21 2004 Warren Togami <wtogami@redhat.com> 12:0.50.5-1
5c29c8
- update to 0.50.5
5c29c8
5c29c8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Thu Jan 29 2004 Adrian Havill <havill@redhat.com> 12:0.50.50.3-18
5c29c8
- make rpm own some unclaimed dirs (#112984, #113778)
5c29c8
- explicitly claim kbd anbd dat files in /usr/share/aspell
5c29c8
- a little spec file files cleanup-- macro subs, dir prefix
5c29c8
- make /usr/lib/aspell; don't make the dictionary packages do it
5c29c8
5c29c8
* Mon Nov 17 2003 Thomas Woerner <twoerner@redhat.com> 12:0.50.3-17
5c29c8
- fixed build: added make to %%build to avoid rpath for build directory
5c29c8
5c29c8
* Tue Oct 07 2003 Adrian Havill <havill@redhat.com> 12:0.50.3-16
5c29c8
- moved spell compat script from /usr/share/aspell to /usr/bin (#105921)
5c29c8
5c29c8
* Tue Jul 01 2003 Adrian Havill <havill@redhat.com> 11:0.50.3-15
5c29c8
- moved ispell compat script from /usr/share/aspell to /usr/bin (#90907)
5c29c8
5c29c8
* Tue Jun 24 2003 Adrian Havill <havill@redhat.com> 10:0.50.3-14
5c29c8
- removed emacs/xemacs el files which are already provided
5c29c8
5c29c8
* Wed Jun 18 2003 Adrian Havill <havill@redhat.com> 9:0.50.3-13
5c29c8
- provide pspell-devel in addition to obsoleting it
5c29c8
5c29c8
* Tue Jun 10 2003 Adrian Havill <havill@redhat.com> 8:0.50.3-12
5c29c8
- obsolete old dicts designed for previous aspell
5c29c8
5c29c8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-10
5c29c8
- rebuild again to fix libpspell deps
5c29c8
5c29c8
* Fri May 30 2003 Joe Orton <jorton@redhat.com> 7:0.50.3-9
5c29c8
- remove ExcludeArch
5c29c8
5c29c8
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 7:0.50.3-8
5c29c8
- fix build with gcc 3.3
5c29c8
5c29c8
* Wed May 21 2003 Adrian Havill <havill@redhat.com> 0.50.3-7
5c29c8
- require aspell-en for upgrades
5c29c8
5c29c8
* Sun May 11 2003 Jeremy Katz <katzj@redhat.com> 6:0.50.3-6
5c29c8
- -devel should obsolete pspell-devel
5c29c8
5c29c8
* Tue May  6 2003 Joe Orton <jorton@redhat.com> 0.50.3-5
5c29c8
- include libpspell.so in devel package
5c29c8
5c29c8
* Thu May  1 2003 Adrian Havill <havill@redhat.com> 0.50.3-4
5c29c8
- removed .la files
5c29c8
5c29c8
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-3
5c29c8
- Changed the header for provides, obsoletes, epoch
5c29c8
- fixed config prefix in dirs.h
5c29c8
5c29c8
* Wed Apr 16 2003 Adrian Havill <havill@redhat.com> 0.50.3-1
5c29c8
- upgrade to 0.50.3
5c29c8
5c29c8
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
5c29c8
- rebuilt
5c29c8
5c29c8
* Fri Nov  8 2002 Tim Powers <timp@redhat.com>
5c29c8
- fix broken pspell epoch dep
5c29c8
- create $RPM_BUILD_ROOT/usr/bin by hand
5c29c8
- remove /usr/doc
5c29c8
- fix hardcoding of /usr/lib so that we can build on x86_64
5c29c8
5c29c8
* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 0.33.7.1-16
5c29c8
- require pspell and pspell-devel using the proper epoch
5c29c8
5c29c8
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
5c29c8
- rebuilt with gcc-3.2 (we hope)
5c29c8
5c29c8
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 0.33.7.1-14
5c29c8
- rebuild using gcc-3.2-0.1
5c29c8
5c29c8
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.33.7.1-13
5c29c8
- automated rebuild
5c29c8
5c29c8
* Thu Jun 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-12
5c29c8
- Rebuild to make it work again... #66708
5c29c8
5c29c8
* Thu May 23 2002 Tim Powers <timp@redhat.com>
5c29c8
- automated rebuild
5c29c8
5c29c8
* Mon May 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-10
5c29c8
- Rebuild
5c29c8
5c29c8
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-9
5c29c8
- Disable evil patch
5c29c8
5c29c8
* Mon Jan 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-8
5c29c8
- Build on more archs (doh)
5c29c8
5c29c8
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-7
5c29c8
- Make it compile with new compiler (evil workaround)
5c29c8
5c29c8
* Wed Jan 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-5
5c29c8
- Rebuild
5c29c8
- Unexclude alpha
5c29c8
5c29c8
* Fri Dec 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-3
5c29c8
- Rebuild
5c29c8
- Don't build on alpha
5c29c8
5c29c8
* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.7.1-2
5c29c8
- "make it work with gcc 3.1" ;)
5c29c8
5c29c8
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7.1-1
5c29c8
- 0.33.7.1, which is a "make it work with gcc 3" release
5c29c8
5c29c8
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
5c29c8
- rebuild with new gcc and binutils
5c29c8
5c29c8
* Thu Aug  9 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.33.7-1
5c29c8
- 0.33.7 bugfix release. Requested by the author, it fixes
5c29c8
  coredumps in sug-mode and when not using typo-analyses.
5c29c8
  It also contains code cleanups so it compiles with -ansi
5c29c8
- should fix coredump on IA64 (#49746)
5c29c8
5c29c8
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- Add the .la files in the main package - used for dynamic loading
5c29c8
5c29c8
* Sun Jun  3 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- 0.33.6.3, which includes the fix made yesterday
5c29c8
5c29c8
* Sat Jun  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- Make it search for directories in the correct location
5c29c8
5c29c8
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- No more workarounds at the specfile level
5c29c8
5c29c8
* Tue May 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- Use custom ltmain.sh to work around buggy bundled libtool
5c29c8
5c29c8
* Sun May 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- 0.33.6
5c29c8
- use standard %%configure macro - it works now.
5c29c8
5c29c8
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2
5c29c8
- Rebuild with new libltdl
5c29c8
5c29c8
* Mon Apr 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- 0.33.5
5c29c8
5c29c8
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- use new emacs init scheme for Emacs and XEmacs
5c29c8
5c29c8
* Wed Nov 22 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
-  .32.6
5c29c8
5c29c8
* Sat Aug 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- .32.5 bugfix release (also contains improved documentation),
5c29c8
  obsolete old patch
5c29c8
- the compatibility scripts are now part of the package itself
5c29c8
- clean up build procedure
5c29c8
- remove manual.aux file from docs (#16424)
5c29c8
5c29c8
* Sun Aug 06 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- .32.1 bugfix release, obsolete old patch
5c29c8
- rename to 0.32.1
5c29c8
- add patch from author to change his email address
5c29c8
- add spell and ispell compatibility scripts
5c29c8
5c29c8
* Fri Aug 04 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- rebuild
5c29c8
5c29c8
* Tue Aug 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- remember to obsolete ispell
5c29c8
- build the Canadian and British dictionaries here now,
5c29c8
  as part of the main package. Same package names and 
5c29c8
  descriptions.
5c29c8
5c29c8
* Mon Jul 24 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- .32
5c29c8
- remove old patches, add a patch since namespace isn't 
5c29c8
  polluted as much anymore (as opposed to older toolchain)
5c29c8
5c29c8
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- rebuild
5c29c8
5c29c8
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
5c29c8
- automatic rebuild
5c29c8
5c29c8
* Tue Jul  4 2000 Jakub Jelinek <jakub@redhat.com>
5c29c8
- Rebuild with new C++
5c29c8
5c29c8
* Fri Jun 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- use RPM_OPT_FLAGS, not just -O0
5c29c8
- dont include .la-files
5c29c8
5c29c8
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- excludearch ia64
5c29c8
5c29c8
* Fri Jun 23 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- patch to work around compiler bug(?) wrt. inline functions
5c29c8
- use CFLAGS and CXXFLAGS
5c29c8
- set them to -O0 to work around YACB
5c29c8
- copy libtool files for IA64 support
5c29c8
5c29c8
* Sun Jun 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- update to .31.1. My patch was upstreamed and is no longer needed.
5c29c8
- new patch added so DESTDIR works properly
5c29c8
5c29c8
* Fri Jun 16 2000 Trond Eivind Glomsrød <teg@redhat.com>
5c29c8
- (this entry includes some old ones...)
5c29c8
- update to .31
5c29c8
- added patch to make it compile with a pickier compiler
5c29c8
- include /usr/share/pspell
5c29c8
5c29c8
* Mon May 1 2000 Tim Powers <timp@redhat.com>
5c29c8
- updated to .30.1
5c29c8
- used build fixes from Ryan Weaver's 0.30.1-1 package on sourceforge
5c29c8
- updated URL, download/ftp location
5c29c8
- removed redundant define's at top of spec file
5c29c8
5c29c8
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
5c29c8
- built for Powertools 6.1
5c29c8
- removed serial macro definitions from spec file to make versioning
5c29c8
  consistant with the other packages we ship.
5c29c8
- changed build root path
5c29c8
- general spec file cleanups
5c29c8
5c29c8
* Tue Mar  2 1999 Ryan Weaver <ryanw@infohwy.com>
5c29c8
  [aspell-.27.2-2]
5c29c8
- Changes from .27.1 to .27.2 (Mar 1, 1999)
5c29c8
- Fixed a major bug that caused aspell to dump core when used
5c29c8
  without any arguments
5c29c8
- Fixed another major bug that caused aspell to do nothing when used
5c29c8
  in interactive mode.
5c29c8
- Added an option to exit in Aspell's interactive mode.
5c29c8
- Removed some old documentation files from the distribution.
5c29c8
- Minor changes on to the section on using Aspell with egcs.
5c29c8
- Minor changes to remove -Wall warnings.