[putty/el5/master] Re-add BuildRoot so we can build on EL5

Mark Chappell tremble at fedoraproject.org
Thu Sep 16 10:20:01 UTC 2010


commit a4d09149201c41cfff577ff550065bd9d16b4bf7
Author: Mark Chappell <tremble at fedoraproject.org>
Date:   Thu Sep 16 12:19:53 2010 +0200

    Re-add BuildRoot so we can build on EL5

 putty.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/putty.spec b/putty.spec
index 6f03238..27a4496 100644
--- a/putty.spec
+++ b/putty.spec
@@ -3,7 +3,7 @@
 
 Name:		putty
 Version:	0.60
-Release:	6.%{svndate}svn%{?dist}
+Release:	6.%{svndate}svn%{?dist}.1
 Summary:	SSH, Telnet and Rlogin client
 License:	MIT
 Group:		Applications/Internet
@@ -18,6 +18,7 @@ Source2:	%{name}.desktop
 Source3:	%{name}.png
 Patch0:		putty-perms.patch
 BuildRequires:	gtk2-devel krb5-devel halibut desktop-file-utils
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Putty is a SSH, Telnet & Rlogin client - this time for Linux.
@@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 16 2010 Mark Chappell <tremble at fedoraproject.org> - 0.60-6.20100910svn.1
+- EL5 Needs a BuildRoot defining
+
 * Fri Sep 10 2010 Mark Chappell <tremble at fedoraproject.org> - 0.60-6.20100910svn
 - Bump version in line with packaging specs
 


More information about the scm-commits mailing list