File perl-Mojo-RabbitMQ-Client.spec of Package perl-Mojo-RabbitMQ-Client

#
# spec file for package perl-Mojo-RabbitMQ-Client
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Mojo-RabbitMQ-Client
Version:        0.0.6
Release:        0
Summary:        Mojo::IOLoop based RabbitMQ client
License:        Artistic-2.0
Group:          Development/Libraries/Perl
Url:            https://github.com/inway/mojo-rabbitmq-client
Source0:        http://search.cpan.org/CPAN/authors/id/S/SE/SEBAPOD/Mojo-RabbitMQ-Client-%{version}.tar.gz
BuildArch:      noarch
# Net::AMQP only supports 64 bit: https://rt.cpan.org/Public/Bug/Display.html?id=87816
ExcludeArch:    i586 armv7l
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Mojolicious) >= 6.10
BuildRequires:  perl(Net::AMQP)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(File::ShareDir)
BuildRequires:  perl(Module::Build::Tiny)
Requires:       perl(Mojolicious) >= 6.10
Requires:       perl(Net::AMQP)
Requires:       perl(List::MoreUtils)
Requires:       perl(File::ShareDir)
%{perl_requires}

%description
This is a rewrite of great module AnyEvent::RabbitMQ to work on top Mojo::IOLoop.

%prep
%setup -q -n Mojo-RabbitMQ-Client-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644

%build
%{__perl} Build.PL --installdirs=vendor
./Build --flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE README.md

%changelog
openSUSE Build Service is sponsored by