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: 30-Oct-2006 08:16:37
Branch: HEAD Handle: 2006103007163700
Modified files:
openpkg-src/osip osip.spec
Log:
remember issue and fix man location in advance for 3.x
Summary:
Revision Changes Path
1.4 +4 -2 openpkg-src/osip/osip.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/osip/osip.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 osip.spec
--- openpkg-src/osip/osip.spec 13 Oct 2006 17:31:15 -0000 1.3
+++ openpkg-src/osip/osip.spec 30 Oct 2006 07:16:37 -0000 1.4
@@ -33,7 +33,7 @@
Group: VoIP
License: LGPL
Version: 2.2.3
-Release: 20061013
+Release: 20061030
# list of sources
Source0: http://www.antisip.com/download/libosip2-%{version}.tar.gz
@@ -55,9 +55,10 @@
%track
prog osip = {
+ comment = "rse: 3.0.1: still incompatible with siproxd"
version = %{version}
url = http://www.antisip.com/download/
- regex = libosip2-(2\.\d+\.\d+|3\.0\.[1-9]|3\.[1-9].\d+)\.tar\.gz
+ regex = libosip2-(2\.\d+\.\d+|3\.0\.[2-9]|3\.[1-9].\d+)\.tar\.gz
}
%prep
@@ -70,6 +71,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--disable-shared
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]