]> git.pld-linux.org Git - packages/callgen323.git/blob - callgen323.spec
- reverted, just BR pwlib/openh323 with proper *_LIBDIRs in *.mak
[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:        5
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 %requires_eq    openh323
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 What you can do with this call generator:
19  - spawning an exact number of calls.
20  - receiving an exact number of calls.
21  - adjust the delay between each batch of calls.
22  - set the number of batches to repeat.
23  - The only capability supported is G.711 ULaw 64k and user
24    indication.
25
26 %description -l pl
27 Co mo¿esz robiæ tym generatorem po³±czeñ:
28  - utworzyæ dowoln± liczbê po³±czeñ.
29  - odebraæ dowoln± liczbê po³±czeñ.
30  - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
31  - ustawiæ liczbê partii po³±czeñ do powtórzenia.
32  - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania
33    u¿ytkownika.
34
35 %prep
36 %setup -qn %{name}
37 %patch0 -p1
38
39 %build
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.097205 seconds and 3 git commands to generate.