[rubygem-bunny/el5/master] Adding buildroot for epel5

Michael Stahnke stahnma at fedoraproject.org
Sun Sep 12 15:39:25 UTC 2010


commit f8572aa00239aeca331995d78255048c72574c10
Author: stahnma <stahnma at websages.com>
Date:   Sun Sep 12 11:39:18 2010 -0400

    Adding buildroot for epel5

 rubygem-bunny.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-bunny.spec b/rubygem-bunny.spec
index 76dd6c4..2458585 100644
--- a/rubygem-bunny.spec
+++ b/rubygem-bunny.spec
@@ -4,11 +4,13 @@
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
 
 %global rubyabi 1.8
+# Added for EPEL5
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Summary: Another synchronous Ruby AMQP client
 Name: rubygem-%{gemname}
 Version: 0.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/celldee/bunny
@@ -73,5 +75,8 @@ rm -rf %{buildroot}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Sun Sep 12 2010 Michael Stahnke <stahnma at fedoraproject.org> - 0.6.0-2
+- Adding buildroot as required in EPEL5
+
 * Tue Mar 16 2010 Matthew Kent <mkent at magoazul.com> - 0.6.0-1
 - Initial package


More information about the scm-commits mailing list