]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- add initial t30 stub work, NFY
authoraredridel <aredridel@pld-linux.org>
Tue, 20 Sep 2005 18:23:22 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk.spec -> 1.55

asterisk.spec

index 2c14e3250590434d46885e3580784d695982798a..ca22a736969be7a0643340d8021ecbd000cd7f6f 100644 (file)
@@ -8,6 +8,7 @@
 #
 # Conditional build:
 %bcond_without openh323        # without OpenH323 support
+%bcond_with                    t30                             # without T30 support
 #
 Summary:       Asterisk PBX
 Summary(pl):   Centralka (PBX) Asterisk
@@ -20,6 +21,7 @@ Source0:      ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 0d7f1c680ae53a739f26a069ef8b580a
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
+Source3:       asterisk-t30.tar.gz
 Patch0:                %{name}-openh323-makefile.patch
 Patch1:                %{name}-Makefile_fix_gcc33.patch
 Patch2:                %{name}-no_k6_on_sparc.patch
@@ -27,6 +29,7 @@ Patch3:               %{name}-lib.patch
 Patch4:                %{name}-openh323-formats.patch
 Patch5:                %{name}-openh323-rtti.patch
 Patch6:                %{name}-freetds.patch
+Patch7:                %{name}-t30.patch
 # It's included, but these sources are broken by me :)
 # will fit on clean cvs source
 #Patch1:               %{name}-DESTDIR.patch
@@ -43,6 +46,8 @@ BuildRequires:        ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: sed >= 4.0
 BuildRequires: speex-devel
+%{?with_t30:BuildRequires:     spandsp-devel >= 0.0.3-0.pre1.1}
+BuildRequires: unixODBC-devel
 BuildRequires: zaptel-devel
 BuildRequires: zlib-devel
 #BuildRequires:        mpg123
@@ -115,6 +120,9 @@ Pliki przyk
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%if %{with t30}
+%patch7 -p1
+%endif
 
 sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile
 
This page took 0.099666 seconds and 4 git commands to generate.