extend GetVersion to expose:
[sfa.git] / sfa.spec
index b99b8ed..6b75b9f 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -1,6 +1,3 @@
-#
-# $Id$
-#
 
 %define url $URL$
 
@@ -82,7 +79,7 @@ Group: Applications/System
 Requires: sfa
 
 %description
-This package provides the python libraries that the SFA implementation requires
+This package provides the python libraries for the PlanetLab implementation of SFA
 
 %description cm
 This package implements the SFA interface which serves as a layer
@@ -108,11 +105,11 @@ Provides some binary unit tests in /usr/share/sfa/tests
 %setup -q
 
 %build
-make
+make VERSION=%{version}-%{taglevel}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR="$RPM_BUILD_ROOT"
+make install VERSION=%{version}-%{taglevel} DESTDIR="$RPM_BUILD_ROOT"
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -186,6 +183,11 @@ fi
 
 
 %changelog
+* Wed Oct 20 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-5
+- fixed some legacy issues (list vs List)
+- deprecated sfa.util.namespace for xrn and plxrn
+- unit tests ship as the sfa-tests rpm
+
 * Mon Oct 11 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-2
 - deprecated old methods (e.g. List/list, and GetCredential/get_credential)
 - NOTE:  get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential
@@ -234,6 +236,11 @@ fi
   cache and use in more general ways.     
 
 %changelog
+* Wed Oct 20 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-5
+- fixed some legacy issues (list vs List)
+- deprecated sfa.util.namespace for xrn and plxrn
+- unit tests ship as the sfa-tests rpm
+
 * Mon Oct 11 2010 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - sfa-1.0-2
 - deprecated old methods (e.g. List/list, and GetCredential/get_credential)
 - NOTE:  get_(self_)credential both have type and hrn swapped when moving to Get(Self)Credential