Accepting request 787410 from devel:languages:perl:autoupdate

- updated to 1.004
   see /usr/share/doc/packages/perl-Business-ISSN/Changes

OBS-URL: https://build.opensuse.org/request/show/787410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISSN?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2020-03-25 07:52:08 +00:00 committed by Git OBS Bridge
parent c73c672d97
commit ea02798620
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 Sat May 12 05:04:28 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Business-ISSN # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-Business-ISSN
Version: 1.003 Version: 1.004
Release: 0 Release: 0
%define cpan_name Business-ISSN %define cpan_name Business-ISSN
Summary: Perl extension for International Standard Serial Numbers Summary: Perl extension for International Standard Serial Numbers
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl 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 Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::More) >= 1
%{perl_requires} %{perl_requires}
%description %description
@ -86,14 +86,14 @@ any of the other nine positions.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install