Line | |
---|
1 | #disable lxlite strip (removes rexx code)
|
---|
2 | %define __os_install_post %{nil}
|
---|
3 |
|
---|
4 | Summary: REXX procedure used to modify a CONFIG.SYS-like ASCII file
|
---|
5 | Name: cube
|
---|
6 | Version: 2.6
|
---|
7 | Release: 4%{?dist}
|
---|
8 | License: none
|
---|
9 | URL: http://www3.sympatico.ca/gjarviseng/cube/
|
---|
10 |
|
---|
11 | Group: System Environment/Shells
|
---|
12 |
|
---|
13 | Source: cube.zip
|
---|
14 |
|
---|
15 | %description
|
---|
16 | CUBE is a REXX procedure used to modify a CONFIG.SYS-like ASCII file (the Target File), based on a set of CUBE's commands (the Procedure File).
|
---|
17 |
|
---|
18 | %prep
|
---|
19 | %setup -q -c
|
---|
20 |
|
---|
21 | %install
|
---|
22 | rm -rf %{buildroot}
|
---|
23 | mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
---|
24 | mkdir -p $RPM_BUILD_ROOT/%{_libdir}/rpm
|
---|
25 | rexx2exe cube.cmd $RPM_BUILD_ROOT/%{_bindir}/cube.exe /K:0
|
---|
26 | rexx2exe wps-object.cmd $RPM_BUILD_ROOT/%{_libdir}/rpm/wps-object.exe /K:0
|
---|
27 |
|
---|
28 | %clean
|
---|
29 | rm -rf %{buildroot}
|
---|
30 |
|
---|
31 | %files
|
---|
32 | %defattr(-,root,root)
|
---|
33 | %{_bindir}/cube.exe
|
---|
34 | %{_libdir}/rpm/wps-object.exe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.