]> git.pld-linux.org Git - packages/callgen323.git/blobdiff - callgen323.spec
- added update patch, removed -fno-rtti - now builds with openh323 0.15.3
[packages/callgen323.git] / callgen323.spec
index b28f8b08fa81e00f69f901da7721b7726590e331..ee74fc571bb2e84aa256763daa453be2961fa045 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:       1
+Release:       7
 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.11.3
-BuildRequires: pwlib-devel >= 1.4.8
+BuildRequires: openh323-devel >= 1.13.4-3
+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± ilo¶æ po³±czeñ.
- - odebraæ dowoln± ilo¶æ po³±czeñ.
- - ustawiæ opó¼nienie miêdzy dowoln± parti± po³±czeñ.
- - ustawiæ ilo¶æ 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
-PWLIBDIR=%{_prefix}; export PWLIBDIR
-OPENH323DIR=%{_prefix}; export OPENH323DIR
-
 %{__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.091743 seconds and 4 git commands to generate.