diff options
Diffstat (limited to 'cpp/install/rpm/RPMTools.py')
-rw-r--r-- | cpp/install/rpm/RPMTools.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/install/rpm/RPMTools.py b/cpp/install/rpm/RPMTools.py index 277ba0df3d4..56b98943e07 100644 --- a/cpp/install/rpm/RPMTools.py +++ b/cpp/install/rpm/RPMTools.py @@ -17,12 +17,12 @@ import os, sys, shutil, string, logging, compileall iceDescription = '''Ice is a modern alternative to object middleware such as CORBA or COM/DCOM/COM+. It is easy to learn, yet provides a -powerful network infrastructure for demanding technical applications. It -features an object-oriented specification language, easy to use C++, -Java, Python, PHP, C#, and Visual Basic mappings, a highly efficient -protocol, asynchronous method invocation and dispatch, dynamic transport -plug-ins, TCP/IP and UDP/IP support, SSL-based security, a firewall -solution, and much more.''' +powerful network infrastructure for demanding technical +applications. It features an object-oriented specification language, +easy to use C++, C#, Java, Python, Ruby, PHP, and Visual Basic +mappings, a highly efficient protocol, asynchronous method invocation +and dispatch, dynamic transport plug-ins, TCP/IP and UDP/IP support, +SSL-based security, a firewall solution, and much more.''' # # Represents the 'main' package of an RPM spec file. |