source: spec/trunk/SPECS/watcom.spec@ 1036

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 
1Summary: Watcom Compiler tools for gcc
2Name: watcom
3Version: 2.0beta1
4Release: 6%{?dist}
5License: none
6
7Group: Development/Languages
8
9Source: watcom.zip
10
11%description
12Watcom tools.
13
14%package wlink-hll
15Summary: Watcom Compiler linker for gcc.
16
17%description wlink-hll
18Watcom Compiler linker for gcc.
19
20%package wrc
21Summary: Watcom Compiler resource compiler.
22
23%description wrc
24Watcom Compiler resource compiler.
25
26%prep
27%setup -q -c
28
29%install
30rm -rf %{buildroot}
31mkdir -p $RPM_BUILD_ROOT/%{_bindir}
32cp -p wrc.exe $RPM_BUILD_ROOT%{_bindir}
33cp -p wl.exe $RPM_BUILD_ROOT%{_bindir}
34
35%clean
36rm -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.