Accepting request 956461 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/956461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISSN?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-02-22 20:17:49 +00:00 committed by Git OBS Bridge
commit a7a95b2a6b
4 changed files with 22 additions and 15 deletions

View File

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

BIN
Business-ISSN-1.005.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Feb 19 03:06:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.005
see /usr/share/doc/packages/perl-Business-ISSN/Changes
1.005 2022-02-18T02:19:46Z
* Refresh distro, fix license issue
-------------------------------------------------------------------
Sat Mar 21 03:09:24 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISSN
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,19 @@
#
Name: perl-Business-ISSN
Version: 1.004
Release: 0
%define cpan_name Business-ISSN
Summary: Perl extension for International Standard Serial Numbers
Name: perl-Business-ISSN
Version: 1.005
Release: 0
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Summary: Perl extension for International Standard Serial Numbers
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(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
%{perl_requires}
@ -85,12 +84,12 @@ ISSN passed to the constructor was invalid, the error might have been in
any of the other nine positions.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
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}
%make_build
%check
make test
@ -101,8 +100,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples
%doc Changes CITATION.cff examples
%license LICENSE
%changelog