forked from pool/unzip
Accepting request 29117 from Archiving
Copy from Archiving/unzip based on submit request 29117 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/29117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unzip?expand=0&rev=10
This commit is contained in:
parent
479b78766a
commit
c9df760bc6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 6 17:51:30 CET 2009 - jengelh@.medozas.de
|
||||
|
||||
- enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 15:53:53 CET 2008 - schwab@suse.de
|
||||
|
||||
|
100
unzip.spec
100
unzip.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package unzip (Version 5.52)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: unzip
|
||||
License: BSD 3-Clause
|
||||
License: BSD3c
|
||||
Group: Productivity/Archiving/Compression
|
||||
Provides: crunzip
|
||||
Obsoletes: crunzip
|
||||
AutoReqProv: on
|
||||
Version: 5.52
|
||||
Release: 142
|
||||
Release: 143
|
||||
Summary: A program to unpack compressed files
|
||||
Source: unzip552.tar.bz2
|
||||
Url: http://www.info-zip.org/
|
||||
@ -66,7 +66,7 @@ Authors:
|
||||
|
||||
%build
|
||||
export RPM_OPT_FLAGS="%optflags -DLARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fstack-protector"
|
||||
make -f unix/Makefile LF2= linux_noasm
|
||||
make %{?jobs:-j%jobs} -f unix/Makefile LF2= linux_noasm
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
|
||||
@ -94,95 +94,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/zipgrep
|
||||
|
||||
%changelog
|
||||
* Tue Dec 09 2008 schwab@suse.de
|
||||
- Fix last change.
|
||||
* 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
|
||||
- Pass file mode when calling open with O_CREAT.
|
||||
* Mon Dec 03 2007 pth@suse.de
|
||||
- Add patch to extend the maximum file/archive size to 2^32-8193
|
||||
(4294959103) bytes.
|
||||
- Add patch to fix CVE-2005-2475 (bnc#274156)
|
||||
* Thu Jun 21 2007 adrian@suse.de
|
||||
- fix changelog entry order
|
||||
* Thu May 03 2007 pth@suse.de
|
||||
- Add patch from Takashi Iwai that adds a new option (-S) to
|
||||
unzip and infozip that disables file name translation (bnc#267901).
|
||||
- Recompress tarball with bzip2
|
||||
* Fri Jan 27 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Thu Jan 26 2006 pth@suse.de
|
||||
- Reject file names that are too long (bnc#140304)
|
||||
- Use stack protector.
|
||||
* Fri Jan 20 2006 schwab@suse.de
|
||||
- Don't strip binaries.
|
||||
* Thu Dec 15 2005 pth@suse.de
|
||||
- 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
|
||||
- update to version 5.52 (bnc#67279)
|
||||
* Sat Aug 07 2004 rommel@suse.de
|
||||
- update to version 5.51
|
||||
(fixes old security bugs, adds PKWARE's compression code Deflate64)
|
||||
* Wed May 19 2004 ro@suse.de
|
||||
- added -fno-strict-aliasing
|
||||
- really use RPM_OPT_FLAGS
|
||||
* Sun Jan 11 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Tue Sep 23 2003 rommel@suse.de
|
||||
- replaced fix for ../ exploit with a fix both for
|
||||
the ../ exploit and '/' exploit (Bugzilla #29311)
|
||||
* Thu Jul 03 2003 rommel@suse.de
|
||||
- added fix for ../ exploit (Bugzilla #27667)
|
||||
* Fri Jan 17 2003 rommel@suse.de
|
||||
- fixed Summary: to be more verbose about what this package does
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Fri Jul 05 2002 kukuk@suse.de
|
||||
- Use %%ix86 macro
|
||||
* Mon Mar 11 2002 rommel@suse.de
|
||||
- Update to 5.50
|
||||
- took over parts of pmladek's patch (see below)
|
||||
* Thu Jan 24 2002 grimmer@suse.de
|
||||
- added unzip-5.42-iso8859_2.patch to fix coding conversion
|
||||
between Microsoft and Linux file names
|
||||
(originally from http://www.axis.cz/linux/zip_unzip.php3,
|
||||
enhanced to support both ISO8859-1 and ISO8859-2 by Petr Mladek
|
||||
<pmladek@suse.cz>)
|
||||
* Mon Apr 09 2001 grimmer@suse.de
|
||||
- Update to 5.42
|
||||
- file list fixes (new license file, documentation renames)
|
||||
* Wed Dec 13 2000 grimmer@suse.de
|
||||
- Update to 5.41 (now includes decryption support)
|
||||
- now Provides and Obsoletes crunzip
|
||||
- bzipped sources
|
||||
- use BuildRoot
|
||||
* Tue Feb 29 2000 schwab@suse.de
|
||||
- Add support for ia64.
|
||||
- /usr/man -> /usr/share/man
|
||||
* Wed Dec 22 1999 grimmer@suse.de
|
||||
- Added "Conflicts: crzip" to spec file
|
||||
- cleaned up Provides: tag
|
||||
* Fri Dec 17 1999 grimmer@suse.de
|
||||
- Spec file cleanups
|
||||
* Sat Nov 27 1999 kukuk@suse.de
|
||||
- Use linux_noasm Makefile target on SPARC
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Wed Sep 08 1999 uli@suse.de
|
||||
- uses target linux_noasm for PPC
|
||||
* Wed Feb 24 1999 grimmer@suse.de
|
||||
- new version (5.40)
|
||||
- specfile modifications
|
||||
- added french description
|
||||
* Mon Jan 11 1999 ro@suse.de
|
||||
- use target linux_noasm for alpha
|
||||
* Fri Jan 23 1998 rj@suse.de
|
||||
- version 5.32
|
||||
* Thu Feb 06 1997 rj@suse.de
|
||||
- version 5.12
|
||||
- new test/changes/plist files
|
||||
|
Loading…
Reference in New Issue
Block a user