summaryrefslogtreecommitdiff
path: root/cpp/RPMTools.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-09 02:47:24 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-09 02:47:24 +0000
commit748cd8f6ccb8dece265189b4805da39eabb52039 (patch)
tree923ea06a204be231ae4b7ac1b09c00a53e71df9c /cpp/RPMTools.py
parentinitial check-in (diff)
downloadice-748cd8f6ccb8dece265189b4805da39eabb52039.tar.bz2
ice-748cd8f6ccb8dece265189b4805da39eabb52039.tar.xz
ice-748cd8f6ccb8dece265189b4805da39eabb52039.zip
Fix bug 111 ice-2.1.0-1.i386.rpm wierd (none) by adding a changelog entry.
It won't allow empty entries (seems to just show up as none as well) and modified RPM infos to comply with latest updates to bug 98.
Diffstat (limited to 'cpp/RPMTools.py')
-rw-r--r--cpp/RPMTools.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/cpp/RPMTools.py b/cpp/RPMTools.py
index 998bc4a57c1..bbfefc30c40 100644
--- a/cpp/RPMTools.py
+++ b/cpp/RPMTools.py
@@ -80,6 +80,10 @@ class Package:
ofile.write("\n")
ofile.write("%clean\n")
ofile.write("\n")
+ ofile.write("%changelog\n")
+ ofile.write("* Tue Mar 8 2005 ZeroC Staff\n")
+ ofile.write("- See source distributions or the ZeroC website for more information\n")
+ ofile.write(" about the changes in this release\n")
ofile.write("\n")
def writeFileList(self, ofile, version, intVersion, installDir):
@@ -216,7 +220,7 @@ transforms = [ ("file", "lib/Ice.jar", "lib/Ice-%version%/Ice.jar" ),
fileLists = [
Package("ice",
"",
- "The Internet Communications Engine (Ice) runtime and services",
+ "The Ice base runtime and services",
"System Environment/Libraries",
iceDescription,
"",
@@ -268,7 +272,7 @@ fileLists = [
("file", "share/doc/Ice-%version%/README.DEMOS")]),
Subpackage("c++-devel",
"",
- "Tools, files and libraries for developing Ice applications in C++",
+ "Tools and demos for developing Ice applications in C++",
"Development/Tools",
iceDescription,
"",
@@ -297,7 +301,7 @@ fileLists = [
]),
Subpackage("dotnet",
"ice = %version%, mono-core >= 1.0.6, mono-core < 1.1",
- "Ice runtime for C# applications",
+ "The Ice runtime for C# applications",
"System Environment/Libraries",
iceDescription,
"",
@@ -308,7 +312,7 @@ fileLists = [
("dll", "bin/icestormcs.dll")]),
Subpackage("csharp-devel",
"ice-dotnet = %version%",
- "Tools for developing Ice applications in C#",
+ "Tools and demos for developing Ice applications in C#",
"Development/Tools",
iceDescription,
"",
@@ -319,7 +323,7 @@ fileLists = [
("dir", "share/doc/Ice-%version%/democs")]),
Subpackage("java-devel",
"ice-java = %version%",
- "Tools developing Ice applications in Java",
+ "Tools and demos for developing Ice applications in Java",
"Development/Tools",
iceDescription,
"",
@@ -338,14 +342,14 @@ fileLists = [
("dir", "share/doc/Ice-%version%/demoj")]),
Subpackage("python",
"ice = %version%, python >= 2.3.4",
- "Ice runtime for Python applications",
+ "The Ice runtime for Python applications",
"System Environment/Libraries",
iceDescription,
"",
[("lib", "lib/IcePy.so.VERSION"), ("lib", "lib/IcePy.so"), ("dir", "lib/Ice-%version%/python")]),
Subpackage("python-devel",
"ice-python = %version%",
- "Tools for developing Ice applications in Python",
+ "Tools and demos for developing Ice applications in Python",
"Development/Tools",
iceDescription,
"",
@@ -357,7 +361,7 @@ fileLists = [
noarchFileList = [
Package("ice-java",
"ice = %version%, db4-java = 4.2.52",
- "The Internet Communications Engine (ICE) runtime for Java",
+ "The Ice runtime for Java",
"System Environment/Libraries",
iceDescription,
"BuildArch: noarch",