Dominique Leuenberger 2023-07-29 18:10:00 +00:00 committed by Git OBS Bridge
commit 4306cd73e0
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3444c0682252c75523ba12d30cd923ef29341ef355baae67da6979a25c9bfaf9
size 31366

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69d7eec7be1cf459dd8240d8097bfd3cde4091366bb1a78a876b46cde7d228a6
size 31522

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jul 20 03:06:06 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 20230719.001
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
20230719.001 2023-07-19T19:30:03Z
* Data update for 2023-07-19
20230718.001 2023-07-18T19:22:42Z
* Data update for 20230718.001
20230714.001 2023-07-14T07:35:39Z
* Data update for 20230707
20230707.001 2023-07-07T03:52:07Z
* Data update for 20230707
20230626.001 2023-06-26T15:49:00Z
* Data update for 20230626
-------------------------------------------------------------------
Mon May 29 03:06:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,18 +18,21 @@
%define cpan_name Business-ISBN-Data
Name: perl-Business-ISBN-Data
Version: 20230528.001
Version: 20230719.1.0
Release: 0
%define cpan_version 20230719.001
Provides: perl(Business::ISBN::Data) = 20230719.1.0
License: Artistic-2.0
Summary: Data pack for Business::ISBN
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}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 1
%define __perllib_provides /bin/true
%{perl_requires}
%description
@ -61,7 +64,7 @@ part is historical). If you want to see where the data are from, check
'$Business::ISBN::country_data{_source}'.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644