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: 25-Aug-2004 12:44:22
Branch: HEAD Handle: 2004082511442200
Modified files:
openpkg-src/abiword abiword.spec
Log:
upgrading package: abiword 2.1.5 -> 2.1.6
Summary:
Revision Changes Path
1.25 +10 -7 openpkg-src/abiword/abiword.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/abiword/abiword.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 abiword.spec
--- openpkg-src/abiword/abiword.spec 11 Aug 2004 07:39:55 -0000 1.24
+++ openpkg-src/abiword/abiword.spec 25 Aug 2004 10:44:22 -0000 1.25
@@ -33,8 +33,8 @@
Class: EVAL
Group: Editor
License: GPL
-Version: 2.1.5
-Release: 20040811
+Version: 2.1.6
+Release: 20040825
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/abiword/abiword-%{version}.tar.gz
@@ -106,17 +106,17 @@
abi/configure
%{l_shtool} subst \
-e 's;\((pkgdatadir)\/\)AbiWord;\1abiword;' \
- ./abi/src/af/xap/unix/GNUmakefile.in \
- ./abi/src/wp/ap/unix/GNUmakefile.in \
- ./abi/GNUmakefile.in
+ abi/src/af/xap/unix/GNUmakefile.in \
+ abi/src/wp/ap/unix/GNUmakefile.in \
+ abi/GNUmakefile.in
%{l_shtool} subst \
- -e 's;AbiWord.*\(/scripts\);abiword\1;' \
+ -e 's;AbiWord.*\(\/scripts\);abiword\1;' \
abi/src/af/util/xp/ut_PerlBindings.cpp
%{l_shtool} subst \
-e 's;\(AP_PREF_DEFAULT_SpellDirectory.*\)dictionary;\1abiword/dictionary;'
\
abi/src/wp/ap/xp/ap_Prefs_SchemeIds.h
%{l_shtool} subst \
- -e 's;\(/dictionary/\);/abiword\1;' \
+ -e 's;\(\/dictionary\/\);/abiword\1;' \
abi/src/other/spell/xp/barbarisms.cpp \
abi/src/other/spell/xp/ispell_checker.cpp
%{l_shtool} subst \
@@ -165,6 +165,8 @@
cd build
# finally configure
+ ( echo 'enable_dlopen=no'
+ ) >config.cache
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
@@ -175,6 +177,7 @@
PKG_CONFIG_PATH=%{l_prefix}/lib/pkgconfig:$l_x11_pkgdir \
../abi/configure \
--prefix=%{l_prefix} \
+ --cache-file=./config.cache \
--with-x \
--x-includes=$l_x11_incdir \
--x-libraries=$l_x11_libdir \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]