]> git.pld-linux.org Git - packages/sipp.git/blobdiff - sipp.spec
- up to 3.5.1
[packages/sipp.git] / sipp.spec
index 9d329687ab9f961cec6b59b7087104f5b1714240..ae901f701493d076c15e17702b7476c3a0a0c037 100644 (file)
--- a/sipp.spec
+++ b/sipp.spec
@@ -1,14 +1,19 @@
-#
+
+%bcond_with    options_is_ping # make sipp treat OPTIONS same as PING
+                               # changes sipp behaviour, but that is
+                               # what everybody use for 'pinging'
+
 Summary:       SIPp - a performance testing tool for the SIP protocol
 Name:          sipp
-Version:       3.0
-Release:       5
+Version:       3.5.1
+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
-Patch0:                %{name}-headers.patch
+Source0:       https://github.com/SIPp/sipp/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: dcc658e735c28055d6052a36b331964f
+Patch0:                %{name}-OPTIONS_is_ping.patch
 URL:           http://sipp.sourceforge.net/
+BuildRequires: gsl-devel
 BuildRequires: libpcap-devel
 BuildRequires: libstdc++-devel
 BuildRequires: ncurses-devel
@@ -32,29 +37,30 @@ very useful to emulate thousands of user agents calling your SIP
 system.
 
 %prep
-%setup -q -n %{name}-%{version}.src
-%patch0 -p1
+%setup -q
+%{?with_options_is_ping:%patch0 -p1}
 
 %build
-
-%{__make} pcapplay_ossl \
-       CC="%{__cc}" \
-       CPP="%{__cxx}" \
-       CCLINK="%{__cxx}" \
-       EXTRACFLAGS="%{rpmcflags}" \
-       EXTRACPPFLAGS="%{rpmcxxflags}" \
-       EXTRALFLAGS="%{rpmldflags}" \
-       INCDIR="-I. -I/usr/include/ncurses"
+%configure \
+       --disable-silent-rules \
+       --enable-epoll \
+       --with-openssl \
+       --with-pcap \
+       --with-sctp \
+       --with-gsl
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
-install sipp $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %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}/*
+%doc CHANGES.md FAQ.md README.md THANKS
+%attr(755,root,root) %{_bindir}/sipp
+%{_mandir}/man1/sipp.1*
This page took 0.051945 seconds and 4 git commands to generate.