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