rpms/sipp/F-7 sipp--Makefile-fix-paths.diff, NONE, 1.1 sipp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Wed Jun 6 16:58:42 UTC 2007


Author: peter

Update of /cvs/extras/rpms/sipp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9809/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	sipp--Makefile-fix-paths.diff sipp.spec 
Log Message:
Initial commit of sipp

sipp--Makefile-fix-paths.diff:

--- NEW FILE sipp--Makefile-fix-paths.diff ---
--- Makefile	2006-08-29 12:03:34.000000000 +0400
+++ Makefile	2006-11-22 22:02:17.000000000 +0300
@@ -132,7 +132,7 @@
 LFLAGS=$(LFLAGS_$(SYSTEM))
 
 #Link Libraries
-LIBS_linux= -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib -L /usr/lib64
+LIBS_linux= -ldl -lpthread -lncurses -lstdc++ -lm 
 LIBS_hpux= -lcurses -lpthread -L /opt/openssl/lib -L /usr/local/lib
 LIBS_tru64= -lcurses -lpthread
 LIBS_freebsd= -lcurses -pthread
@@ -142,7 +142,7 @@
 LIBS=$(LIBS_$(SYSTEM))
 
 # Include directories
-INCDIR_linux=-I. -I/opt/openssl/include
+INCDIR_linux=-I. 
 INCDIR_freebsd=-I. -I/opt/openssl/include
 INCDIR_hpux=-I. -I/usr/local/include -I/opt/openssl/include
 INCDIR_tru64=-I. -I/opt/openssl/include


--- NEW FILE sipp.spec ---
Summary:	SIP test tool / traffic generator
Name:		sipp
Version:	2.0
Release: 	1%{?dist}
License:	GPL
Group:		Applications/Communications
URL:		http://sipp.sourceforge.net/
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0:		sipp--Makefile-fix-paths.diff
BuildRequires:	ncurses-devel
BuildRequires:	libpcap-devel
BuildRequires:	openssl-devel
Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
SIPp is a free Open Source test tool / traffic generator 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 custom XML scenario files describing from very simple to 
complex call flows. 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 and dynamically adjustable call rates.

%prep
%setup 
%patch0

%build
DEBUG_FLAGS="%{optflags}" %{__make} %{?_smp_mflags} pcapplay_ossl

%install
rm -rf $RPM_BUILD_ROOT
install -D -m 755 sipp $RPM_BUILD_ROOT%{_bindir}/%{name}
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -R pcap $RPM_BUILD_ROOT%{_datadir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc LICENSE.txt MEDIA.txt README.txt
%{_bindir}/%{name}
%{_datadir}/%{name}

%changelog

* Sat May 12 2007 Peter Lemenkov <lemenkov at gmail.com> 2.0-1
- Version 2.0

* Wed Jan 17 2007 Peter Lemenkov <lemenkov at gmail.com> 1.1-0.rc8
- small cleanup

* Thu Dec 21 2006 Peter Lemenkov <lemenkov at gmail.com> 1.1-0.rc8
- Version 1.1rc8

* Wed Nov 22 2006 Peter Lemenkov <lemenkov at gmail.com> 1.1rc6-0
- Initial build for FE



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jun 2007 16:37:40 -0000	1.1
+++ .cvsignore	6 Jun 2007 16:58:07 -0000	1.2
@@ -0,0 +1 @@
+sipp-2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jun 2007 16:37:40 -0000	1.1
+++ sources	6 Jun 2007 16:58:07 -0000	1.2
@@ -0,0 +1 @@
+a76e640709cbf900b0313713ac34d312  sipp-2.0.tar.gz




More information about the fedora-extras-commits mailing list