Changeset 1429 for spec/trunk/SPECS/cube.spec
- Timestamp:
- Jun 15, 2018, 8:58:35 AM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/cube.spec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/cube.spec
r186 r1429 4 4 Summary: REXX procedure used to modify a CONFIG.SYS-like ASCII file 5 5 Name: cube 6 Version: 2. 67 Release: 5%{?dist}6 Version: 2.8 7 Release: 1%{?dist} 8 8 License: none 9 9 URL: http://www3.sympatico.ca/gjarviseng/cube/ 10 Group: System Environment/Shells 11 Vendor: bww bitwise works GmbH 10 12 11 Group: System Environment/Shells 12 13 Source: cube.zip 13 %scm_source svn http://svn.netlabs.org/repos/cube/trunk 4 14 14 15 15 BuildRequires: rexx_exe 16 16 17 17 18 %description 18 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). 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 19 22 20 23 %prep 21 %setup -q -c 24 %scm_setup 25 26 27 %build 28 rexx2vio cube.cmd cube.exe 29 22 30 23 31 %install 24 32 rm -rf %{buildroot} 25 33 mkdir -p $RPM_BUILD_ROOT%{_bindir} 26 rexx2vio cube.cmd $RPM_BUILD_ROOT%{_bindir}/cube.exe 34 for f in *.exe ; do 35 install -p -m 0755 -D $f $RPM_BUILD_ROOT%{_bindir}/$f 36 done 37 27 38 28 39 %clean 29 40 rm -rf %{buildroot} 30 41 42 31 43 %files 32 44 %defattr(-,root,root) 45 %doc cube.doc cube.ref 33 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 TracChangeset
for help on using the changeset viewer.
