]> git.pld-linux.org Git - packages/callgen323.git/commitdiff
- STBR; rel1
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 13 Jul 2002 08:41:45 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callgen323.spec -> 1.1

callgen323.spec [new file with mode: 0644]

diff --git a/callgen323.spec b/callgen323.spec
new file mode 100644 (file)
index 0000000..a2d1d26
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       H.323 call generator
+Summary(pl):   Generator po³±czeñ H.323
+Name:          callgen323
+Version:       1.1.0
+Release:       1
+License:       MPL
+Group:         Networking/Daemons
+Source0:       http://www.openh323.org/bin/%{name}_%{version}.tar.gz
+Patch0:                %{name}-mak_files.patch
+URL:           http://www.openh323.org/
+BuildRequires: openh323-devel >= 1.8.2
+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.
+
+%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.
+
+%prep
+%setup -qn %{name}
+%patch0 -p1
+
+%build
+PWLIBDIR=%{_prefix}; export PWLIBDIR
+OPENH323DIR=%{_prefix}; export OPENH323DIR
+
+%{__make} optshared OPTCCFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install obj_*/%{name} $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf *.txt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.116566 seconds and 4 git commands to generate.