[ruby-qpid] do not remove specs dir as it is needed by the runtime

Mo Morsi mmorsi at fedoraproject.org
Mon Feb 13 17:49:25 UTC 2012


commit 17377be712e0371537011a37073f469aac28ebb6
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Mon Feb 13 11:13:09 2012 -0500

    do not remove specs dir as it is needed by the runtime

 ruby-qpid.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ruby-qpid.spec b/ruby-qpid.spec
index 90f6c0e..d259b36 100644
--- a/ruby-qpid.spec
+++ b/ruby-qpid.spec
@@ -1,6 +1,6 @@
 Name:           ruby-qpid
 Version: 	0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Ruby language client for AMQP
 
 Group:          Development/Ruby
@@ -47,7 +47,6 @@ install -pm 644 lib/qpid.rb $RPM_BUILD_ROOT%{ruby_sitelib}
 install -pm 755 ext/sasl/sasl.so $RPM_BUILD_ROOT%{ruby_sitearch}
 # to quiet rpmlint warning
 chmod -x LICENSE.txt
-rm -fr specs
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE.txt NOTICE.txt RELEASE_NOTES
 
 %changelog
+* Mon Feb 13 2012 Mo Morsi <mo at morsi.org> - 0.8-4
+- BZ #783845 specs dir should not be removed as it is needed by the runtime
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list