]> git.pld-linux.org Git - packages/sipp.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 4 Mar 2008 15:47:17 +0000 (15:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sipp.spec -> 1.1

sipp.spec [new file with mode: 0644]

diff --git a/sipp.spec b/sipp.spec
new file mode 100644 (file)
index 0000000..91e20ca
--- /dev/null
+++ b/sipp.spec
@@ -0,0 +1,58 @@
+#
+Summary:       SIPp - a performance testing tool for the SIP protocol
+Name:          sipp
+Version:       3.0
+Release:       1
+License:       GPL v2+ except two files under BSD
+Group:         Applications
+Source0:       http://dl.sourceforge.net/sipp/%{name}-%{version}.src.tar.gz
+# Source0-md5: 31906c63eb5efa09e0b148c27435cdac
+URL:           http://sipp.sourceforge.net/
+BuildRequires: libpcap-devel
+BuildRequires: libstdc++-devel
+BuildRequires: ncurses-devel
+BuildRequires: openssl-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SIPp is a performance testing tool for the SIP protocol. It includes a
+few basic SipStone user agent scenarios (UAC and UAS) and establishes
+and releases multiple calls with the INVITE and BYE methods. It can
+also reads XML scenario files describing any performance testing
+configuration. It features the dynamic display of statistics about
+running tests (call rate, round trip delay, and message statistics),
+periodic CSV statistics dumps, TCP and UDP over multiple sockets or
+multiplexed with retransmission management, regular expressions and
+variables in scenario files, and dynamically adjustable call rates.
+
+SIPp can be used to test many real SIP equipements like SIP proxies,
+B2BUAs, SIP media servers, SIP/x gateways, SIP PBX, ... It is also
+very useful to emulate thousands of user agents calling your SIP
+system.
+
+%prep
+%setup -q -n %{name}-%{version}.src
+
+%build
+
+%{__make} pcapplay_ossl \
+       CC="%{__cc}" \
+       CPP="%{__cxx}" \
+       CCLINK="%{__cxx}" \
+       EXTRACFLAGS="%{rpmcflags}" \
+       EXTRACPPFLAGS="%{rpmcxxflags}" \
+       EXTRALFLAGS="%{rpmldflags}" \
+       INCDIR="-I. -I/usr/include/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install sipp $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.txt MEDIA.txt README.txt pcap tools
+%attr(755,root,root) %{_bindir}/*
This page took 0.376299 seconds and 4 git commands to generate.