OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Jan-2005 16:46:33
Branch: HEAD Handle: 2005011415463300
Modified files:
openpkg-src/abiword abiword.spec
Log:
correct runtime library paths to solve problems with dictionary
lookup, for example
Summary:
Revision Changes Path
1.38 +10 -1 openpkg-src/abiword/abiword.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/abiword/abiword.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 abiword.spec
--- openpkg-src/abiword/abiword.spec 13 Jan 2005 14:43:55 -0000 1.37
+++ openpkg-src/abiword/abiword.spec 14 Jan 2005 15:46:33 -0000 1.38
@@ -34,7 +34,7 @@
Group: Editor
License: GPL
Version: 2.2.3
-Release: 20050113
+Release: 20050114
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/abiword/abiword-%{version}.tar.gz
@@ -151,6 +151,12 @@
abi/src/wp/ap/win/ap_Win32Dialog_Background.cpp \
abi/src/wp/ap/xp/ap_EditMethods.cpp
%{l_shtool} subst \
+ -e 's;\(strlen(getAbiSuiteLibDir())\) +
strlen(ABIWORD_APP_LIBDIR);\1;' \
+ -e
's;\(sprintf(buf,"%s\)/%s\(.*",getAbiSuiteLibDir()\),ABIWORD_APP_LIBDIR);\1\2);'
\
+ abi/src/wp/ap/beos/ap_BeOSApp.cpp \
+ abi/src/wp/ap/qnx/ap_QNXApp.cpp \
+ abi/src/wp/ap/unix/ap_UnixApp.cpp
+ %{l_shtool} subst \
-e 's;\/@PACKAGE@;;' \
`find . -name "GNUmakefile.in" -print`
@@ -179,6 +185,9 @@
../abi/configure \
--prefix=%{l_prefix} \
--cache-file=./config.cache \
+ --datadir=%{l_prefix}/share/abiword \
+ --sysconfdir=%{l_prefix}/etc/abiword \
+ --localstatedir=%{l_prefix}/var/abiword \
--with-x \
--x-includes=$l_x11_incdir \
--x-libraries=$l_x11_libdir \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]