Hi Jeffery,
On my RedHat boxes the aspell package installs an ispell shell script in /usr/bin/ispell that makes aspell act like ispell. This ispell script works with the xemacs ispell mode.
Here's a patch to upgrade aspell to the latest release and to add a new aspell-compat package which right now installs the scripts/ispell file. It could also install the scripts/spell but I didn't install this as I don't need it.
I choose to use cp -p of the already installed ispell instead of copying ispell form the build directory, but it doesn't have to be this way.
Regards, Blair
-- Blair Zajac <[EMAIL PROTECTED]> Plots of your system's performance - http://www.orcaware.com/orca/
--- /sw/fink/10.3/unstable/main/finkinfo/text/aspell.info 2004-02-24
01:33:42.000000000 -0800
+++ ./aspell.info 2004-06-21 16:13:58.000000000 -0700
@@ -1,8 +1,8 @@
Package: aspell
-Version: 0.50.4.1
-Revision: 13
+Version: 0.50.5
+Revision: 1
Source: mirror:gnu:%n/%n-%v.tar.gz
-Source-MD5: 1370b8c628b63f79af63589d40fe27ec
+Source-MD5: 14403d2ea5ded5d3fc9bb259bf65aab5
GCC: 3.3
BuildDepends: ncurses-dev (>= 5.3-20031018-2)
Depends: ncurses, ncurses-shlibs, %n-shlibs
@@ -11,26 +11,39 @@
Suggests: aspell-en
ConfigureParams: --enable-doc-dir='${prefix}/share/doc/%n'
--enable-curses=ncurses --enable-dict-dir='${prefix}/share/aspell'
CompileScript: (./configure %c; make)
-InstallScript: make install DESTDIR=%d
+InstallScript: <<
+ make install DESTDIR=%d
+ cp -p %i/share/aspell/ispell %i/bin
+<<
SplitOff: <<
Package: %N-shlibs
Files: lib/lib*spell*.dylib
- Shlibs: %p/lib/lib*spell.15.0.2.dylib 7.0.0 %n (>= 0.50.4.1-1)
+ Shlibs: %p/lib/lib*spell.15.0.2.dylib 7.0.0 %n (>= 0.50.5-1)
DocFiles: COPYING* README
<<
SplitOff2: <<
Package: %N-dev
Depends: %N (>= %v-%r)
- Replaces: %N (<< 0.50.4.1-13)
+ Replaces: %N (<< 0.50.5-1)
BuildDependsOnly: True
Files: include lib/lib*spell.*
+ Description: Spell check better ispell - Shared libs
+ DocFiles: COPYING* README
+<<
+SplitOff3: <<
+ Package: %N-compat
+ Depends: %N (>= %v-%r)
+ Replaces: %N (<< 0.50.5-1)
+ Conflicts: ispell
+ Files: bin/ispell
+ Description: Spell check better than ispell - Ispell compat
DocFiles: COPYING* README
<<DocFiles: README COPYING License: GPL Homepage: http://aspell.net -Description: Spell checker more intelligent than ispell +Description: Spell check better than ispell DescDetail: << No dictionaries are installed - you'll need to install the aspell-en package or another aspell dictionary.
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel
