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

Last change on this file since 168 was 168, checked in by Yuri Dario, 14 years ago

spec: massive rebuild due to new rpm lx parser updates (see changeset:167).

File size: 826 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: 4%{?dist}
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}
24mkdir -p $RPM_BUILD_ROOT/%{_libdir}/rpm
25rexx2exe cube.cmd $RPM_BUILD_ROOT/%{_bindir}/cube.exe /K:0
26rexx2exe wps-object.cmd $RPM_BUILD_ROOT/%{_libdir}/rpm/wps-object.exe /K:0
27
28%clean
29rm -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.