[Erp5-report] r34018 lucas - /erp5/trunk/utils/rpmgen/templates/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 23 17:44:18 CET 2010


Author: lucas
Date: Tue Mar 23 17:44:17 2010
New Revision: 34018

URL: http://svn.erp5.org?rev=34018&view=rev
Log:
The name dependes of the buildout version. e.g. erp5-5.4.6 or erp5-5.4.7.

Modified:
    erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in

Modified: erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in
URL: http://svn.erp5.org/erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in?rev=34018&r1=34017&r2=34018&view=diff
==============================================================================
--- erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] (original)
+++ erp5/trunk/utils/rpmgen/templates/tiolive-application-buildout-mandriva2010.spec.in [utf8] Tue Mar 23 17:44:17 2010
@@ -6,6 +6,7 @@
 %define installdir /var/lib/erp5
 %define __find_provides ${:find_provides}
 %define softwarehome ${:softwarehome}
+%define softwarename ${:softwarename}
 
 Name: %{name}
 Version: %{version}
@@ -17,7 +18,7 @@
 Packager: Lukasz Nowak <luke at nexedi.com>
 Group: Databases
 
-Requires: erp5-official-buildout
+Requires: %{softwarename}
 
 ${:dependencies}
 




More information about the Erp5-report mailing list