diff options
author | Brent Eagles <brent@zeroc.com> | 2005-11-16 15:39:18 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-11-16 15:39:18 +0000 |
commit | 984c37f6a1d1c868f99057adf7775a10a6649737 (patch) | |
tree | 1368839fa6c069a9d1407311b0efea43cc37ff76 /cpp/RPMTools.py | |
parent | removing 64 bit specific bin dir (diff) | |
download | ice-984c37f6a1d1c868f99057adf7775a10a6649737.tar.bz2 ice-984c37f6a1d1c868f99057adf7775a10a6649737.tar.xz ice-984c37f6a1d1c868f99057adf7775a10a6649737.zip |
adding an LP64 auto test
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r-- | cpp/RPMTools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py index 3101cf9cc22..7bf396185c2 100644 --- a/cpp/RPMTools.py +++ b/cpp/RPMTools.py @@ -408,7 +408,7 @@ fileLists = [ ('file', 'share/doc/Ice-%version%/certs/sslconfig.xml'), ('file', 'share/doc/Ice-%version%/README.DEMOS')]), Subpackage('c++-devel', - 'ice = %version', + 'ice = %version%', 'Tools and demos for developing Ice applications in C++', 'Development/Tools', iceDescription, @@ -512,7 +512,7 @@ fileLists = [ noarchFileList = [ Package('ice-java', - 'ice = %version%, db4-java >= 4.3.27, ice-third-party >= %version%', + 'ice = %version%, db4-java >= 4.3.27', 'The Ice runtime for Java', 'System Environment/Libraries', iceDescription, |