OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Apr-2007 17:25:16
Branch: HEAD Handle: 2007041216251600
Modified files:
openpkg-src/ortp ortp.spec
Log:
upgrading package: ortp 0.13.0 -> 0.13.1
Summary:
Revision Changes Path
1.8 +4 -3 openpkg-src/ortp/ortp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ortp/ortp.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 ortp.spec
--- openpkg-src/ortp/ortp.spec 25 Jan 2007 07:18:08 -0000 1.7
+++ openpkg-src/ortp/ortp.spec 12 Apr 2007 15:25:16 -0000 1.8
@@ -32,8 +32,8 @@
Class: EVAL
Group: VoIP
License: LGPL
-Version: 0.13.0
-Release: 20070125
+Version: 0.13.1
+Release: 20070412
# list of sources
Source0:
http://download.savannah.nongnu.org/releases/linphone/ortp/sources/ortp-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, autoconf
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -62,6 +62,7 @@
%setup -q
%build
+ %{l_prefix}/bin/autoreconf -i --force
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
GREP="grep" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]