source: spec/trunk/SPECS/cube.spec@ 67

Last change on this file since 67 was 67, checked in by Yuri Dario, 15 years ago

spec: added cube 2.6, config.sys batch edit tool.

File size: 668 bytes
Line 
1#disable lxlite strip (removes rexx code)
2%define __os_install_post %{nil}
3
4Summary: REXX procedure used to modify a CONFIG.SYS-like ASCII file
5Name: cube
6Version: 2.6
7Release: 1
8License: none
9URL: http://www3.sympatico.ca/gjarviseng/cube/
10
11Group: System Environment/Shells
12
13Source: cube.zip
14
15%description
16CUBE 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
22rm -rf %{buildroot}
23mkdir -p $RPM_BUILD_ROOT/%{_bindir}
24rexx2exe cube.cmd $RPM_BUILD_ROOT/%{_bindir}/cube.exe
25
26%clean
27rm -rf %{buildroot}
28
29%files
30%defattr(-,root,root)
31%{_bindir}/cube.exe
Note: See TracBrowser for help on using the repository browser.