diff --git a/Business-ISSN-1.004.tar.gz b/Business-ISSN-1.004.tar.gz deleted file mode 100644 index 55ab966..0000000 --- a/Business-ISSN-1.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ecab15d24d11e2852bf0b28f84c8798bd38402a0a69e17be0e6689b272715e -size 10175 diff --git a/Business-ISSN-1.005.tar.gz b/Business-ISSN-1.005.tar.gz new file mode 100644 index 0000000..33a36dd --- /dev/null +++ b/Business-ISSN-1.005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b09b0267f0a6660fb92b6f50c4c7796ef6a263b62ad3bbeaa07189a0c7c39b3 +size 11277 diff --git a/perl-Business-ISSN.changes b/perl-Business-ISSN.changes index d054d67..b9613ba 100644 --- a/perl-Business-ISSN.changes +++ b/perl-Business-ISSN.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 19 03:06:07 UTC 2022 - Tina Müller + +- 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 - diff --git a/perl-Business-ISSN.spec b/perl-Business-ISSN.spec index 5cda38d..5aab3ec 100644 --- a/perl-Business-ISSN.spec +++ b/perl-Business-ISSN.spec @@ -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