From 0ad6f4043468e97f9d7050ddb8bcffcc64067671 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 24 Jun 2013 10:26:35 -0400 Subject: [PATCH] unset WILD_STOP_AT_DIR --- unzip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unzip.spec b/unzip.spec index c7e7fe1..be5488f 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,7 +1,7 @@ Summary: A utility for unpacking zip files Name: unzip Version: 6.0 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/Archiving Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz @@ -47,7 +47,7 @@ a zip archive. %patch7 -p1 -b .recmatch %build -make -f unix/Makefile CF_NOOPT="-I. -DUNIX -DWILD_STOP_AT_DIR $RPM_OPT_FLAGS" generic_gcc %{?_smp_mflags} +make -f unix/Makefile CF_NOOPT="-I. -DUNIX $RPM_OPT_FLAGS" generic_gcc %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -60,6 +60,9 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{ %{_mandir}/*/* %changelog +* Mon Jun 24 2013 Tom Callaway - 6.0-10 +- unset WILD_STOP_AT_DIR + * Tue May 28 2013 Tom Callaway - 6.0-9 - Apply changes to match.c to sync with recmatch from util.c (from zip 3.0) This also resolves the license issue in that file.