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