[unzip] unset WILD_STOP_AT_DIR

Tom Callaway spot at fedoraproject.org
Mon Jun 24 14:27:27 UTC 2013


commit 0ad6f4043468e97f9d7050ddb8bcffcc64067671
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Jun 24 10:26:35 2013 -0400

    unset WILD_STOP_AT_DIR

 unzip.spec |    7 +++++--
 1 files 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 <spot at fedoraproject.org> - 6.0-10
+- unset WILD_STOP_AT_DIR
+
 * Tue May 28 2013 Tom Callaway <spot at fedoraproject.org> - 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.


More information about the scm-commits mailing list