packages (ASTERISK_1_4): asterisk/asterisk.spec - 1.4.37 - use dahdi - don'...
aredridel
aredridel at pld-linux.org
Wed Dec 8 20:58:56 CET 2010
Author: aredridel Date: Wed Dec 8 19:58:56 2010 GMT
Module: packages Tag: ASTERISK_1_4
---- Log message:
- 1.4.37
- use dahdi
- don't use osptk
---- Files affected:
packages/asterisk:
asterisk.spec (1.126.2.14 -> 1.126.2.15)
---- Diffs:
================================================================
Index: packages/asterisk/asterisk.spec
diff -u packages/asterisk/asterisk.spec:1.126.2.14 packages/asterisk/asterisk.spec:1.126.2.15
--- packages/asterisk/asterisk.spec:1.126.2.14 Wed Dec 8 20:28:39 2010
+++ packages/asterisk/asterisk.spec Wed Dec 8 20:58:51 2010
@@ -22,12 +22,12 @@
Summary: Asterisk PBX
Summary(pl.UTF-8): Centralka (PBX) Asterisk
Name: asterisk
-Version: 1.4.34
+Version: 1.4.37
Release: 1%{?with_bristuff:.bristuff}
License: GPL v2
Group: Applications/System
Source0: http://downloads.digium.com/pub/asterisk/%{name}-%{version}.tar.gz
-# Source0-md5: 26c324f537a77fcd962110261d4be630
+# Source0-md5: af787c4dead1d7ada9315e6b19c5231a
Source1: %{name}.init
Source2: %{name}.sysconfig
Source3: http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.4.6.tar.gz
@@ -58,6 +58,7 @@
BuildRequires: automake
BuildRequires: bison
%{?with_bluetooth:BuildRequires: bluez-devel}
+BuildRequires: dahdi-linux-devel
BuildRequires: freetds >= 0.63
BuildRequires: gawk
BuildRequires: gcc >= 5:3.4
@@ -71,7 +72,6 @@
%{?with_rxfax:BuildRequires: spandsp-devel-%{_spandsp_version}}
BuildRequires: speex-devel
BuildRequires: unixODBC-devel
-BuildRequires: zaptel-devel >= 1.2.10
BuildRequires: zlib-devel
%if %{with h323}
BuildRequires: openh323-devel
@@ -189,8 +189,9 @@
CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
%endif
%configure \
- --with-zaptel=%{_prefix} \
- --without-dahdi \
+ --with-dahdi=%{_prefix} \
+ --without-zaptel \
+ --without-osptk \
%{!?with_h323:--without-h323} \
%{?with_bristuff:--with-gsmat=%{_prefix}} \
--with-imap="`pwd`"/imap
@@ -334,6 +335,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.126.2.15 2010/12/08 19:58:51 aredridel
+- 1.4.37
+- use dahdi
+- don't use osptk
+
Revision 1.126.2.14 2010/12/08 19:28:39 aredridel
- add bcond for h323 again
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asterisk/asterisk.spec?r1=1.126.2.14&r2=1.126.2.15&f=u
More information about the pld-cvs-commit
mailing list