2004-09-09 03:04:24 +00:00
|
|
|
|
Summary: A spelling checker.
|
|
|
|
|
Name: aspell
|
2004-09-09 03:05:51 +00:00
|
|
|
|
Version: 0.33.7.1
|
2004-09-09 03:04:24 +00:00
|
|
|
|
Epoch: 2
|
2004-09-09 03:05:56 +00:00
|
|
|
|
Release: 15
|
2004-09-09 03:04:24 +00:00
|
|
|
|
License: LGPL
|
|
|
|
|
Group: Applications/Text
|
|
|
|
|
URL: http://aspell.sourceforge.net/
|
2004-09-09 03:05:51 +00:00
|
|
|
|
Source0: http://download.sourceforge.net/aspell/%{name}-.33.7.1.tar.gz
|
2004-09-09 03:04:30 +00:00
|
|
|
|
Source1: aspell-init.el
|
2004-09-09 03:05:51 +00:00
|
|
|
|
Patch0: aspell-.33-fix2.diff
|
|
|
|
|
Patch1: aspell-.33.7.1-workaround.patch
|
2004-09-09 03:04:44 +00:00
|
|
|
|
Requires: pspell = 0.12.2
|
2004-09-09 03:04:47 +00:00
|
|
|
|
Buildrequires: pspell-devel = 0.12.2, gcc-c++
|
2004-09-09 03:04:24 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
Obsoletes: ispell
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Aspell is a spelling checker designed to eventually replace Ispell.
|
2004-09-09 03:04:47 +00:00
|
|
|
|
Aspell's primary advantage (over Ispell) is a greater skill at
|
|
|
|
|
suggesting correct spellings. Aspell includes both compile-time and
|
|
|
|
|
run-time support for non-English languages and can spellcheck (La)TeX
|
|
|
|
|
and HTML files.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%package devel
|
2004-09-09 03:04:47 +00:00
|
|
|
|
Summary: Static libraries and header files for Aspell development.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
Group: Development/Libraries
|
2004-09-09 03:04:44 +00:00
|
|
|
|
Requires: pspell-devel aspell = %{version}
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
Aspell is a spelling checker. The aspell-devel package includes the
|
2004-09-09 03:04:47 +00:00
|
|
|
|
static libraries and header files needed for Aspell development. Note
|
|
|
|
|
that the recommended way to use aspell is through the Pspell library.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%package en-gb
|
2004-09-09 03:04:47 +00:00
|
|
|
|
Summary: A British English dictionary for aspell.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
Group: Applications/Text
|
|
|
|
|
Requires: aspell
|
|
|
|
|
|
|
|
|
|
%description en-gb
|
2004-09-09 03:04:47 +00:00
|
|
|
|
This package contains a British English dictionary for use with
|
|
|
|
|
aspell, a spelling checker.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%package en-ca
|
2004-09-09 03:04:47 +00:00
|
|
|
|
Summary: A Canadian English dictionary for aspell.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
Group: Applications/Text
|
|
|
|
|
Requires: aspell
|
|
|
|
|
|
|
|
|
|
%description en-ca
|
2004-09-09 03:04:47 +00:00
|
|
|
|
This package contains a Canadian English dictionary for use with
|
|
|
|
|
aspell, a spelling checker.
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
2004-09-09 03:05:51 +00:00
|
|
|
|
%setup -q -n aspell-.33.7.1
|
|
|
|
|
|
|
|
|
|
%patch0 -p0 -b .fix2
|
|
|
|
|
#patch1 -p1 -b .evilworkaround
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 03:04:44 +00:00
|
|
|
|
%configure
|
2004-09-09 03:04:24 +00:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2004-09-09 03:04:44 +00:00
|
|
|
|
|
2004-09-09 03:04:30 +00:00
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/lib/xemacs/xemacs-packages/lisp/site-start.d
|
2004-09-09 03:04:24 +00:00
|
|
|
|
install -m 755 scripts/spell $RPM_BUILD_ROOT/usr/bin/spell
|
|
|
|
|
install -m 755 scripts/ispell $RPM_BUILD_ROOT/usr/bin/ispell
|
2004-09-09 03:04:30 +00:00
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/site-start.d
|
|
|
|
|
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/xemacs/xemacs-packages/lisp/site-start.d
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
cp -pr $RPM_BUILD_ROOT/usr/doc/aspell .
|
|
|
|
|
rm -f aspell/manual.aux
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc README TODO aspell/*
|
|
|
|
|
/usr/bin/*
|
|
|
|
|
/usr/lib/aspell/american*
|
|
|
|
|
/usr/lib/aspell/english*
|
|
|
|
|
/usr/lib/lib*.so.*
|
2004-09-09 03:04:44 +00:00
|
|
|
|
# Yes, they need to be in the main package - they are used for
|
|
|
|
|
# dynamic loading. Argh.
|
|
|
|
|
/usr/lib/lib*.la
|
2004-09-09 03:04:24 +00:00
|
|
|
|
/usr/share/aspell
|
|
|
|
|
/usr/share/pspell
|
2004-09-09 03:04:30 +00:00
|
|
|
|
/usr/share/emacs/site-lisp/site-start.d/*
|
|
|
|
|
/usr/lib/xemacs/xemacs-packages/lisp/site-start.d/*
|
2004-09-09 03:04:24 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
/usr/include/aspell
|
|
|
|
|
/usr/lib/lib*aspell.a
|
|
|
|
|
/usr/lib/lib*aspell.so
|
|
|
|
|
|
|
|
|
|
%files en-ca
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
/usr/lib/aspell/canadian*
|
|
|
|
|
|
|
|
|
|
%files en-gb
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
/usr/lib/aspell/british*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 03:05:56 +00:00
|
|
|
|
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt with gcc-3.2 (we hope)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2002 Tim Powers <timp@redhat.com> 0.33.7.1-14
|
|
|
|
|
- rebuild using gcc-3.2-0.1
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.33.7.1-13
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 13 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-12
|
|
|
|
|
- Rebuild to make it work again... #66708
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-10
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2004-09-09 03:05:51 +00:00
|
|
|
|
* Thu Feb 21 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-9
|
|
|
|
|
- Disable evil patch
|
|
|
|
|
|
|
|
|
|
* Mon Jan 28 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-8
|
|
|
|
|
- Build on more archs (doh)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 22 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-7
|
|
|
|
|
- Make it compile with new compiler (evil workaround)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 16 2002 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-5
|
|
|
|
|
- Rebuild
|
|
|
|
|
- Unexclude alpha
|
|
|
|
|
|
|
|
|
|
* Fri Dec 14 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-3
|
|
|
|
|
- Rebuild
|
|
|
|
|
- Don't build on alpha
|
|
|
|
|
|
|
|
|
|
* Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.7.1-2
|
|
|
|
|
- "make it work with gcc 3.1" ;)
|
|
|
|
|
|
|
|
|
|
* Tue Sep 18 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7.1-1
|
|
|
|
|
- 0.33.7.1, which is a "make it work with gcc 3" release
|
|
|
|
|
|
2004-09-09 03:05:29 +00:00
|
|
|
|
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuild with new gcc and binutils
|
|
|
|
|
|
2004-09-09 03:04:47 +00:00
|
|
|
|
* Thu Aug 9 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com> 0.33.7-1
|
|
|
|
|
- 0.33.7 bugfix release. Requested by the author, it fixes
|
|
|
|
|
coredumps in sug-mode and when not using typo-analyses.
|
|
|
|
|
It also contains code cleanups so it compiles with -ansi
|
|
|
|
|
- should fix coredump on IA64 (#49746)
|
|
|
|
|
|
2004-09-09 03:04:44 +00:00
|
|
|
|
* Wed Jul 11 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Add the .la files in the main package - used for dynamic loading
|
|
|
|
|
|
|
|
|
|
* Sun Jun 3 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 0.33.6.3, which includes the fix made yesterday
|
|
|
|
|
|
|
|
|
|
* Sat Jun 2 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Make it search for directories in the correct location
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- No more workarounds at the specfile level
|
|
|
|
|
|
|
|
|
|
* Tue May 29 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Use custom ltmain.sh to work around buggy bundled libtool
|
|
|
|
|
|
|
|
|
|
* Sun May 20 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 0.33.6
|
|
|
|
|
- use standard %%configure macro - it works now.
|
|
|
|
|
|
|
|
|
|
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 0.33.5-2
|
|
|
|
|
- Rebuild with new libltdl
|
|
|
|
|
|
|
|
|
|
* Mon Apr 23 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 0.33.5
|
2004-09-09 03:04:35 +00:00
|
|
|
|
|
2004-09-09 03:04:30 +00:00
|
|
|
|
* Thu Nov 30 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- use new emacs init scheme for Emacs and XEmacs
|
|
|
|
|
|
|
|
|
|
* Wed Nov 22 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- .32.6
|
|
|
|
|
|
2004-09-09 03:04:24 +00:00
|
|
|
|
* Sat Aug 19 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- .32.5 bugfix release (also contains improved documentation),
|
|
|
|
|
obsolete old patch
|
|
|
|
|
- the compatibility scripts are now part of the package itself
|
|
|
|
|
- clean up build procedure
|
|
|
|
|
- remove manual.aux file from docs (#16424)
|
|
|
|
|
|
|
|
|
|
* Sun Aug 06 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- .32.1 bugfix release, obsolete old patch
|
|
|
|
|
- rename to 0.32.1
|
|
|
|
|
- add patch from author to change his email address
|
|
|
|
|
- add spell and ispell compatibility scripts
|
|
|
|
|
|
|
|
|
|
* Fri Aug 04 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 01 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- remember to obsolete ispell
|
|
|
|
|
- build the Canadian and British dictionaries here now,
|
|
|
|
|
as part of the main package. Same package names and
|
|
|
|
|
descriptions.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- .32
|
|
|
|
|
- remove old patches, add a patch since namespace isn't
|
|
|
|
|
polluted as much anymore (as opposed to older toolchain)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 4 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
- Rebuild with new C++
|
|
|
|
|
|
|
|
|
|
* Fri Jun 30 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- use RPM_OPT_FLAGS, not just -O0
|
|
|
|
|
- dont include .la-files
|
|
|
|
|
|
|
|
|
|
* Fri Jun 23 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- excludearch ia64
|
|
|
|
|
|
|
|
|
|
* Fri Jun 23 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- patch to work around compiler bug(?) wrt. inline functions
|
|
|
|
|
- use CFLAGS and CXXFLAGS
|
|
|
|
|
- set them to -O0 to work around YACB
|
|
|
|
|
- copy libtool files for IA64 support
|
|
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- update to .31.1. My patch was upstreamed and is no longer needed.
|
|
|
|
|
- new patch added so DESTDIR works properly
|
|
|
|
|
|
|
|
|
|
* Fri Jun 16 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- (this entry includes some old ones...)
|
|
|
|
|
- update to .31
|
|
|
|
|
- added patch to make it compile with a pickier compiler
|
|
|
|
|
- include /usr/share/pspell
|
|
|
|
|
|
|
|
|
|
* Mon May 1 2000 Tim Powers <timp@redhat.com>
|
|
|
|
|
- updated to .30.1
|
|
|
|
|
- used build fixes from Ryan Weaver's 0.30.1-1 package on sourceforge
|
|
|
|
|
- updated URL, download/ftp location
|
|
|
|
|
- removed redundant define's at top of spec file
|
|
|
|
|
|
|
|
|
|
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
|
|
|
|
|
- built for Powertools 6.1
|
|
|
|
|
- removed %serial definitions from spec file to make versioning
|
|
|
|
|
consistant with the other packages we ship.
|
|
|
|
|
- changed build root path
|
|
|
|
|
- general spec file cleanups
|
|
|
|
|
|
|
|
|
|
* Tue Mar 2 1999 Ryan Weaver <ryanw@infohwy.com>
|
|
|
|
|
[aspell-.27.2-2]
|
|
|
|
|
- Changes from .27.1 to .27.2 (Mar 1, 1999)
|
|
|
|
|
- Fixed a major bug that caused aspell to dump core when used
|
|
|
|
|
without any arguments
|
|
|
|
|
- Fixed another major bug that caused aspell to do nothing when used
|
|
|
|
|
in interactive mode.
|
|
|
|
|
- Added an option to exit in Aspell's interactive mode.
|
|
|
|
|
- Removed some old documentation files from the distribution.
|
|
|
|
|
- Minor changes on to the section on using Aspell with egcs.
|
|
|
|
|
- Minor changes to remove -Wall warnings.
|