]> git.pld-linux.org Git - packages/callgen323.git/blob - callgen323.spec
63a3427c35e58681a8c4f7e1a7cb312eeaa60568
[packages/callgen323.git] / callgen323.spec
1 Summary:        H.323 call generator
2 Summary(pl):    Generator po³±czeñ H.323
3 Name:           callgen323
4 Version:        1.2.6
5 Release:        6
6 License:        MPL 1.0
7 Group:          Networking/Daemons
8 Source0:        http://www.openh323.org/bin/%{name}_%{version}.tar.gz
9 # Source0-md5:  1428f738e3ad43e5c57aa99e132065dc
10 Patch0:         %{name}-mak_files.patch
11 URL:            http://www.openh323.org/
12 BuildRequires:  openh323-devel >= 1.13.4-3
13 BuildRequires:  pwlib-devel >= 1.6.5-3
14 BuildRequires:  speex-devel
15 %requires_eq    openh323
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 What you can do with this call generator:
20 - spawning an exact number of calls.
21 - receiving an exact number of calls.
22 - adjust the delay between each batch of calls.
23 - set the number of batches to repeat.
24 - The only capability supported is G.711 ULaw 64k and user
25   indication.
26
27 %description -l pl
28 Co mo¿esz robiæ tym generatorem po³±czeñ:
29 - utworzyæ dowoln± liczbê po³±czeñ.
30 - odebraæ dowoln± liczbê po³±czeñ.
31 - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
32 - ustawiæ liczbê partii po³±czeñ do powtórzenia.
33 - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania
34   u¿ytkownika.
35
36 %prep
37 %setup -qn %{name}
38 %patch0 -p1
39
40 %build
41 %{__make} %{?debug:debug}%{!?debug:opt}shared \
42         OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47
48 install obj_*/%{name} $RPM_BUILD_ROOT%{_bindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc *.txt
56 %attr(755,root,root) %{_bindir}/*
This page took 0.07464 seconds and 2 git commands to generate.