diff --git a/Business-ISBN-Data-20140910.003.tar.gz b/Business-ISBN-Data-20140910.003.tar.gz deleted file mode 100644 index fdb8d44..0000000 --- a/Business-ISBN-Data-20140910.003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c756048c9b2b76ae5a7b9f1e1f6c59af670ff89b1fa574d4c3d7e4c9659685c9 -size 21156 diff --git a/Business-ISBN-Data-20191107.tar.gz b/Business-ISBN-Data-20191107.tar.gz new file mode 100644 index 0000000..9d4a854 --- /dev/null +++ b/Business-ISBN-Data-20191107.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844c4f64f193d389340b4465a1d5bc34c60f0c8e42e5c69ac8afe3d3bbc5ca0d +size 24838 diff --git a/perl-Business-ISBN-Data.changes b/perl-Business-ISBN-Data.changes index 44decc0..2695f3d 100644 --- a/perl-Business-ISBN-Data.changes +++ b/perl-Business-ISBN-Data.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 12 03:09:11 UTC 2019 - + +- updated to 20191107 + see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes + + 20191107 2019-12-11T20:04:42Z + * Peter Williams fixed the 978/979 distinction (GitHub #5) + ------------------------------------------------------------------- Thu Dec 17 09:40:25 UTC 2015 - coolo@suse.com diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index 8f0158d..9edcfe4 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Business-ISBN-Data # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Business-ISBN-Data -Version: 20140910.003 +Version: 20191107 Release: 0 %define cpan_name Business-ISBN-Data -Summary: Data Pack for Business::Isbn -License: Artistic-1.0 or GPL-1.0+ +Summary: Data pack for Business::ISBN +License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Business-ISBN-Data/ -Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +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 @@ -62,11 +62,11 @@ part is historical). If you want to see where the data are from, check %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -75,6 +75,7 @@ part is historical). If you want to see where the data are from, check %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE +%doc Changes examples +%license LICENSE %changelog