OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Oct-2005 10:56:40
Branch: HEAD Handle: 2005101609563900
Modified files:
openpkg-src/xrender xrender.spec
Log:
fix packaging
Summary:
Revision Changes Path
1.22 +4 -4 openpkg-src/xrender/xrender.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xrender/xrender.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 xrender.spec
--- openpkg-src/xrender/xrender.spec 14 Oct 2005 15:11:10 -0000 1.21
+++ openpkg-src/xrender/xrender.spec 16 Oct 2005 08:56:39 -0000 1.22
@@ -37,7 +37,7 @@
Group: XWindow
License: GPL
Version: %{V_xrender}
-Release: 20051014
+Release: 20051016
# list of sources
Source0:
http://freedesktop.org/~ajax/xlibs-release/renderext-%{V_render}.tar.bz2
@@ -93,11 +93,11 @@
%{l_shtool} mkln -s *.h X11/extensions/
) || exit $?
( cd libXrender-%{V_xrender}
- PKG_CONFIG_PATH="`pwd`/../render-%{V_render}" \
+ PKG_CONFIG_PATH="`pwd`/../renderext-%{V_render}" \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- CPPFLAGS="-I`pwd`/../render-%{V_render} -I. %{l_cppflags}" \
- LDFLAGS="-L`pwd`/../render-%{V_render} %{l_ldflags}" \
+ CPPFLAGS="-I`pwd`/../renderext-%{V_render} -I. %{l_cppflags}" \
+ LDFLAGS="-L`pwd`/../renderext-%{V_render} %{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-x \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]