Ignore:
Timestamp:
Jun 15, 2018, 8:58:35 AM (7 years ago)
Author:
Silvan Scherrer
Message:

spec: cube: Release version 2.8-1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/cube.spec

    r186 r1429  
    44Summary: REXX procedure used to modify a CONFIG.SYS-like ASCII file
    55Name: cube
    6 Version: 2.6
    7 Release: 5%{?dist}
     6Version: 2.8
     7Release: 1%{?dist}
    88License: none
    99URL: http://www3.sympatico.ca/gjarviseng/cube/
     10Group: System Environment/Shells
     11Vendor: bww bitwise works GmbH
    1012
    11 Group: System Environment/Shells
    12 
    13 Source: cube.zip
     13%scm_source svn http://svn.netlabs.org/repos/cube/trunk 4
    1414
    1515BuildRequires: rexx_exe
    1616
     17
    1718%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).
     19CUBE 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
    1922
    2023%prep
    21 %setup -q -c
     24%scm_setup
     25
     26
     27%build
     28rexx2vio cube.cmd cube.exe
     29
    2230
    2331%install
    2432rm -rf %{buildroot}
    2533mkdir -p $RPM_BUILD_ROOT%{_bindir}
    26 rexx2vio cube.cmd $RPM_BUILD_ROOT%{_bindir}/cube.exe
     34for f in *.exe ; do
     35  install -p -m 0755 -D $f  $RPM_BUILD_ROOT%{_bindir}/$f
     36done
     37
    2738
    2839%clean
    2940rm -rf %{buildroot}
    3041
     42
    3143%files
    3244%defattr(-,root,root)
     45%doc cube.doc cube.ref
    3346%{_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.