Accepting request 788065 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/788065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-03-25 22:44:30 +00:00 committed by Git OBS Bridge
commit 79e2005740
4 changed files with 18 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1
size 10204

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97ecab15d24d11e2852bf0b28f84c8798bd38402a0a69e17be0e6689b272715e
size 10175

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 21 03:09:24 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.004
see /usr/share/doc/packages/perl-Business-ISSN/Changes
-------------------------------------------------------------------
Sat May 12 05:04:28 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISSN
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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
@ -12,25 +12,25 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Business-ISSN
Version: 1.003
Version: 1.004
Release: 0
%define cpan_name Business-ISSN
Summary: Perl extension for International Standard Serial Numbers
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Business-ISSN/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::More) >= 1
%{perl_requires}
%description
@ -86,14 +86,14 @@ any of the other nine positions.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install