[sugar-xomail/f14/master] * Wed Aug 17 2010 Fabian Affolter <fabian at bernewireless.net> - 0-0.5.20090128 - Fix build root

Fabian Affolter fab at fedoraproject.org
Tue Aug 17 20:04:48 UTC 2010


commit 57f27960f1ab38be0991029304b09b87ffc9a034
Author: Fabian Affolter <fabian at bernewireless.net>
Date:   Tue Aug 17 22:04:30 2010 +0200

    * Wed Aug 17 2010 Fabian Affolter <fabian at bernewireless.net> - 0-0.5.20090128
    - Fix build root

 sugar-xomail.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/sugar-xomail.spec b/sugar-xomail.spec
index 9013ebd..8330e5e 100644
--- a/sugar-xomail.spec
+++ b/sugar-xomail.spec
@@ -2,7 +2,7 @@
 
 Name:           sugar-xomail
 Version:        0
-Release:        0.4.%{date}%{?dist}
+Release:        0.5.%{date}%{?dist}
 Summary:        Xomail for Sugar
 
 Group:          Sugar/Activities
@@ -10,7 +10,7 @@ License:        GPLv2+
 URL:            http://wiki.laptop.org/go/Projects/xomail
 Source0:        Xomail-%{version}.%{date}.tar.bz2
 Source1:        %{name}-checkout.sh
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{_id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python
@@ -28,13 +28,13 @@ Mail activity for the Sugar Desktop.
 
 
 %build
-python ./setup.py build
+%{__python} setup.py build
 chmod -x mailactivity.py
 
 
 %install
 rm -rf  %{buildroot}
-python ./setup.py install --prefix=%{buildroot}/%{_prefix}
+%{__python} setup.py install --prefix=%{buildroot}/%{_prefix}
 
 
 %clean
@@ -47,6 +47,9 @@ rm -rf  %{buildroot}
 
 
 %changelog
+* Wed Aug 17 2010 Fabian Affolter <fabian at bernewireless.net> - 0-0.5.20090128
+- Fix build root
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 0-0.4.20090128
 - recompiling .py files against Python 2.7 (rhbz#623394)
 


More information about the scm-commits mailing list