Changeset 1301 for spec/trunk/SPECS
- Timestamp:
- Feb 20, 2018, 3:59:20 PM (8 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/zip.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/zip.spec
r354 r1301 2 2 Name: zip 3 3 Version: 3.0 4 Release: 6%{?dist}4 Release: 7%{?dist} 5 5 License: BSD 6 6 Group: Applications/Archiving 7 Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz8 7 URL: http://www.info-zip.org/Zip.html 8 Vendor: bww bitwise works GmbH 9 9 10 Patch0: zip-os2.diff 11 12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 10 %scm_source svn http://svn.netlabs.org/repos/ports/zip/trunk 2274 13 11 14 12 %description … … 21 19 program. 22 20 21 %debug_package 22 23 23 %prep 24 %setup -q -n zip30 25 %patch0 -p1 -b .os2~ 24 %scm_setup 26 25 27 26 %build 28 27 export CFLAGS="$RPM_OPT_FLAGS" 29 export MAKESHELL="/@unixroot/usr/bin/sh.exe"30 28 make -f os2/Makefile.os2 prefix=%{_prefix} klibc %{?_smp_mflags} 31 29 32 30 %install 33 export MAKESHELL="/@unixroot/usr/bin/sh.exe"34 31 rm -rf $RPM_BUILD_ROOT 35 32 mkdir -p $RPM_BUILD_ROOT%{_bindir} … … 56 53 57 54 %changelog 55 * Tue Feb 19 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 3.0-7 56 - use new scm_source and scm_setup macro 57 - fix wildcard and current dir processing. Ticket #179 58 58 59 * Wed Jul 24 2013 yd 59 60 - r659, added support for archive bit clearing by Alex Taylor. Ticket:21.
Note:
See TracChangeset
for help on using the changeset viewer.
