diff --git a/unzip.changes b/unzip.changes index e9992ea..3999847 100644 --- a/unzip.changes +++ b/unzip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 15 12:32:57 CEST 2008 - ro@suse.de + +- use hardlink instead of softlink + ------------------------------------------------------------------- Mon Feb 4 13:29:27 CET 2008 - pth@suse.de diff --git a/unzip.spec b/unzip.spec index c332109..3bcd7b4 100644 --- a/unzip.spec +++ b/unzip.spec @@ -2,9 +2,16 @@ # spec file for package unzip (Version 5.52) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -18,7 +25,7 @@ Provides: crunzip Obsoletes: crunzip AutoReqProv: on Version: 5.52 -Release: 105 +Release: 141 Summary: A program to unpack compressed files Source: unzip552.tar.bz2 Url: http://www.info-zip.org/ @@ -64,7 +71,7 @@ make -f unix/Makefile LF2= linux_noasm %install mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -ln -sf unzip zipinfo +ln -f unzip zipinfo for i in unzip funzip unzipsfx zipinfo; \ do install $i $RPM_BUILD_ROOT%{_bindir};done; install unix/zipgrep $RPM_BUILD_ROOT%{_bindir} @@ -74,7 +81,7 @@ do \ done %clean -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -88,6 +95,8 @@ done %{_bindir}/zipgrep %changelog +* Mon Sep 15 2008 ro@suse.de +- use hardlink instead of softlink * Mon Feb 04 2008 pth@suse.de - Add patch to fix erroneous freeing of buffers (bnc#358425) * Fri Dec 07 2007 pth@suse.de @@ -113,7 +122,7 @@ done - Compile with (limited) large file support. This will support single files exceeding 2 GB as long as the archive stays below that theshold. -* Mon Jun 13 2005 rommel@suse.de +* Tue Jun 14 2005 rommel@suse.de - update to version 5.52 (bnc#67279) * Sat Aug 07 2004 rommel@suse.de - update to version 5.51