rpms/iptraf/devel iptraf-2.7.0-nostrip.patch, NONE, 1.1 iptraf.spec, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 10 08:49:23 UTC 2005


Author: karsten

Update of /cvs/dist/rpms/iptraf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8032

Modified Files:
	iptraf.spec 
Added Files:
	iptraf-2.7.0-nostrip.patch 
Log Message:
- enable debuginfo

iptraf-2.7.0-nostrip.patch:
 install.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE iptraf-2.7.0-nostrip.patch ---
--- iptraf-2.7.0/src/install.sh.nostrip	2005-05-10 10:48:31.000000000 +0200
+++ iptraf-2.7.0/src/install.sh	2005-05-10 10:48:41.000000000 +0200
@@ -21,9 +21,9 @@
 echo "*** Installing executable programs and preparing work directories"
 echo
 echo ">>> Installing iptraf in $TARGET"
-$INSTALL -m 0700 -s iptraf $TARGET
+$INSTALL -m 0700 iptraf $TARGET
 echo ">>> Installing rvnamed in $TARGET"
-$INSTALL -m 0700 -s rvnamed $TARGET
+$INSTALL -m 0700 rvnamed $TARGET
 
 if [ ! -d $WORKDIR ]; then
     echo ">>> Creating IPTraf work directory $WORKDIR"


Index: iptraf.spec
===================================================================
RCS file: /cvs/dist/rpms/iptraf/devel/iptraf.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- iptraf.spec	2 Mar 2005 11:43:03 -0000	1.12
+++ iptraf.spec	10 May 2005 08:49:21 -0000	1.13
@@ -1,13 +1,14 @@
 Summary: A console-based network monitoring utility.
 Name: iptraf
 Version: 2.7.0
-Release: 13
+Release: 14
 Source: ftp://ftp.cebu.mozcom.com/pub/linux/net/%{name}-%{version}.tar.gz
 URL: http://iptraf.seul.org/
 Patch0: iptraf-2.4.0-Makefile.patch
 Patch1: iptraf-2.7.0-install.patch
 Patch2: iptraf-2.7.0-doc.patch
 Patch3: iptraf-2.7.0-interface.patch
+Patch4: iptraf-2.7.0-nostrip.patch
 License: GPL
 Group: Applications/System
 BuildRoot: /var/tmp/%{name}-%{version}-root
@@ -34,9 +35,10 @@
 %prep
 %setup -q 
 %patch0 -p1 
-%patch1 -p1 -b .instl
-%patch2 -p1 -b .docp
-%patch3 -p1 -b .iface
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 %build
 # remove prebuilt cruft included in the tarball so that sparc and alpha can
@@ -89,6 +91,9 @@
 %config(missingok) /var/log/iptraf/rvnamed.log
 
 %changelog
+* Tue May 10 2005 Karsten Hopp <karsten at redhat.de> 2.7.0-14
+- enable debuginfo
+
 * Wed Mar 02 2005 Karsten Hopp <karsten at redhat.de> 2.7.0-13
 - - build with gcc-4
 




More information about the fedora-cvs-commits mailing list