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

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Sun Jan 13 12:50:37 UTC 2008


Author: peter

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

Modified Files:
	.cvsignore sipp--Makefile-fix-paths.diff sipp.spec sources 
Log Message:
Ver. 3.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Jun 2007 06:14:38 -0000	1.3
+++ .cvsignore	13 Jan 2008 12:49:58 -0000	1.4
@@ -1 +1 @@
-sipp-2.0.1.src.tar.gz
+sipp-3.0.src.tar.gz

sipp--Makefile-fix-paths.diff:

Index: sipp--Makefile-fix-paths.diff
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/sipp--Makefile-fix-paths.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sipp--Makefile-fix-paths.diff	6 Jun 2007 16:58:07 -0000	1.1
+++ sipp--Makefile-fix-paths.diff	13 Jan 2008 12:49:58 -0000	1.2
@@ -1,20 +1,20 @@
---- 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))
+--- Makefile	2007-11-05 13:26:04.000000000 +0300
++++ Makefile	2008-01-10 01:51:48.000000000 +0300
+@@ -135,7 +135,7 @@
+ LFLAGS=$(LFLAGS_$(SYSTEM)) $(EXTRALFLAGS)
  
  #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_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))
+ LIBS_freebsd= -lcurses -pthread -L /usr/local/lib
+@@ -145,7 +145,7 @@
+ LIBS=$(LIBS_$(SYSTEM)) $(EXTRALIBS)
  
  # Include directories
--INCDIR_linux=-I. -I/opt/openssl/include
-+INCDIR_linux=-I. 
- INCDIR_freebsd=-I. -I/opt/openssl/include
+-INCDIR_linux=-I. -I/usr/include/openssl
++INCDIR_linux=-I.
+ INCDIR_freebsd=-I. -I/usr/local/include
  INCDIR_hpux=-I. -I/usr/local/include -I/opt/openssl/include
  INCDIR_tru64=-I. -I/opt/openssl/include


Index: sipp.spec
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/sipp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sipp.spec	7 Sep 2007 19:36:23 -0000	1.4
+++ sipp.spec	13 Jan 2008 12:49:58 -0000	1.5
@@ -1,8 +1,8 @@
 Summary:	SIP test tool / traffic generator
 Name:		sipp
-Version:	2.0.1
-Release: 	4%{?dist}
-License:	GPL
+Version:	3.0
+Release: 	1%{?dist}
+License:	GPLv2+
 Group:		Applications/Communications
 URL:		http://sipp.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.src.tar.gz
@@ -27,7 +27,7 @@
 retransmission management and dynamically adjustable call rates.
 
 %prep
-%setup -n sipp-2.0.1.src
+%setup -qn %{name}-%{version}.src
 %patch0
 rm -rf pcap/.svn 
 
@@ -36,10 +36,9 @@
 
 %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}
-
+install -D -p -m 755 sipp $RPM_BUILD_ROOT%{_bindir}/%{name}
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/pcap
+install -p -m 755 pcap/*.pcap $RPM_BUILD_ROOT%{_datadir}/%{name}/pcap
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +51,14 @@
 
 %changelog
 
+* Thu Jan 10 2008 Peter Lemenkov <lemenkov at gmail.com> 3.0-1
+- Version 3.0
+- Updated license field
+- Preserved timestamp for *.pcap files
+
+* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.0.1-5
+- Rebuild for deps
+
 * Fri Sep  7 2007 Peter Lemenkov <lemenkov at gmail.com> 2.0.1-4
 - Removed .svn entries (close BZ #282431)
 - Added macro for builds for EL-4


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sipp/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Jun 2007 06:14:38 -0000	1.3
+++ sources	13 Jan 2008 12:49:58 -0000	1.4
@@ -1 +1 @@
-5d6f1f91ccf2e2c795072d9b7723dcd0  sipp-2.0.1.src.tar.gz
+31906c63eb5efa09e0b148c27435cdac  sipp-3.0.src.tar.gz




More information about the fedora-extras-commits mailing list