]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk.spec
- fixed
[packages/asterisk.git] / asterisk.spec
CommitLineData
8ac733fc
PG
1# TODO:
2# - cgi-bin package - separate, because of suid-root
ac237e7b 3# - separate plugins into packages
80067fcb 4# - use shared versions of lpc10, gsm,...
e69c9e7d
PG
5# - put chan_h323 into separate package and make obsoletes to chan_oh323 from external spec
6# These two h323 plugin are conflicting...
dd54f70d 7# - CFLAGS passing
fb0589cb
JB
8#
9# Conditional build:
10%bcond_without openh323 # without OpenH323 support
496d7f51 11%bcond_with rxfax # with rx (also tx :-D) fax
12
6dabecd7 13%define _spandsp_version 0.0.2pre25
fb0589cb 14#
8ac733fc 15Summary: Asterisk PBX
de95e0fb 16Summary(pl): Centralka (PBX) Asterisk
8ac733fc 17Name: asterisk
f187dbd0 18Version: 1.2.9.1
7774d298 19Release: 1
8ac733fc
PG
20License: GPL v2
21Group: Applications/System
87a2b1b8 22Source0: ftp://ftp.digium.com/pub/asterisk/%{name}-%{version}.tar.gz
f187dbd0 23# Source0-md5: d98fc3dc5ee8df691ca2b0bd309bb251
48b81789
PG
24Source1: %{name}.init
25Source2: %{name}.sysconfig
fa4054d8 26#Patch0: %{name}-openh323-makefile.patch
c101d088 27Patch1: %{name}-Makefile_fix_gcc33.patch
93f9bb41 28Patch2: %{name}-no_k6_on_sparc.patch
5658cdd6 29Patch3: %{name}-lib.patch
fa4054d8
ER
30#Patch4: %{name}-openh323-formats.patch
31#Patch5: %{name}-openh323-rtti.patch
32#Patch6: %{name}-freetds.patch
33#Patch7: %{name}-t30.patch
8d0a3e58 34Patch8: %{name}-awk.patch
fa4054d8
ER
35#Patch9: %{name}-noarch.patch
36# It's included, but these sources are broken by me:)
a0ad6913 37# will fit on clean cvs source
fa4054d8
ER
38#Patch1: %{name}-DESTDIR.patch
39#Patch2: %{name}-Makefile2.patch
496d7f51 40Source10: http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_txfax.c
41Source11: http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_rxfax.c
42Patch10: http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
8c7a2ffa 43URL: http://www.asterisk.org/
7346b8fc 44BuildRequires: bison
8a8cbd07 45BuildRequires: freetds >= 0.63
7346b8fc 46BuildRequires: gawk
a838f328 47#BuildRequires: glib-devel
48#BuildRequires: gtk+-devel
7774d298 49BuildRequires: libpri-devel >= 1.2.3
fa4054d8 50#BuildRequires: mpg123
82475f50
PG
51BuildRequires: mysql-devel
52BuildRequires: ncurses-devel
12ec33bf 53BuildRequires: openssl-devel >= 0.9.7d
fa4054d8 54BuildRequires: rpmbuild(macros) >= 1.268
591f7fb9 55BuildRequires: sed >= 4.0
848838a0 56BuildRequires: spandsp-devel < 1:0.0.3
fa4054d8
ER
57BuildRequires: spandsp-devel >= 1:0.0.2-0.pre20.1
58%{?with_rxfax:BuildRequires: spandsp-devel-%{_spandsp_version}}
59BuildRequires: speex-devel
405b262e 60BuildRequires: unixODBC-devel
e548f8fc 61BuildRequires: zaptel-devel
82475f50 62BuildRequires: zlib-devel
1492c66b
PG
63# These libraries are crazy...
64# With openh323 1.11.7 and pwlib 1.4.11 i had sig11
a838f328 65#BuildRequires: openh323-devel = 1.10.4
bd56a17b 66%{?with_openh323:BuildRequires: openh323-devel}
fa4054d8 67#BuildRequires: pwlib-devel = 1.4.4
bd56a17b 68%{?with_openh323:BuildRequires: pwlib-devel}
b9bcfe5b 69Requires(post,preun): /sbin/chkconfig
fa4054d8 70Requires: rc-scripts
bd56a17b
JB
71%{?with_openh323:%requires_eq openh323}
72%{?with_openh323:%requires_eq pwlib}
8ac733fc
PG
73BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
74
75%description
76Asterisk is an Open Source PBX and telephony development platform that
77can both replace a conventional PBX and act as a platform for
78developing custom telephony applications for delivering dynamic
79content over a telephone similarly to how one can deliver dynamic
80content through a web browser using CGI and a web server.
81
82Asterisk talks to a variety of telephony hardware including BRI, PRI,
83POTS, and IP telephony clients using the Inter-Asterisk eXchange
84protocol (e.g. gnophone or miniphone). For more information and a
8c7a2ffa 85current list of supported hardware, see http://www.asterisk.org/.
de95e0fb
JB
86
87%description -l pl
88