]> git.pld-linux.org Git - packages/asterisk-oh323.git/blob - asterisk-oh323.spec
f2f08ac7e731a31ba37a4bef2402ee4ff6ff4181
[packages/asterisk-oh323.git] / asterisk-oh323.spec
1 Summary:        Asterisk PBX - h323 plugin
2 Summary(pl):    Wtyczka h323 dla centralki Asterisk
3 Name:           asterisk-oh323
4 Version:        0.5.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.inaccessnetworks.com/projects/asterisk-oh323/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  9f51aa8766dd2bd612dc4b28b6316769
10 URL:            http://www.inaccessnetworks.com/projects/asterisk-oh323/
11 BuildRequires:  asterisk-devel
12 BuildRequires:  openh323-devel
13 Requires:       asterisk
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Asterisk is an Open Source PBX and telephony development platform that
18 can both replace a conventional PBX and act as a platform for
19 developing custom telephony applications for delivering dynamic
20 content over a telephone similarly to how one can deliver dynamic
21 content through a web browser using CGI and a web server.
22
23 Asterisk talks to a variety of telephony hardware including BRI, PRI,
24 POTS, and IP telephony clients using the Inter-Asterisk eXchange
25 protocol (e.g. gnophone or miniphone). For more information and a
26 current list of supported hardware, see http://www.asteriskpbx.com/.
27
28 This package contains H323 plugin for Asterisk PBX.
29
30 %description -l pl
31 Asterisk to wolnodostêpna centralka (PBX) i platforma programistyczna
32 dla telefonii, mog±ca zast±piæ konwencjonalne PBX-y oraz s³u¿yæ jako
33 platforma do rozwijania w³asnych aplikacji telefonicznych do
34 przekazywania dynamicznej tre¶ci przez telefon, podobnie jak mo¿na
35 przekazywaæ dynamiczn± tre¶æ przez przegl±darkê WWW przy u¿yciu CGI i
36 serwera WWW.
37
38 Asterisk wspó³pracuje z wielorakim sprzêtem telefonicznym, w tym BRI,
39 PRI, POTS oraz klienty telefonii IP u¿ywaj±ce protoko³u Inter-Asterisk
40 eXchange (np. gnophone lub miniphone). Wiêcej informacji i listê
41 obs³ugiwanego sprzêtu mo¿na znale¼æ pod http://www.asteriskpbx.com/.
42
43 Ten pakiet zawiera wtyczkê H323 dla centralki Asterisk.
44
45 %prep
46 %setup -q -n %{name}
47
48 %build
49 %{__make} \
50         PWLIBDIR=/usr \
51         OPENH323DIR=/usr \
52 #       CFLAGS="-Wall %{rpmcflags} -I/usr/include/openh323" \
53 #       CPPFLAGS="-Wall %{rpmcflags} -I/usr/include/openh323 \
54 #               -DNDEBUG -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -DP_SSL \
55 #               -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -DPHAS_TEMPLATES"
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 #%doc BUGS ChangeLog CREDITS HARDWARE README* SECURITY configs doc/{*.txt,linkedlists.README}
69 #%attr(0640,root,root) %config(noreplace) %{_sysconfdir}/asterisk/*.conf
70 #%attr(0755,root,root) %{_libdir}/asterisk/modules/*.so
This page took 0.078417 seconds and 3 git commands to generate.