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