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: 23-Feb-2007 16:22:11
Branch: HEAD Handle: 2007022315221000
Modified files:
openpkg-src/vortex vortex.spec
Log:
upgrading package: vortex 1.0 -> 1.0.1
Summary:
Revision Changes Path
1.6 +7 -5 openpkg-src/vortex/vortex.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/vortex/vortex.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 vortex.spec
--- openpkg-src/vortex/vortex.spec 1 Jan 2007 17:42:45 -0000 1.5
+++ openpkg-src/vortex/vortex.spec 23 Feb 2007 15:22:10 -0000 1.6
@@ -23,8 +23,8 @@
##
# package version
-%define V_external 1.0
-%define V_internal b2411.g2413
+%define V_external 1.0.1
+%define V_internal b2556.g2556
# package information
Name: vortex
@@ -37,7 +37,7 @@
Group: Network
License: LGPL
Version: %{V_external}
-Release: 20061208
+Release: 20070223
# package options
%option with_ssl yes
@@ -53,8 +53,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, pkgconfig
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: axl >= 0.3.0, glib2
-PreReq: axl >= 0.3.0, glib2
+BuildPreReq: axl >= 0.4.1, glib2, readline
+PreReq: axl >= 0.4.1, glib2, readline
%if "%{with_ssl}" == "yes"
BuildPreReq: openssl
PreReq: openssl
@@ -90,6 +90,8 @@
LDFLAGS="%{l_ldflags}"
LIBRARIES_CFLAGS="%{l_cppflags} `pkg-config gthread-2.0 glib-2.0
--cflags`"
LIBRARIES_LIBS="%{l_ldflags} `pkg-config gthread-2.0 glib-2.0 --libs`"
+ LIBRARIES_CFLAGS="$LIBRARIES_CFLAGS `pkg-config readline --cflags`"
+ LIBRARIES_LIBS="$LIBRARIES_LIBS `pkg-config readline --libs`"
%if "%{with_ssl}" == "yes"
LIBRARIES_CFLAGS="$LIBRARIES_CFLAGS `pkg-config openssl --cflags`"
LIBRARIES_LIBS="$LIBRARIES_LIBS `pkg-config openssl --libs`"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]