From cd9534f618b61c8c5e397e56cf45404f82e013af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Tue, 30 Jan 2007 13:02:14 +0000 Subject: [PATCH] Change spec, add patch. --- ftp.spec | 9 ++++++++- netkit-ftp-0.17-nodebug.patch | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 netkit-ftp-0.17-nodebug.patch diff --git a/ftp.spec b/ftp.spec index 1528f9b..30a48ed 100644 --- a/ftp.spec +++ b/ftp.spec @@ -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 @@ Patch12: netkit-ftp-0.17-data.patch 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 @@ file transfers. %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 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man5/netrc.* %changelog +* Tue Jan 30 2007 Marcela Maslanova - 0.17-34 +- nodebug package + * Wed Sep 13 2006 Marcela Maslanova - 0.17-33 - rebuilt diff --git a/netkit-ftp-0.17-nodebug.patch b/netkit-ftp-0.17-nodebug.patch new file mode 100644 index 0000000..520808f --- /dev/null +++ b/netkit-ftp-0.17-nodebug.patch @@ -0,0 +1,11 @@ +--- 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