]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk.spec
- stupid patch to build on our sparcs (arch != ultrasparc)
[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
11#
8ac733fc 12Summary: Asterisk PBX
de95e0fb 13Summary(pl): Centralka (PBX) Asterisk
8ac733fc 14Name: asterisk
7dce875a 15Version: 1.0.2
4f8d0ca9 16Release: 2
8ac733fc
PG
17License: GPL v2
18Group: Applications/System
8c7a2ffa 19Source0: ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
7dce875a 20# Source0-md5: 58b2c912b4e7c1f0438f06eb26c4b369
48b81789
PG
21Source1: %{name}.init
22Source2: %{name}.sysconfig
a838f328 23Patch0: %{name}-openh323-makefile.patch
c101d088 24Patch1: %{name}-Makefile_fix_gcc33.patch
a0ad6913
PG
25# It's included, but these sources are broken by me :)
26# will fit on clean cvs source
27#Patch1: %{name}-DESTDIR.patch
a838f328 28#Patch2: %{name}-Makefile2.patch
8c7a2ffa 29URL: http://www.asterisk.org/
7346b8fc 30BuildRequires: bison
31BuildRequires: gawk
a838f328 32#BuildRequires: glib-devel
33#BuildRequires: gtk+-devel
e548f8fc 34BuildRequires: libpri-devel
82475f50
PG
35BuildRequires: mysql-devel
36BuildRequires: ncurses-devel
12ec33bf 37BuildRequires: openssl-devel >= 0.9.7d
591f7fb9 38BuildRequires: sed >= 4.0
82475f50 39BuildRequires: speex-devel
e548f8fc 40BuildRequires: zaptel-devel
82475f50 41BuildRequires: zlib-devel
1492c66b
PG
42# These libraries are crazy...
43# With openh323 1.11.7 and pwlib 1.4.11 i had sig11
a838f328 44#BuildRequires: openh323-devel = 1.10.4
45#BuildRequires: pwlib-devel = 1.4.4
180084a5 46%{?with_h323:BuildRequires: openh323-devel}
47%{?with_h323:BuildRequires: pwlib-devel}
b9bcfe5b
JB
48PreReq: rc-scripts
49Requires(post,preun): /sbin/chkconfig
180084a5 50%{?with_h323:%requires_eq openh323}
51%{?with_h323:%requires_eq pwlib}
8ac733fc
PG
52BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
53
54%description
55Asterisk is an Open Source PBX and telephony development platform that
56can both replace a conventional PBX and act as a platform for
57developing custom telephony applications for delivering dynamic
58content over a telephone similarly to how one can deliver dynamic
59content through a web browser using CGI and a web server.
60
61Asterisk talks to a variety of telephony hardware including BRI, PRI,
62POTS, and IP telephony clients using the Inter-Asterisk eXchange
63protocol (e.g. gnophone or miniphone). For more information and a
8c7a2ffa 64current list of supported hardware, see http://www.asterisk.org/.
de95e0fb
JB
65
66%description -l pl
67