[packages/ruby-bunny] Up to 2.24.0

arekm arekm at pld-linux.org
Wed Mar 18 20:34:29 CET 2026


commit 47a53e42da3ea6d4636b4bdcc8b60d220e13b2d3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Mar 18 20:34:17 2026 +0100

    Up to 2.24.0

 ruby-bunny.spec | 38 +++++++++++++-------------------------
 1 file changed, 13 insertions(+), 25 deletions(-)
---
diff --git a/ruby-bunny.spec b/ruby-bunny.spec
index 042e352..f883136 100644
--- a/ruby-bunny.spec
+++ b/ruby-bunny.spec
@@ -1,33 +1,26 @@
 %define pkgname bunny
 Summary:	Synchronous Ruby AMQP 0.9.1 client
 Name:		ruby-%{pkgname}
-Version:	0.7.9
-Release:	4
+Version:	2.24.0
+Release:	1
 License:	MIT
 Group:		Development/Languages
-Source0:	http://rubygems.org/gems/%{pkgname}-%{version}.gem
-# Source0-md5:	9984619cb0bd727485c3bf26a00af336
-URL:		http://github.com/ruby-amqp/bunny
+Source0:	https://rubygems.org/downloads/%{pkgname}-%{version}.gem
+# Source0-md5:	7def408414cb9be28d9c827889a98d60
+URL:		http://rubybunny.info
 BuildRequires:	rpm-rubyprov
-BuildRequires:	rpmbuild(macros) >= 1.656
+BuildRequires:	rpmbuild(macros) >= 1.665
+Requires:	ruby-amq-protocol >= 2.3
+Requires:	ruby-sorted_set >= 1.0.2
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A synchronous Ruby AMQP client that enables interaction with
-AMQP-compliant brokers.
-
-%package doc
-Summary:	Documentation for %{name}
-Group:		Documentation
-Requires:	%{name} = %{version}-%{release}
-
-%description doc
-Documentation for %{name}
+Easy to use, feature complete Ruby client for RabbitMQ 3.9 and later
+versions.
 
 %prep
-%setup -q
-cp -p %{_datadir}/setup.rb .
+%setup -q -n %{pkgname}-%{version}
 
 %build
 # write .gemspec
@@ -44,13 +37,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.textile CHANGELOG
+%doc README.md
+%{ruby_vendorlibdir}/amq
 %{ruby_vendorlibdir}/bunny.rb
 %{ruby_vendorlibdir}/bunny
-%{ruby_vendorlibdir}/qrack
 %{ruby_specdir}/%{pkgname}-%{version}.gemspec
-
-%if 0
-%files doc
-%defattr(644,root,root,755)
-%endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-bunny.git/commitdiff/47a53e42da3ea6d4636b4bdcc8b60d220e13b2d3



More information about the pld-cvs-commit mailing list