|
Last change
on this file since 1504 was 1427, checked in by Silvan Scherrer, 7 years ago |
|
spec: unzip: Release version 6.0-7.
|
|
File size:
1.6 KB
|
| Line | |
|---|
| 1 | Summary: A utility for unpacking zip files
|
|---|
| 2 | Name: unzip
|
|---|
| 3 | Version: 6.0
|
|---|
| 4 | Release: 7%{?dist}
|
|---|
| 5 | License: BSD
|
|---|
| 6 | Group: Applications/Archiving
|
|---|
| 7 | Vendor: bww bitwise works GmbH
|
|---|
| 8 |
|
|---|
| 9 | %scm_source svn http://svn.netlabs.org/repos/ports/unzip/trunk 2285
|
|---|
| 10 |
|
|---|
| 11 | URL: http://www.info-zip.org/UnZip.html
|
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|---|
| 13 | BuildRequires: bzip2-devel
|
|---|
| 14 | Requires: bzip2
|
|---|
| 15 |
|
|---|
| 16 | %description
|
|---|
| 17 | The unzip utility is used to list, test, or extract files from a zip
|
|---|
| 18 | archive. Zip archives are commonly found on MS-DOS systems. The zip
|
|---|
| 19 | utility, included in the zip package, creates zip archives. Zip and
|
|---|
| 20 | unzip are both compatible with archives created by PKWARE(R)'s PKZIP
|
|---|
| 21 | for MS-DOS, but the programs' options and default behaviors do differ
|
|---|
| 22 | in some respects.
|
|---|
| 23 |
|
|---|
| 24 | Install the unzip package if you need to list, test or extract files from
|
|---|
| 25 | a zip archive.
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | %debug_package
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | %prep
|
|---|
| 32 | %scm_setup
|
|---|
| 33 |
|
|---|
| 34 | %build
|
|---|
| 35 | make -f os2/Makefile.os2 CFLAGS="$RPM_OPT_FLAGS" klibc %{?_smp_mflags}
|
|---|
| 36 |
|
|---|
| 37 | %install
|
|---|
| 38 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 39 | make -f os2/Makefile.os2 prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 INSTALL="cp -p" install
|
|---|
| 40 |
|
|---|
| 41 | %clean
|
|---|
| 42 | rm -rf $RPM_BUILD_ROOT
|
|---|
| 43 |
|
|---|
| 44 | %files
|
|---|
| 45 | %defattr(-,root,root)
|
|---|
| 46 | %doc README BUGS LICENSE
|
|---|
| 47 | %{_bindir}/*.exe
|
|---|
| 48 | %{_bindir}/*.cmd
|
|---|
| 49 | %{_mandir}/*/*
|
|---|
| 50 |
|
|---|
| 51 | %changelog
|
|---|
| 52 | * Tue Jun 12 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 6.0-7
|
|---|
| 53 | - fix ticket #184
|
|---|
| 54 |
|
|---|
| 55 | * Thu Jan 19 2017 Herwig Bauernfeild <herwig.bauernfeind@bitwiseworks.com> 6.0-6
|
|---|
| 56 | - fix wildcards ticket #136
|
|---|
| 57 |
|
|---|
| 58 | * Fri Mar 29 2013 yd
|
|---|
| 59 | - r616, enable symlink support also for OS/2 code. ticket:18.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.