Accepting request 864696 from devel:languages:perl:autoupdate
- updated to 20210112.001 see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes 20210112.001 2021-01-19T14:48:12Z * freshen distro, dump Travis CI, add Github Actions * Update to latest Business::ISBN::Data OBS-URL: https://build.opensuse.org/request/show/864696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=26
This commit is contained in:
parent
4949699ac0
commit
7c2bb31f65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:844c4f64f193d389340b4465a1d5bc34c60f0c8e42e5c69ac8afe3d3bbc5ca0d
|
||||
size 24838
|
3
Business-ISBN-Data-20210112.001.tar.gz
Normal file
3
Business-ISBN-Data-20210112.001.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ca9758123136623db28f8f19b69a16ba5eddf16c12727a057cdacdb8ad12a68
|
||||
size 26649
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 03:07:01 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20210112.001
|
||||
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
|
||||
|
||||
20210112.001 2021-01-19T14:48:12Z
|
||||
* freshen distro, dump Travis CI, add Github Actions
|
||||
* Update to latest Business::ISBN::Data
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 03:09:11 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Business-ISBN-Data
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,25 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Business-ISBN-Data
|
||||
Version: 20191107
|
||||
Release: 0
|
||||
%define cpan_name Business-ISBN-Data
|
||||
Name: perl-Business-ISBN-Data
|
||||
Version: 20210112.001
|
||||
Release: 0
|
||||
Summary: Data pack for Business::ISBN
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.95
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
You don't need to load this module yourself in most cases. 'Business::ISBN'
|
||||
You don't need to load this module yourself in most cases. Business::ISBN
|
||||
will load it when it loads.
|
||||
|
||||
These data are generated from the _RangeMessage.xml_ file provided by the
|
||||
@ -59,11 +57,11 @@ part is historical). If you want to see where the data are from, check
|
||||
'$Business::ISBN::country_data{_source}'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -74,7 +72,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples
|
||||
%license LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user