SPECS: iaxclient.spec - up to 20060412
arekm
arekm at pld-linux.org
Wed Apr 12 22:41:23 CEST 2006
Author: arekm Date: Wed Apr 12 20:41:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 20060412
---- Files affected:
SPECS:
iaxclient.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/iaxclient.spec
diff -u SPECS/iaxclient.spec:1.8 SPECS/iaxclient.spec:1.9
--- SPECS/iaxclient.spec:1.8 Fri Jun 10 12:35:20 2005
+++ SPECS/iaxclient.spec Wed Apr 12 22:41:17 2006
@@ -8,12 +8,12 @@
Summary: A portable IAX/IAX2 protocol telephony client library
Summary(pl): Przenośna biblioteka kliencka protokołu IAX/IAX2
Name: iaxclient
-Version: 20050606
-Release: 0.2
+Version: 20060412
+Release: 0.1
License: LGPL
Group: Development/Libraries
Source0: %{name}-%{version}.tar.bz2
-# Source0-md5: 82928ec5074f11d32d6b0def4242d11b
+# Source0-md5: 3321cb585846c709a79cb45c92dc6781
Patch0: %{name}-nodebug.patch
Patch1: %{name}-Makefile.patch
Patch2: %{name}-uint32.patch
@@ -54,7 +54,7 @@
%prep
%setup -q -n %{name}
#%patch0 -p1
-%patch1 -p0
+%patch1 -p1
%patch2 -p1
%if %{with iLBC}
%patch3 -p1
@@ -62,21 +62,27 @@
%build
cd lib
-%{__make}
-%{__make} shared
+%{__make} \
+ CC="%{__cc}"
+%{__make} shared \
+ CC="%{__cc}"
cd ..
%if %{with examples}
cd simpleclient
-%{__make} -C iax2slin
+%{__make} -C iax2slin \
+ CC="%{__cc}"
-%{__make} -C testcall
+%{__make} -C testcall \
+ CC="%{__cc}"
# WX-windows and gtk required!
-%{__make} -C iaxcomm
+%{__make} -C iaxcomm \
+ CC="%{__cc}"
# Tk/Tcl
-%{__make} -C tkphone
+%{__make} -C tkphone \
+ CC="%{__cc}"
%endif
%install
@@ -116,6 +122,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/04/12 20:41:17 arekm
+- up to 20060412
+
Revision 1.8 2005/06/10 10:35:20 maho
- bcoded (optional) iLBC codec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/iaxclient.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list