source: spec/trunk/SPECS/unzip.spec@ 1567

Last change on this file since 1567 was 1427, checked in by Silvan Scherrer, 7 years ago

spec: unzip: Release version 6.0-7.

File size: 1.6 KB
Line 
1Summary: A utility for unpacking zip files
2Name: unzip
3Version: 6.0
4Release: 7%{?dist}
5License: BSD
6Group: Applications/Archiving
7Vendor: bww bitwise works GmbH
8
9%scm_source svn http://svn.netlabs.org/repos/ports/unzip/trunk 2285
10
11URL: http://www.info-zip.org/UnZip.html
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13BuildRequires: bzip2-devel
14Requires: bzip2
15
16%description
17The unzip utility is used to list, test, or extract files from a zip
18archive. Zip archives are commonly found on MS-DOS systems. The zip
19utility, included in the zip package, creates zip archives. Zip and
20unzip are both compatible with archives created by PKWARE(R)'s PKZIP
21for MS-DOS, but the programs' options and default behaviors do differ
22in some respects.
23
24Install the unzip package if you need to list, test or extract files from
25a zip archive.
26
27
28%debug_package
29
30
31%prep
32%scm_setup
33
34%build
35make -f os2/Makefile.os2 CFLAGS="$RPM_OPT_FLAGS" klibc %{?_smp_mflags}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39make -f os2/Makefile.os2 prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 INSTALL="cp -p" install
40
41%clean
42rm -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.