Accepting request 1101155 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1101155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN-Data?expand=0&rev=28
This commit is contained in:
commit
4306cd73e0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3444c0682252c75523ba12d30cd923ef29341ef355baae67da6979a25c9bfaf9
|
|
||||||
size 31366
|
|
3
Business-ISBN-Data-20230719.001.tar.gz
Normal file
3
Business-ISBN-Data-20230719.001.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:69d7eec7be1cf459dd8240d8097bfd3cde4091366bb1a78a876b46cde7d228a6
|
||||||
|
size 31522
|
@ -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>
|
Mon May 29 03:06:12 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,18 +18,21 @@
|
|||||||
|
|
||||||
%define cpan_name Business-ISBN-Data
|
%define cpan_name Business-ISBN-Data
|
||||||
Name: perl-Business-ISBN-Data
|
Name: perl-Business-ISBN-Data
|
||||||
Version: 20230528.001
|
Version: 20230719.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 20230719.001
|
||||||
|
Provides: perl(Business::ISBN::Data) = 20230719.1.0
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Data pack for Business::ISBN
|
Summary: Data pack for Business::ISBN
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(Test::More) >= 1
|
BuildRequires: perl(Test::More) >= 1
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,7 +64,7 @@ part is historical). If you want to see where the data are from, check
|
|||||||
'$Business::ISBN::country_data{_source}'.
|
'$Business::ISBN::country_data{_source}'.
|
||||||
|
|
||||||
%prep
|
%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
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user