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