| Line | |
|---|
| 1 | Summary: Free rexx "compiler" (generates .EXE from .CMD)
|
|---|
| 2 | Name: rexx2exe
|
|---|
| 3 | Version: 99.349
|
|---|
| 4 | Release: 2%{?dist}
|
|---|
| 5 | License: None
|
|---|
| 6 | Group: System Environment/Shells
|
|---|
| 7 | Source: rexx2exe.zip
|
|---|
| 8 |
|
|---|
| 9 | %description
|
|---|
| 10 | This tool has many generation options and allowes
|
|---|
| 11 | you to create PM programs (makes using
|
|---|
| 12 | RxMessageBox() easier), standalone programs or
|
|---|
| 13 | smaller programs that require a generated DLL.
|
|---|
| 14 | The code is optionally encrypted and packed so
|
|---|
| 15 | the generated code can be quite small.
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 | %prep
|
|---|
| 19 | %setup -q -c
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | %build
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | %install
|
|---|
| 26 | rm -rf %{buildroot}
|
|---|
| 27 | mkdir -p %{buildroot}/%{_bindir}
|
|---|
| 28 | cp -p rexx2exe.exe %{buildroot}/%{_bindir}
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 | %clean
|
|---|
| 32 | rm -rf %{buildroot}
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 | %files
|
|---|
| 36 | %defattr(-,root,root)
|
|---|
| 37 | %{_bindir}/rexx2exe.exe
|
|---|
| 38 | %doc rexx2exe.txt
|
|---|
| 39 | %doc rexx2exe.inf
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.