]> git.pld-linux.org Git - packages/asterisk.git/blame - asterisk.spec
- add missing var
[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,...
dd54f70d 5# - CFLAGS passing
7605fc79
AM
6# - fix bluetooth patch
7# - package commandline tools (aelparse etc.)
fb0589cb
JB
8#
9# Conditional build:
55ddc12f
JB
10%bcond_with rxfax # without rx (also tx :-D) fax
11%bcond_with bluetooth # without bluetooth support (NFT)
12%bcond_with zhone # zhone hack
54701db5
AM
13%bcond_with zhone_hack # huge hack workarounding broken zhone channel banks which start randomly
14 # issuing pulse-dialled calls to weird numbers
55ddc12f
JB
15%bcond_with bristuff # BRIstuff (Junghanns.NET BRI adapters) support
16%bcond_with verbose # verbose build
14fc0072 17#
cfc5e383 18%define _spandsp_version 0.0.2pre26
fb0589cb 19#
8ac733fc 20Summary: Asterisk PBX
3dd43888 21Summary(pl.UTF-8): Centralka (PBX) Asterisk
8ac733fc 22Name: asterisk
cc19124a 23Version: 1.6.1.1
1bc1ac13 24Release: 2%{?with_bristuff:.bristuff}
8ac733fc
PG
25License: GPL v2
26Group: Applications/System
8c1b5e50 27Source0: http://downloads.digium.com/pub/asterisk/releases/%{name}-%{version}.tar.gz
cc19124a 28# Source0-md5: 8e91e14436c1fb385a6ab8dac4507d39
48b81789
PG
29Source1: %{name}.init
30Source2: %{name}.sysconfig
8c1b5e50 31Source3: http://downloads.digium.com/pub/telephony/sounds/releases/asterisk-core-sounds-en-gsm-1.4.13.tar.gz
fd0df356 32# Source3-md5: 65add705003e9aebdb4cd03bd1a26f97
8c1b5e50 33Source4: http://downloads.digium.com/pub/telephony/sounds/asterisk-moh-freeplay-wav.tar.gz
cc19124a 34# Source4-md5: e523fc2b4ac524f45da7815e97780540
046a2286 35Source5: %{name}.logrotate
d632468e 36Patch0: %{name}-m4.patch
7605fc79 37Patch1: %{name}-configure.patch
93f9bb41 38Patch2: %{name}-no_k6_on_sparc.patch
5658cdd6 39Patch3: %{name}-lib.patch
496d7f51 40Source10: http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_txfax.c
cc19124a 41# Source10-md5: 8c8fcb263b76897022b4c28052a7b439
496d7f51 42Source11: http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/app_rxfax.c
cc19124a 43# Source11-md5: ab6983b51c412883545b36993d704999
19b2566c
AM
44# http://soft-switch.org/downloads/spandsp/spandsp-%{_spandsp_version}/asterisk-1.2.x/apps_Makefile.patch
45Patch10: %{name}-txfax-Makefile.patch
7605fc79
AM
46Patch11: %{name}-fix-ptlib.patch
47Patch12: %{name}-chan_bluetooth.patch
36a72b9c 48Patch13: %{name}-zhone.patch
8c851fd1 49# http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff
9d92ff08 50Patch14: %{name}-bristuff.patch
3facd2d9
AM
51Patch15: %{name}-bristuff-build.patch
52Patch16: %{name}-bristuff-libpri.patch
8c7a2ffa 53URL: http://www.asterisk.org/
8c1b5e50 54BuildRequires: OSPToolkit
7e588411 55BuildRequires: SDL_image-devel
8c1b5e50 56BuildRequires: alsa-lib-devel
7605fc79
AM
57BuildRequires: autoconf
58BuildRequires: automake
7346b8fc 59BuildRequires: bison
7605fc79 60%{?with_bluetooth:BuildRequires: bluez-devel}
7e588411
AM
61BuildRequires: curl-devel
62BuildRequires: dahdi-tools-devel
8a8cbd07 63BuildRequires: freetds >= 0.63
7346b8fc 64BuildRequires: gawk
19b2566c 65BuildRequires: gcc >= 5:3.4
7605fc79 66BuildRequires: iksemel-devel
6db22ae5 67BuildRequires: imap-static
8c1b5e50
AM
68BuildRequires: jack-audio-connection-kit-devel
69BuildRequires: libogg-devel
7e588411 70BuildRequires: libvorbis-devel
82475f50
PG
71BuildRequires: mysql-devel
72BuildRequires: ncurses-devel
8c1b5e50
AM
73BuildRequires: net-snmp-devel
74BuildRequires: newt-devel
75BuildRequires: openldap-devel
12ec33bf 76BuildRequires: openssl-devel >= 0.9.7d
8c1b5e50
AM
77BuildRequires: popt-devel
78BuildRequires: portaudio-devel
fa4054d8 79BuildRequires: rpmbuild(macros) >= 1.268
591f7fb9 80BuildRequires: sed >= 4.0
7605fc79 81%{?with_rxfax:BuildRequires: spandsp-devel-%{_spandsp_version}}
fa4054d8 82BuildRequires: speex-devel
405b262e 83BuildRequires: unixODBC-devel
82475f50 84BuildRequires: zlib-devel
7605fc79
AM
85BuildRequires: openh323-devel
86BuildRequires: pwlib-devel
8c1b5e50 87BuildRequires: sqlite3-devel
7e588411 88BuildRequires: xorg-lib-libX11-devel
9d92ff08 89%if %{with bristuff}
6cd0c1d6 90BuildRequires: libgsmat-devel
9d92ff08 91BuildRequires: libpri-bristuff-devel >= 1.2.4
fd02d532
AM
92%else
93BuildRequires: libpri-devel >= 1.2.4
9d92ff08 94%endif
b9bcfe5b 95Requires(post,preun): /sbin/chkconfig
fa4054d8 96Requires: rc-scripts
7605fc79
AM
97%requires_eq openh323
98%requires_eq pwlib
8ac733fc
PG
99BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
100
101%description
102Asterisk is an Open Source PBX and telephony development platform that
103can both replace a conventional PBX and act as a platform for
104developing custom telephony applications for delivering dynamic
105content over a telephone similarly to how one can deliver dynamic
106content through a web browser using CGI and a web server.
107
108Asterisk talks to a variety of telephony hardware including BRI, PRI,
109POTS, and IP telephony clients using the Inter-Asterisk eXchange
110protocol (e.g. gnophone or miniphone). For more information and a
8c7a2ffa 111current list of supported hardware, see http://www.asterisk.org/.
de95e0fb 112
82de9d0d
JR
113%description -l pl.UTF-8
114Asterisk to wolnodostępna centralka (PBX) i platforma programistyczna
115dla telefonii, mogąca zastąpić konwencjonalne PBX-y oraz służyć jako
116platforma do rozwijania własnych aplikacji telefonicznych do
117przekazywania dynamicznej treści przez telefon, podobnie jak można
118przekazywać dynamiczną treść przez przeglądarkę WWW przy użyciu CGI i
de95e0fb
JB
119serwera WWW.
120
82de9d0d
JR
121Asterisk współpracuje z wielorakim sprzętem telefonicznym, w tym BRI,
122PRI, POTS oraz klienty telefonii IP używające protokołu Inter-Asterisk
123eXchange (np. gnophone lub miniphone). Więcej informacji i listę
124obsługiwanego sprzętu można znaleźć pod http://www.asterisk.org/.
8ac733fc
PG
125
126%package devel
de95e0fb 127Summary: Header files for Asterisk platform
3dd43888 128Summary(pl.UTF-8): Pliki nagłówkowe platformy Asterisk
8ac733fc 129Group: Development
8ac733fc
PG
130
131%description devel
de95e0fb 132Header files for Asterisk development platform.
8ac733fc 133
82de9d0d
JR
134%description devel -l pl.UTF-8
135Pliki nagłówkowe platformy programistycznej Asterisk.
8ac733fc 136
a838f328 137%package examples
138Summary: Example files for the Asterisk PBX
3dd43888 139Summary(pl.UTF-8): Pliki przykładowe dla centralki Asterisk
a838f328 140Group: Applications/System
fb0589cb 141Requires: %{name} = %{version}-%{release}
a838f328 142
143%description examples
fb0589cb 144Example files for the Asterisk PBX.
a838f328 145
82de9d0d
JR
146%description examples -l pl.UTF-8
147Pliki przykładowe dla centralki Asterisk.
a838f328 148
8ac733fc 149%prep
7605fc79 150%setup -q -n %{name}-%{version}
62ea1c5e
AM
151
152%{?with_zhone:sed -i -e 's|.*#define.*ZHONE_HACK.*|#define ZHONE_HACK 1|g' channels/chan_zap.c}
153
8c1b5e50 154#%patch0 -p0
e621aa3e 155#%patch1 -p1
7605fc79
AM
156#%patch2 -p1
157#%patch3 -p1
f5a8d2bc 158#%patch5 -p1
159#%patch6 -p1
160#%patch7 -p1
f5a8d2bc 161#%patch9 -p1
8ac733fc 162
496d7f51 163%if %{with rxfax}
164cd apps
19b2566c 165%patch10 -p0
fa4054d8
ER
166cp %{SOURCE10} .
167cp %{SOURCE11} .
496d7f51 168%endif
169
8c1b5e50 170#%patch11 -p1
7605fc79 171
9d92ff08
AM
172%{?with_bluetooth:%patch12 -p1}
173%{?with_zhonehack:%patch13 -p1}
fd02d532
AM
174%if %{with bristuff}
175%patch14 -p1
176%patch15 -p1
3facd2d9 177%patch16 -p1
fd02d532 178%endif
36a72b9c 179
7605fc79 180sed -i -e "s#/usr/lib/#/usr/%{_lib}/#g#" Makefile
4f8d0ca9 181
6db22ae5 182mkdir -p imap/c-client
183ln -s %{_libdir}/libc-client.a imap/c-client/c-client.a
184ln -s %{_includedir}/imap/* imap/c-client/
185echo '-lssl -lpam' > imap/c-client/LDFLAGS
186
8ac733fc 187%build
dd54f70d 188rm -f pbx/.depend
3074f789 189
8c1b5e50 190%{__aclocal} -I autoconf
6cd0c1d6 191%{__autoheader}
7605fc79
AM
192%{__autoconf}
193
e621aa3e 194CPPFLAGS="-I/usr/include/openh323"; export CPPFLAGS
6db22ae5 195%configure \
6cd0c1d6 196 %{?with_bristuff:--with-gsmat=%{_prefix}} \
6db22ae5 197 --with-imap="`pwd`"/imap
7605fc79 198
71a03315
AM
199# safe checks
200%{?with_bristuff:grep '^#define HAVE_GSMAT 1' include/asterisk/autoconfig.h || exit 1}
201
7605fc79
AM
202cp -f .cleancount .lastclean
203
2d4cecf8 204%{__make} -j1 -C menuselect \
fd02d532 205 %{?with_verbose:NOISY_BUILD=yes} \
e621aa3e
AM
206 CC="%{__cc}" \
207 OPTIMIZE="%{rpmcflags}"
208
209%{__make} -j1 \
fd02d532 210 %{?with_verbose:NOISY_BUILD=yes} \
e621aa3e
AM
211 CC="%{__cc}" \
212 OPTIMIZE="%{rpmcflags}" \
2d4cecf8
AM
213 CHANNEL_LIBS+=chan_bluetooth.so || :
214
215# rerun needed; asterisk want's that
216%{__make} -j1 \
fd02d532 217 %{?with_verbose:NOISY_BUILD=yes} \
2d4cecf8
AM
218 CC="%{__cc}" \
219 OPTIMIZE="%{rpmcflags}" \
e621aa3e 220 CHANNEL_LIBS+=chan_bluetooth.so
39a285f2 221
8ac733fc
PG
222# it requires doxygen - I don't know if we should do this...
223#%{__make} progdocs
224
7db48369
AM
225# safe checks
226%{?with_bristuff:objdump -p channels/chan_zap.so | grep -qE 'NEEDED +libgsmat\.so' || exit 1}
227
8ac733fc
PG
228%install
229rm -rf $RPM_BUILD_ROOT
046a2286 230install -d $RPM_BUILD_ROOT{/var/{log/asterisk/cdr-csv,spool/asterisk/monitor},/etc/{rc.d/init.d,sysconfig,logrotate.d}}
8729ab54 231
7605fc79
AM
232install %{SOURCE3} sounds
233install %{SOURCE4} sounds
046a2286 234install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
7605fc79 235
d54a6170 236%{__make} -j1 install \
87a2b1b8 237 DESTDIR=$RPM_BUILD_ROOT
d54a6170 238%{__make} -j1 samples \
a838f328 239 DESTDIR=$RPM_BUILD_ROOT
39a285f2 240
48b81789
PG
241install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
242install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
243
de95e0fb
JB
244%clean
245rm -rf $RPM_BUILD_ROOT
246
80067fcb
PG
247%post
248/sbin/chkconfig --add asterisk
195243b4
AM
249# this was insane; breaking all current calls
250#%%service asterisk restart "Asterisk daemon"
80067fcb
PG
251
252%preun
253if [ "$1" = "0" ]; then
fa4054d8 254 %service asterisk stop
80067fcb
PG
255 /sbin/chkconfig --del asterisk
256fi
257
8ac733fc
PG
258%files
259%defattr(644,root,root,755)
7605fc79 260%doc BUGS ChangeLog CHANGES CREDITS README* UPGRADE.txt configs doc/*.txt
de95e0fb 261%attr(755,root,root) %{_sbindir}/*
8ac733fc 262%dir %{_sysconfdir}/asterisk
87a2b1b8 263%attr(754,root,root) /etc/rc.d/init.d/%{name}
046a2286 264%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
87a2b1b8
ER
265%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
266%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.conf
267%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.adsi
4c95d3c2 268%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/*.lua
87a2b1b8 269%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/asterisk/extensions.ael
8ac733fc
PG
270%dir %{_libdir}/asterisk
271%dir %{_libdir}/asterisk/modules
de95e0fb 272%attr(755,root,root) %{_libdir}/asterisk/modules/*.so
8ac733fc
PG
273%dir /var/lib/asterisk
274%dir /var/lib/asterisk/agi-bin
ac237e7b
PG
275%dir /var/lib/asterisk/images
276%dir /var/lib/asterisk/keys
7605fc79
AM
277%dir /var/lib/asterisk/moh
278/var/lib/asterisk/moh/fpm-calm-river.wav
279/var/lib/asterisk/moh/fpm-sunshine.wav
280/var/lib/asterisk/moh/fpm-world-mix.wav
de95e0fb 281%dir /var/lib/asterisk/sounds
4c95d3c2
AM
282%dir /var/lib/asterisk/sounds/en
283%dir /var/lib/asterisk/sounds/en/digits
284%dir /var/lib/asterisk/sounds/en/dictate
285%dir /var/lib/asterisk/sounds/en/followme
286%dir /var/lib/asterisk/sounds/en/letters
287%dir /var/lib/asterisk/sounds/en/phonetic
288%dir /var/lib/asterisk/sounds/en/silence
de95e0fb 289/var/lib/asterisk/images/*.jpg
de95e0fb 290/var/lib/asterisk/keys/*.pub
4c95d3c2
AM
291/var/lib/asterisk/phoneprov
292/var/lib/asterisk/sounds/en/*.gsm
293/var/lib/asterisk/sounds/en/digits/*.gsm
294/var/lib/asterisk/sounds/en/dictate/*.gsm
295/var/lib/asterisk/sounds/en/followme/*.gsm
296/var/lib/asterisk/sounds/en/letters/*.gsm
297/var/lib/asterisk/sounds/en/phonetic/*.gsm
298/var/lib/asterisk/sounds/en/silence/*.gsm
299/var/lib/asterisk/static-http
8ac733fc 300%dir /var/spool/asterisk
9b09fef6 301%dir /var/spool/asterisk/monitor
f5a8d2bc 302#%%dir /var/spool/asterisk/vm
a0ad6913
PG
303%dir /var/spool/asterisk/voicemail
304%dir /var/spool/asterisk/voicemail/default
6293eeaf 305%dir /var/spool/asterisk/voicemail/default/1234
4c95d3c2 306%dir /var/spool/asterisk/voicemail/default/1234/en
8729ab54 307%dir /var/log/asterisk
1f0eb408 308%dir /var/log/asterisk/cdr-csv
591f7fb9 309%{_mandir}/man8/asterisk.8*
f5a8d2bc 310%{_mandir}/man8/astgenkey.8*
311%{_mandir}/man8/autosupport.8*
312%{_mandir}/man8/safe_asterisk.8*
d8121cb9 313%dir /var/lib/asterisk/firmware
314%dir /var/lib/asterisk/firmware/iax
315/var/lib/asterisk/firmware/iax/iaxy.bin
8ac733fc 316
a838f328 317%files examples
318%defattr(644,root,root,755)
319%attr(755,root,root) /var/lib/asterisk/agi-bin/agi-test.agi
320%attr(755,root,root) /var/lib/asterisk/agi-bin/eagi-sphinx-test
321%attr(755,root,root) /var/lib/asterisk/agi-bin/eagi-test
7605fc79 322%attr(755,root,root) /var/lib/asterisk/agi-bin/jukebox.agi
4c95d3c2
AM
323/var/spool/asterisk/voicemail/default/1234/en/busy.gsm
324/var/spool/asterisk/voicemail/default/1234/en/unavail.gsm
a838f328 325
de95e0fb 326#%dir /var/lib/asterisk/agi-bin/*
8ac733fc
PG
327
328%files devel
329%defattr(644,root,root,755)
330%dir %{_includedir}/asterisk
de95e0fb 331%{_includedir}/asterisk/*.h
7605fc79 332%{_includedir}/asterisk.h
This page took 0.225782 seconds and 4 git commands to generate.