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