[Erp5-report] r32588 nicolas.dumazet - /spec/mandriva/erp5-official-buildout/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 10:05:47 CET 2010


Author: nicolas.dumazet
Date: Tue Feb 16 10:05:45 2010
New Revision: 32588

URL: http://svn.erp5.org?rev=32588&view=rev
Log:
rpm release number should make it to the installation directory

Modified:
    spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec

Modified: spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec
URL: http://svn.erp5.org/spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec?rev=32588&r1=32587&r2=32588&view=diff
==============================================================================
--- spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec [utf8] (original)
+++ spec/mandriva/erp5-official-buildout/erp5-official-buildout.spec [utf8] Tue Feb 16 10:05:45 2010
@@ -7,7 +7,7 @@
 # We do not actually use /usr/local/bin/python
 %define _requires_exceptions /usr/local/bin/python
 
-%define fullname %{name}-%{version}-%{release}
+%define fullname %{name}-%{version}
 %define installdir /opt/%{fullname}
 
 Name: %{name}
@@ -44,7 +44,7 @@
 BuildRequires: flex
 
 
-BuildRoot: %{_tmppath}/%{fullname}-root
+BuildRoot: %{_tmppath}/%{fullname}-%{release}-root
 
 %description
 %{summary}




More information about the Erp5-report mailing list