]> git.pld-linux.org Git - packages/callgen323.git/blame - callgen323.spec
- tabs in preamble
[packages/callgen323.git] / callgen323.spec
CommitLineData
66d371e5 1Summary: H.323 call generator
c3634efe 2Summary(pl.UTF-8): Generator połączeń H.323
66d371e5 3Name: callgen323
6fb73b6c 4Version: 1.2.6
a4be4f4e 5Release: 11
6fb73b6c 6License: MPL 1.0
66d371e5
MM
7Group: Networking/Daemons
8Source0: http://www.openh323.org/bin/%{name}_%{version}.tar.gz
442eac32 9# Source0-md5: 1428f738e3ad43e5c57aa99e132065dc
66d371e5 10Patch0: %{name}-mak_files.patch
5c6148c2 11Patch1: %{name}-update.patch
66d371e5 12URL: http://www.openh323.org/
0363da9f 13BuildRequires: openh323-devel >= 1.18.0
efef5b4a 14BuildRequires: pwlib-devel >= 1.6.5-3
3911299a 15BuildRequires: speex-devel
370c3f07 16%requires_eq openh323
6fb73b6c 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
66d371e5
MM
18
19%description
20What you can do with this call generator:
20760c51 21- spawning an exact number of calls.
22- receiving an exact number of calls.
23- adjust the delay between each batch of calls.
24- set the number of batches to repeat.
25- The only capability supported is G.711 ULaw 64k and user
26 indication.
66d371e5 27
c7abbd91
JR
28%description -l pl.UTF-8
29Co możesz robić tym generatorem połączeń:
30- utworzyć dowolną liczbę połączeń.
31- odebrać dowolną liczbę połączeń.
32- ustawić opóźnienie między dowolną partią połączeń.
33- ustawić liczbę partii połączeń do powtórzenia.
34- Jedyną dostępną możliwością jest G.711 ULaw 64k oraz wskazania
35 użytkownika.
66d371e5
MM
36
37%prep
38%setup -qn %{name}
39%patch0 -p1
5c6148c2 40%patch1 -p1
66d371e5
MM
41
42%build
6fb73b6c 43%{__make} %{?debug:debug}%{!?debug:opt}shared \
5c6148c2
JB
44 CXX="%{__cxx}" \
45 OPTCCFLAGS="%{rpmcflags} -fno-exceptions"
66d371e5
MM
46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT%{_bindir}
50
51install obj_*/%{name} $RPM_BUILD_ROOT%{_bindir}
52
66d371e5
MM
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
1dfd8c8f 58%doc *.txt
66d371e5 59%attr(755,root,root) %{_bindir}/*
This page took 0.095624 seconds and 4 git commands to generate.