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