Author: jajcus                       Date: Tue Mar  4 15:47:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec

---- Files affected:
SPECS:
   sipp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sipp.spec
diff -u /dev/null SPECS/sipp.spec:1.1
--- /dev/null   Tue Mar  4 16:47:22 2008
+++ SPECS/sipp.spec     Tue Mar  4 16:47:17 2008
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+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}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-03-04 15:47:17  jajcus
+- new spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to