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