8
0

Accepting request 711407 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/711407
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Minion-Backend-SQLite?expand=0&rev=3
This commit is contained in:
2019-06-23 19:15:27 +00:00
committed by Git OBS Bridge
parent 812ad9d203
commit 65d304c59b
5 changed files with 46 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Minion-Backend-SQLite
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -17,14 +17,15 @@
Name: perl-Minion-Backend-SQLite
Version: 4.002
Version: 4.003
Release: 0
%define cpan_name Minion-Backend-SQLite
Summary: SQLite backend for Minion job queue
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Minion-Backend-SQLite/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -50,7 +51,7 @@ database will be created in a temporary directory.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL --installdirs=vendor
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check