[ATrpms-users] Asterisk 1.2.9 upgrade and spandsp.

Axel Thimm Axel.Thimm at ATrpms.net
Sun Jun 18 15:14:06 CEST 2006


Hi,

On Sun, Jun 18, 2006 at 10:48:23PM +1000, Jean-Yves Avenard wrote:
> On 6/18/06, Axel Thimm <Axel.Thimm at atrpms.net> wrote:
> > There was yet another asterisk upgrade, did you manage to get this
> > running? Or did you corner the issue, so we can fix the packages, if
> > this is fixable at package level?
> 
> What I did is compile Asterisk 1.2.9 with spandsp myself, then I only
> copied the module rxfax and txfax into the asterisk library modules,
> this worked well.
> 
> It is definitely an error in the package, the spandsp modules for
> Asterisk used to be included with the package, and when I checked the
> .spec file for the asterisk package, it actually tries to compile the
> extra modules if spandsp is installed on the building machine.

I think I found the bug, please try this fix, or wait for asterisk
packages to be built. Thanks!

--- asterisk.spec~      2006-06-07 07:08:59.000000000 +0200
+++ asterisk.spec       2006-06-18 15:03:27.000000000 +0200
@@ -5,3 +5,3 @@
 Version: 1.2.9.1
-Release: %atrelease 24
+Release: %atrelease 25
 License: GPL
@@ -23,3 +23,3 @@
 BuildRequires: zaptel-devel >= 1.2.2, libtiff-devel >= 3.5.7
-%{?_with_spandsp:BuildRequires: spandsp-devel}
+%{?with_spandsp:BuildRequires: spandsp-devel}
 
@@ -36,3 +36,3 @@
 Requires: asterisk = %{evr}
-%{?_with_spandsp:Requires: spandsp-devel}
+%{?with_spandsp:Requires: spandsp-devel}
 
@@ -122,2 +122,5 @@
 %changelog
+* Sun Jun 18 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Fix conditional spandsp build.
+
 * Wed Jun  7 2006 Axel Thimm <Axel.Thimm at ATrpms.net>

-- 
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-users/attachments/20060618/5cbfd98e/attachment.bin 


More information about the atrpms-users mailing list