[ruby-qpid] Rebased to sync with upstream's official 0.8 release, based on svn rev 1037942

Nuno Santos nsantos at fedoraproject.org
Tue Jan 11 16:19:51 UTC 2011


commit da67157346947b683e3c8e3c2eda4500ff86a2f1
Author: Nuno Santos <nsantos at redhat.com>
Date:   Tue Jan 11 11:19:22 2011 -0500

    Rebased to sync with upstream's official 0.8 release, based on svn rev 1037942

 ruby-qpid.spec |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/ruby-qpid.spec b/ruby-qpid.spec
index 01aa4d0..5b58920 100644
--- a/ruby-qpid.spec
+++ b/ruby-qpid.spec
@@ -1,14 +1,13 @@
 Name:           ruby-qpid
-Version: 	0.6.895736
+Version: 	0.8
 Release:        1%{?dist}
 Summary:        Ruby language client for AMQP
 
 Group:          Development/Ruby
 License:        ASL 2.0
 URL:            http://qpid.apache.org/
-Source0:        %{name}-%{version}.tar.gz
-# svn export -r<rev> http://svn.apache.org/repos/asf/qpid/trunk/qpid/ruby ruby-qpid-0.6.<rev>
-# tar czf ruby-qpid-0.6.<rev>.tar.gz ruby-qpid-0.6.<rev>
+Source0:        qpid-ruby-%{version}.tar.gz
+# http://archive.apache.org/dist/qpid/0.8/qpid-ruby-0.8.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -17,17 +16,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define debug_package %{nil}
 
-#BuildArch:      noarch
-
 BuildRequires:  ruby
 BuildRequires:  ruby-devel
 BuildRequires:	rubygem-rake
-BuildRequires:  amqp >= 1.0.819819
 BuildRequires:	cyrus-sasl-devel
 
 Requires:       ruby
 Requires:       ruby(abi) = 1.8
-Requires:       amqp >= 1.0.819819
 Requires:	cyrus-sasl
 
 Provides:       ruby(qpid) = %{version}
@@ -36,7 +31,7 @@ Provides:       ruby(qpid) = %{version}
 The Apache Qpid project's Ruby language client for AMQP.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n qpid-%{version}/ruby
 
 %build
 rake build
@@ -65,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE.txt NOTICE.txt RELEASE_NOTES
 
 %changelog
+* Tue Jan 11 2011 Nuno Santos <nsantos at redhat.com> - 0.8-1
+- Rebased to sync with upstream's official 0.8 release, based on svn rev 1037942
+
 * Tue Jun  1 2010 Nuno Santos <nsantos at redhat.com> - 0.6.895736-1
 - Rebased to svn rev 895736 to match qpid-cpp
 


More information about the scm-commits mailing list