Accepting request 871165 from devel:languages:perl:autoupdate
- updated to 20210112.004 see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes 20210112.004 2021-02-10T04:29:32Z * Test the default data. * Add a note about packaging RangeMessage.xml (adapted from gwyn17) OBS-URL: https://build.opensuse.org/request/show/871165 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=30
This commit is contained in:
parent
26f9a93cf3
commit
35d190c872
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d8225def60aa0d150fd800431921a3687fcc20a4bf34e31ec75c2ff80151557
|
||||
size 26862
|
3
Business-ISBN-Data-20210112.004.tar.gz
Normal file
3
Business-ISBN-Data-20210112.004.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4455beb25130fecfb6af296d1e38fd2a24320623ca1b6173df1a4b1d6501297
|
||||
size 27499
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 11 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 20210112.004
|
||||
see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes
|
||||
|
||||
20210112.004 2021-02-10T04:29:32Z
|
||||
* Test the default data.
|
||||
* Add a note about packaging RangeMessage.xml (adapted from gwyn17)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 03:06:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Business-ISBN-Data
|
||||
Name: perl-Business-ISBN-Data
|
||||
Version: 20210112.003
|
||||
Version: 20210112.004
|
||||
Release: 0
|
||||
Summary: Data pack for Business::ISBN
|
||||
License: Artistic-2.0
|
||||
@ -36,7 +36,8 @@ 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
|
||||
ISBN Agency. You can retrieve this yourself at
|
||||
ISBN Agency. The distributed version matches the date in the version for
|
||||
this module. You can retrieve this yourself at
|
||||
https://www.isbn-international.org/range_file_generation. This file is
|
||||
included as part of the distribution and should be installed at
|
||||
_~lib/Business/ISBN/Data/RangeMessage.xml_.
|
||||
@ -48,8 +49,8 @@ earlier) data without having to install something new or wait for an update
|
||||
to this module.
|
||||
|
||||
If the default _RangeMessage.xml_ or your alternate one is not available,
|
||||
the module falls back to data included in _Data.pm_. However, that data is
|
||||
likely to be older data. If it does not find that file, it looks for
|
||||
the module falls back to data included in _Data.pm_. However, that data are
|
||||
likely to be older. If it does not find that file, it looks for
|
||||
_RangeMessage.xml_ in the current directory.
|
||||
|
||||
The data are in '%Business::ISBN::country_data' (although the "country"
|
||||
@ -58,6 +59,7 @@ part is historical). If you want to see where the data are from, check
|
||||
|
||||
%prep
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user