|
Last change
on this file since 1036 was 431, checked in by Yuri Dario, 11 years ago |
|
spec: watcom, wlink build 20140527, uses highmem allocations.
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | Summary: Watcom Compiler tools for gcc
|
|---|
| 2 | Name: watcom
|
|---|
| 3 | Version: 2.0beta1
|
|---|
| 4 | Release: 6%{?dist}
|
|---|
| 5 | License: none
|
|---|
| 6 |
|
|---|
| 7 | Group: Development/Languages
|
|---|
| 8 |
|
|---|
| 9 | Source: watcom.zip
|
|---|
| 10 |
|
|---|
| 11 | %description
|
|---|
| 12 | Watcom tools.
|
|---|
| 13 |
|
|---|
| 14 | %package wlink-hll
|
|---|
| 15 | Summary: Watcom Compiler linker for gcc.
|
|---|
| 16 |
|
|---|
| 17 | %description wlink-hll
|
|---|
| 18 | Watcom Compiler linker for gcc.
|
|---|
| 19 |
|
|---|
| 20 | %package wrc
|
|---|
| 21 | Summary: Watcom Compiler resource compiler.
|
|---|
| 22 |
|
|---|
| 23 | %description wrc
|
|---|
| 24 | Watcom Compiler resource compiler.
|
|---|
| 25 |
|
|---|
| 26 | %prep
|
|---|
| 27 | %setup -q -c
|
|---|
| 28 |
|
|---|
| 29 | %install
|
|---|
| 30 | rm -rf %{buildroot}
|
|---|
| 31 | mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
|---|
| 32 | cp -p wrc.exe $RPM_BUILD_ROOT%{_bindir}
|
|---|
| 33 | cp -p wl.exe $RPM_BUILD_ROOT%{_bindir}
|
|---|
| 34 |
|
|---|
| 35 | %clean
|
|---|
| 36 | rm -rf %{buildroot}
|
|---|
| 37 |
|
|---|
| 38 | %files wlink-hll
|
|---|
| 39 | %defattr(-,root,root)
|
|---|
| 40 | %{_bindir}/wl.exe
|
|---|
| 41 | %doc wl.lvl
|
|---|
| 42 |
|
|---|
| 43 | %files wrc
|
|---|
| 44 | %defattr(-,root,root)
|
|---|
| 45 | %{_bindir}/wrc.exe
|
|---|
| 46 | %doc wrc.lvl
|
|---|
| 47 |
|
|---|
| 48 | %changelog
|
|---|
| 49 | * Fri Jun 20 2014 yd
|
|---|
| 50 | - wlink build 20140527, uses highmem allocations.
|
|---|
| 51 |
|
|---|
| 52 | * Fri Apr 18 2014 yd
|
|---|
| 53 | - wrc, corrects large (over 64KB) page table truncation
|
|---|
| 54 | - wrc, uses per-process unique temporary file names
|
|---|
| 55 |
|
|---|
| 56 | * Wed Oct 30 2013 yd
|
|---|
| 57 | - upgraded wlink with highmem patch from R.Walsh (firefox build).
|
|---|
| 58 |
|
|---|
| 59 | * Mon Nov 28 2011 yd
|
|---|
| 60 | - upgraded wrc to release 1.9.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.