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