diff options
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index dd2aebc38b2..f0aee221045 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -363,7 +363,9 @@ fileLists = [ ('dll', 'bin/icecs.dll'), ('dll', 'bin/icegridcs.dll'), ('dll', 'bin/icepatch2cs.dll'), - ('dll', 'bin/icestormcs.dll')]), + ('dll', 'bin/icestormcs.dll'), + ('dll', 'bin/iceboxcs.dll'), + ('exe', 'bin/iceboxnet.exe')]), Subpackage('csharp-devel', 'ice-dotnet = %version%', 'Tools and demos for developing Ice applications in C#', @@ -393,6 +395,7 @@ fileLists = [ ('xdir', 'share/doc/Ice-%version%/config'), ('file', 'share/doc/Ice-%version%/config/build.properties'), ('file', 'share/doc/Ice-%version%/config/common.xml'), + ('file', 'share/doc/Ice-%version%/config/iceproject.xml'), ('dir', 'share/doc/Ice-%version%/demoj')]), Subpackage('python', 'ice = %version%, python >= 2.4.1', |