fixing taglevel for new package
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 May 2008 08:53:34 +0000 (08:53 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 9 May 2008 08:53:34 +0000 (08:53 +0000)
myplc-docs.spec
plc-kml.py

index 82edc18..9f266b5 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name myplc-docs
 %define version 4.2
-%define taglevel 9
+%define taglevel 10
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
index 643fc0d..69ef5ae 100755 (executable)
@@ -43,7 +43,7 @@ class KmlMap:
 <kml xmlns="http://earth.google.com/kml/2.2">
 <Document>
 <name> PlanetLab Sites </name>
-<description> This map shows all sites knows to the PlanetLab testbed. </description>
+<description> All the sites known to the PlanetLab testbed. </description>
 """)
 
     def write_footer (self):