]> git.pld-linux.org Git - packages/callgen323.git/blobdiff - callgen323.spec
This commit was manufactured by cvs2git to create tag 'auto-ac-
[packages/callgen323.git] / callgen323.spec
index a57ef4aec92683a58b43970dbc6b2f8e392a1c81..d3cf4ef038d01a61ed10a7dd062b31bfdadd24a4 100644 (file)
@@ -2,43 +2,47 @@ Summary:      H.323 call generator
 Summary(pl):   Generator po³±czeñ H.323
 Name:          callgen323
 Version:       1.2.6
-Release:       5
+Release:       9
 License:       MPL 1.0
 Group:         Networking/Daemons
 Source0:       http://www.openh323.org/bin/%{name}_%{version}.tar.gz
 # Source0-md5: 1428f738e3ad43e5c57aa99e132065dc
 Patch0:                %{name}-mak_files.patch
+Patch1:                %{name}-update.patch
 URL:           http://www.openh323.org/
-BuildRequires: openh323-devel >= 1.13.4-3
+BuildRequires: openh323-devel >= 1.18.0
 BuildRequires: pwlib-devel >= 1.6.5-3
+BuildRequires: speex-devel
 %requires_eq   openh323
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 What you can do with this call generator:
- - spawning an exact number of calls.
- - receiving an exact number of calls.
- - adjust the delay between each batch of calls.
- - set the number of batches to repeat.
- - The only capability supported is G.711 ULaw 64k and user
-   indication.
+- spawning an exact number of calls.
+- receiving an exact number of calls.
+- adjust the delay between each batch of calls.
+- set the number of batches to repeat.
+- The only capability supported is G.711 ULaw 64k and user
+  indication.
 
 %description -l pl
 Co mo¿esz robiæ tym generatorem po³±czeñ:
- - utworzyæ dowoln± liczbê po³±czeñ.
- - odebraæ dowoln± liczbê po³±czeñ.
- - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
- - ustawiæ liczbê partii po³±czeñ do powtórzenia.
- - Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania
-   u¿ytkownika.
+- utworzyæ dowoln± liczbê po³±czeñ.
+- odebraæ dowoln± liczbê po³±czeñ.
+- ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
+- ustawiæ liczbê partii po³±czeñ do powtórzenia.
+- Jedyn± dostêpn± mo¿liwo¶ci± jest G.711 ULaw 64k oraz wskazania
+  u¿ytkownika.
 
 %prep
 %setup -qn %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} %{?debug:debug}%{!?debug:opt}shared \
-       OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
+       CXX="%{__cxx}" \
+       OPTCCFLAGS="%{rpmcflags} -fno-exceptions"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.101144 seconds and 4 git commands to generate.