Last change
on this file since 1566 was 1429, checked in by Silvan Scherrer, 7 years ago |
spec: cube: Release version 2.8-1.
|
File size:
1.0 KB
|
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.8
|
---|
7 | Release: 1%{?dist}
|
---|
8 | License: none
|
---|
9 | URL: http://www3.sympatico.ca/gjarviseng/cube/
|
---|
10 | Group: System Environment/Shells
|
---|
11 | Vendor: bww bitwise works GmbH
|
---|
12 |
|
---|
13 | %scm_source svn http://svn.netlabs.org/repos/cube/trunk 4
|
---|
14 |
|
---|
15 | BuildRequires: rexx_exe
|
---|
16 |
|
---|
17 |
|
---|
18 | %description
|
---|
19 | CUBE is a REXX procedure used to modify a CONFIG.SYS-like ASCII file
|
---|
20 | (the Target File), based on a set of CUBE's commands (the Procedure File).
|
---|
21 |
|
---|
22 |
|
---|
23 | %prep
|
---|
24 | %scm_setup
|
---|
25 |
|
---|
26 |
|
---|
27 | %build
|
---|
28 | rexx2vio cube.cmd cube.exe
|
---|
29 |
|
---|
30 |
|
---|
31 | %install
|
---|
32 | rm -rf %{buildroot}
|
---|
33 | mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
---|
34 | for f in *.exe ; do
|
---|
35 | install -p -m 0755 -D $f $RPM_BUILD_ROOT%{_bindir}/$f
|
---|
36 | done
|
---|
37 |
|
---|
38 |
|
---|
39 | %clean
|
---|
40 | rm -rf %{buildroot}
|
---|
41 |
|
---|
42 |
|
---|
43 | %files
|
---|
44 | %defattr(-,root,root)
|
---|
45 | %doc cube.doc cube.ref
|
---|
46 | %{_bindir}/cube.exe
|
---|
47 |
|
---|
48 |
|
---|
49 | %changelog
|
---|
50 | * Fri Jun 15 2018 Silvan Scherrer <silvan.scherrer@aroa> 2.8-1
|
---|
51 | - gather all available sources together and join them
|
---|
52 | - install documentation
|
---|
53 | - use %scm_ and friends macros
|
---|
Note:
See
TracBrowser
for help on using the repository browser.