rpms/nuttcp/devel .cvsignore, 1.2, 1.3 nuttcp.spec, 1.3, 1.4 sources, 1.2, 1.3 nuttcp-5.1.11-happier_gcc.patch, 1.1, NONE

Radek Vokál (rvokal) fedora-extras-commits at redhat.com
Fri Jul 21 12:45:32 UTC 2006


Author: rvokal

Update of /cvs/extras/rpms/nuttcp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7002

Modified Files:
	.cvsignore nuttcp.spec sources 
Removed Files:
	nuttcp-5.1.11-happier_gcc.patch 
Log Message:
 upgrade to 5.3.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Nov 2005 14:26:22 -0000	1.2
+++ .cvsignore	21 Jul 2006 12:45:32 -0000	1.3
@@ -1 +1 @@
-nuttcp-5.1.11.tar.bz2
+nuttcp-5.3.1.tar.bz2


Index: nuttcp.spec
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/nuttcp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nuttcp.spec	22 Feb 2006 13:30:20 -0000	1.3
+++ nuttcp.spec	21 Jul 2006 12:45:32 -0000	1.4
@@ -1,10 +1,9 @@
 Name: nuttcp
-Version: 5.1.11
-Release: 6
+Version: 5.3.1
+Release: 1
 # upstream doesn't provide a tarball
-Source0: %{name}-%{version}.tar.bz2
+Source0: ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/%{name}-%{version}.tar.bz2
 URL: ftp://ftp.lcp.nrl.navy.mil/pub/nuttcp/
-Patch0: nuttcp-5.1.11-happier_gcc.patch
 Summary: Tool for testing TCP connections
 Group: Applications/Internet
 License: Public Domain
@@ -24,7 +23,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 sed -i -e "s,/usr/local/bin,%{_bindir},g;" \
        -e  "s,disable\(.*\)no,disable\t\t= yes,g" xinetd.d/*
 
@@ -35,7 +33,7 @@
 %install
 rm -fr $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT{%{_mandir}/man8,%{_bindir},%{_sysconfdir}/xinetd.d}
-install -m755 %{name}-v%{version} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -m755 %{name}-%{version} $RPM_BUILD_ROOT%{_bindir}/%{name}
 install -pm644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8
 install -pm644 xinetd.d/%{name} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/
 
@@ -50,6 +48,9 @@
 %config(noreplace) %{_sysconfdir}/xinetd.d/%{name}
 
 %changelog
+* Fri Jul 21 2006 Radek Vokál <rvokal at redhat.com> - 5.3.1-1
+- upgrade to 5.3.1
+
 * Wed Feb 22 2006 Radek Vokál <rvokal at redhat.com> - 5.1.11-6
 - rebuilt 
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nuttcp/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Nov 2005 14:26:22 -0000	1.2
+++ sources	21 Jul 2006 12:45:32 -0000	1.3
@@ -1 +1 @@
-ff92552360d74d788a4ece0db2021297  nuttcp-5.1.11.tar.bz2
+8fae45f7211b68e0657b472cce8eb108  nuttcp-5.3.1.tar.bz2


--- nuttcp-5.1.11-happier_gcc.patch DELETED ---




More information about the fedora-extras-commits mailing list