rpms/ftp/devel netkit-ftp-0.17-nodebug.patch, NONE, 1.1 ftp.spec, 1.30, 1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 13:02:16 UTC 2007


Author: mmaslano

Update of /cvs/dist/rpms/ftp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9555

Modified Files:
	ftp.spec 
Added Files:
	netkit-ftp-0.17-nodebug.patch 
Log Message:
Change spec, add patch.


netkit-ftp-0.17-nodebug.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE netkit-ftp-0.17-nodebug.patch ---
--- netkit-ftp-0.17/ftp/Makefile.nodebug	2006-11-14 15:02:36.000000000 +0100
+++ netkit-ftp-0.17/ftp/Makefile	2007-01-30 13:58:15.000000000 +0100
@@ -17,7 +17,7 @@
 
 install: ftp
 	install -d $(INSTALLROOT)$(BINDIR)
-	install -s -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
+	install -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
 	ln -sf ftp $(INSTALLROOT)$(BINDIR)/pftp
 	install -d $(INSTALLROOT)$(MANDIR)/man1
 	install -m$(MANMODE) ftp.1 $(INSTALLROOT)$(MANDIR)/man1


Index: ftp.spec
===================================================================
RCS file: /cvs/dist/rpms/ftp/devel/ftp.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ftp.spec	13 Sep 2006 06:37:40 -0000	1.30
+++ ftp.spec	30 Jan 2007 13:02:14 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: The standard UNIX FTP (File Transfer Protocol) client.
 Name: ftp
 Version: 0.17
-Release: 33%{?dist}
+Release: 34%{?dist}
 License: BSD
 Group: Applications/Internet
 Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-ftp-%{version}.tar.bz2
@@ -20,10 +20,13 @@
 Patch13: netkit-ftp-0.17-multihome.patch
 Patch14: netkit-ftp-0.17-longnames.patch
 Patch15: netkit-ftp-0.17-multiipv6.patch
+Patch16: netkit-ftp-0.17-nodebug.patch
 
 BuildRoot: /var/tmp/%{name}-root
 BuildRequires: gcc, glibc-devel, readline-devel, ncurses-devel, perl
 
+%define debug_package %{nil}
+
 %description
 The ftp package provides the standard UNIX command-line FTP (File
 Transfer Protocol) client.  FTP is a widely used protocol for
@@ -49,6 +52,7 @@
 %patch13 -p1 -b .multihome
 %patch14 -p1 -b .patch
 %patch15 -p1 -b .multiipv6
+%patch16 -p1 -b .nodebug
 
 %build
 sh configure --with-c-compiler=gcc --enable-ipv6
@@ -82,6 +86,9 @@
 %{_mandir}/man5/netrc.*
 
 %changelog
+* Tue Jan 30 2007 Marcela Maslanova <mmaslano at redhat.com> - 0.17-34
+- nodebug package
+
 * Wed Sep 13 2006 Marcela Maslanova <mmaslano at redhat.com> - 0.17-33
 - rebuilt
 




More information about the fedora-cvs-commits mailing list