File perl-Eixo-Queue.spec of Package perl-Eixo-Queue

#
# spec file for package perl-Eixo-Queue
#
# Copyright (c) 2015 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-Eixo-Queue
Version:        0.2.5
Release:        0
%define cpan_name Eixo-Queue
Summary:        Suite of Perl modules to work with task queues
License:        Licensed under the Apache License, Version 2.0 (the "License") and you may not use this file except in compliance with the License. You may obtain a copy of the License at the http://www.apache.org/licenses/LICENSE-2.0 manpage Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Eixo-Queue/
Source0:        http://www.cpan.org/authors/id/A/AL/ALAMBIKE/%{cpan_name}-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Data::UUID) >= 1
BuildRequires:  perl(Eixo::Base) >= 1
BuildRequires:  perl(JSON) >= 2.5
BuildRequires:  perl(MongoDB) >= 0.708
Requires:       perl(Data::UUID) >= 1
Requires:       perl(Eixo::Base) >= 1
Requires:       perl(JSON) >= 2.5
Requires:       perl(MongoDB) >= 0.708
%{perl_requires}

%description
Suite of Perl modules to work with task queues

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%changelog
openSUSE Build Service is sponsored by