]> git.pld-linux.org Git - packages/asterisk.git/blame_incremental - asterisk.spec
- up to 1.0.7
[packages/asterisk.git] / asterisk.spec
... / ...
CommitLineData
1# TODO:
2# - cgi-bin package - separate, because of suid-root
3# - separate plugins into packages
4# - use shared versions of lpc10, gsm,...
5# - put chan_h323 into separate package and make obsoletes to chan_oh323 from external spec
6# These two h323 plugin are conflicting...
7# - CFLAGS passing
8#
9# Conditional build:
10%bcond_without openh323 # without OpenH323 support
11#
12Summary: Asterisk PBX
13Summary(pl): Centralka (PBX) Asterisk
14Name: asterisk
15Version: 1.0.7
16Release: 1
17License: GPL v2
18Group: Applications/System
19Source0: ftp://ftp.digium.com/pub/%{name}/%{name}-%{version}.tar.gz
20# Source0-md5: 4cc3c1e4a1b12e0e4c748326ad153291
21Source1: %{name}.init
22Source2: %{name}.sysconfig
23Patch0: %{name}-openh323-makefile.patch
24Patch1: %{name}-Makefile_fix_gcc33.patch
25Patch2: %{name}-no_k6_on_sparc.patch
26Patch3: %{name}-lib.patch
27# It's included, but these sources are broken by me :)
28# will fit on clean cvs source
29#Patch1: %{name}-DESTDIR.patch
30#Patch2: %{name}-Makefile2.patch
31URL: http://www.asterisk.org/
32BuildRequires: bison
33BuildRequires: gawk
34#BuildRequires: glib-devel
35#BuildRequires: gtk+-devel
36BuildRequires: libpri-devel
37BuildRequires: mysql-devel
38BuildRequires: ncurses-devel
39BuildRequires: openssl-devel >= 0.9.7d
40BuildRequires: sed >= 4.0
41BuildRequires: speex-devel
42BuildRequires: zaptel-devel
43BuildRequires: zlib-devel
44#BuildRequires: mpg123
45# These libraries are crazy...
46# With openh323 1.11.7 and pwlib 1.4.11 i had sig11
47#BuildRequires: openh323-devel = 1.10.4
48#BuildRequires: pwlib-devel = 1.4.4
49%{?with_openh323:BuildRequires: openh323-devel}
50%{?with_openh323:BuildRequires: pwlib-devel}
51PreReq: rc-scripts
52Requires(post,preun): /sbin/chkconfig
53%{?with_openh323:%requires_eq openh323}
54%{?with_openh323:%requires_eq pwlib}
55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
56
57%description
58Asterisk is an Open Source PBX and telephony development platform that
59can both replace a conventional PBX and act as a platform for
60developing custom telephony applications for delivering dynamic
61content over a telephone similarly to how one can deliver dynamic
62content through a web browser using CGI and a web server.
63
64Asterisk talks to a variety of telephony hardware including BRI, PRI,
65POTS, and IP telephony clients using the Inter-Asterisk eXchange
66protocol (e.g. gnophone or miniphone). For more information and a
67current list of supported hardware, see http://www.asterisk.org/.
68
69%description -l pl
70