Accepting request 756040 from devel:languages:perl:autoupdate
- 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) OBS-URL: https://build.opensuse.org/request/show/756040 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=24
This commit is contained in:
parent
a3f9e487e0
commit
4949699ac0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c756048c9b2b76ae5a7b9f1e1f6c59af670ff89b1fa574d4c3d7e4c9659685c9
|
|
||||||
size 21156
|
|
3
Business-ISBN-Data-20191107.tar.gz
Normal file
3
Business-ISBN-Data-20191107.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:844c4f64f193d389340b4465a1d5bc34c60f0c8e42e5c69ac8afe3d3bbc5ca0d
|
||||||
|
size 24838
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 12 03:09:11 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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
|
Thu Dec 17 09:40:25 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Business-ISBN-Data
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Business-ISBN-Data
|
||||||
Version: 20140910.003
|
Version: 20191107
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Business-ISBN-Data
|
%define cpan_name Business-ISBN-Data
|
||||||
Summary: Data Pack for Business::Isbn
|
Summary: Data pack for Business::ISBN
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Business-ISBN-Data/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_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
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE
|
%doc Changes examples
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user