]> git.pld-linux.org Git - packages/callgen323.git/blob - callgen323.spec
- może wrescie ktoś wykasuje to konto ?
[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:        2
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.12.0
13 BuildRequires:  pwlib-devel >= 1.4.8
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 indication.
24
25 %description -l pl
26 Co mo¿esz robiæ tym generatorem po³±czeñ:
27  - utworzyæ dowoln± ilo¶æ po³±czeñ.
28  - odebraæ dowoln± ilo¶æ po³±czeñ.
29  - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
30  - ustawiæ ilo¶æ partii po³±czeñ do powtórzenia.
31  - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania u¿ytkownika.
32
33 %prep
34 %setup -qn %{name}
35 %patch0 -p1
36
37 %build
38 %{__make} %{?debug:debug}%{!?debug:opt}shared \
39         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.067276 seconds and 3 git commands to generate.