This commit is contained in:
parent
c6f001ab9f
commit
479b78766a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 9 15:53:53 CET 2008 - schwab@suse.de
|
||||
|
||||
- Fix last change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 12:32:57 CEST 2008 - ro@suse.de
|
||||
|
||||
|
13
unzip.spec
13
unzip.spec
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: unzip
|
||||
@ -25,7 +24,7 @@ Provides: crunzip
|
||||
Obsoletes: crunzip
|
||||
AutoReqProv: on
|
||||
Version: 5.52
|
||||
Release: 141
|
||||
Release: 142
|
||||
Summary: A program to unpack compressed files
|
||||
Source: unzip552.tar.bz2
|
||||
Url: http://www.info-zip.org/
|
||||
@ -71,9 +70,9 @@ make -f unix/Makefile LF2= linux_noasm
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
|
||||
ln -f unzip zipinfo
|
||||
for i in unzip funzip unzipsfx zipinfo; \
|
||||
for i in unzip funzip unzipsfx; \
|
||||
do install $i $RPM_BUILD_ROOT%{_bindir};done;
|
||||
ln -s unzip $RPM_BUILD_ROOT%{_bindir}/zipinfo
|
||||
install unix/zipgrep $RPM_BUILD_ROOT%{_bindir}
|
||||
for i in man/*.1; \
|
||||
do \
|
||||
@ -95,6 +94,8 @@ 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
|
||||
@ -122,7 +123,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Compile with (limited) large file support. This will support
|
||||
single files exceeding 2 GB as long as the archive stays below
|
||||
that theshold.
|
||||
* Tue Jun 14 2005 rommel@suse.de
|
||||
* 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
|
||||
@ -139,7 +140,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- added fix for ../ exploit (Bugzilla #27667)
|
||||
* Fri Jan 17 2003 rommel@suse.de
|
||||
- fixed Summary: to be more verbose about what this package does
|
||||
* Wed Sep 18 2002 ro@suse.de
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Fri Jul 05 2002 kukuk@suse.de
|
||||
- Use %%ix86 macro
|
||||
|
Loading…
Reference in New Issue
Block a user