On Fri, 18 Jan 2002, Chris Edwards wrote:

> 
> * Fri Jan 18 2002 Frederic Crozat <[EMAIL PROTECTED]> 0.99.1-1mdk
> 
> Abisource shows only 0.9.6 released... what's with the inconsitancy of
> version numbers?

Their FTP server has the later version.  There is a minor
problem in the specfile of the SRPM, but it works well with a 
small 'tweek' 

# Fixes for symlink in {prefix}/bin
mkdir -p $RPM_BUILD_ROOT%{prefix}/bin
##      RPH
cd  $RPM_BUILD_ROOT
## ln  ./%{ABIPREFIX}/AbiSuite/bin/AbiWord ./%{prefix}/bin/abiword
cp  ./%{ABIPREFIX}/AbiSuite/bin/AbiWord ./%{prefix}/bin/abiword

... the hard link will not work if /usr and /usr/share are on 
different partitions; a   ln -s   does not work for reasons I 
do not understand.

-- Russ herrold


Reply via email to