Commit d20af6d61d3e09000f6a6e0a55bcc4d6d6711a85
1 parent
cc5209be
Exists in
master
Ajustes para empacotamento.
Showing
1 changed file
with
7 additions
and
4 deletions
Show diff stats
pw3270-plugin-rexx.spec
1 | -Summary: C-Sharp API for pw3270/lib3270 | |
1 | +Summary: Plugin module for ooRexx scripts. | |
2 | 2 | Name: pw3270-plugin-rexx |
3 | 3 | Version: 5.1 |
4 | 4 | Release: 0 |
... | ... | @@ -24,14 +24,17 @@ Requires: ooRexx-extension-tn3270 = %{version} |
24 | 24 | |
25 | 25 | %description |
26 | 26 | |
27 | -ooRexx API for tn3270 acesss using pw3270 ou lib3270. | |
27 | +Plugin module for ooRexx plugins in pw3270. | |
28 | + | |
29 | +This package provides a pw3270 plugin allowing use o rexx scripts | |
30 | +directly from pw3270 main window. | |
28 | 31 | |
29 | 32 | %package -n ooRexx-extension-tn3270 |
30 | 33 | |
31 | -Summary: Rexx class for 3270 access using pw3270/tn3270 | |
34 | +Summary: ooRexx API for tn3270 acesss using pw3270 ou lib3270 | |
32 | 35 | Group: Development/Languages/Other |
33 | 36 | Requires: lib3270 >= 5.1 |
34 | -Requires: ooRexx >= 4.1 | |
37 | +Requires: ooRexx >= 4.2 | |
35 | 38 | |
36 | 39 | %description -n ooRexx-extension-tn3270 |
37 | 40 | ... | ... |