Accepting request 1153808 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1153808 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=30
This commit is contained in:
commit
e33d76bd15
BIN
Business-ISBN-3.008.tar.gz
(Stored with Git LFS)
BIN
Business-ISBN-3.008.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Business-ISBN-3.009.tar.gz
Normal file
3
Business-ISBN-3.009.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2ec1970454af1b2c099dd34caa7a348ca6fd323bb7ddbfad55389bd7f96789b
|
||||||
|
size 363252
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 11 03:06:21 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.009
|
||||||
|
see /usr/share/doc/packages/perl-Business-ISBN/Changes
|
||||||
|
|
||||||
|
3.009 2024-02-10T21:46:10Z
|
||||||
|
* refresh distro, update email addresses, move to BRIANDFOY
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Fri Mar 24 03:06:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Business-ISBN
|
# spec file for package perl-Business-ISBN
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,12 +18,13 @@
|
|||||||
|
|
||||||
%define cpan_name Business-ISBN
|
%define cpan_name Business-ISBN
|
||||||
Name: perl-Business-ISBN
|
Name: perl-Business-ISBN
|
||||||
Version: 3.008
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 3.009
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Summary: Work with International Standard Book Numbers
|
Summary: Work with International Standard Book Numbers
|
||||||
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/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@ -32,6 +33,10 @@ BuildRequires: perl(Business::ISBN::Data) >= 20230322.001
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(Test::More) >= 1
|
BuildRequires: perl(Test::More) >= 1
|
||||||
Requires: perl(Business::ISBN::Data) >= 20230322.001
|
Requires: perl(Business::ISBN::Data) >= 20230322.001
|
||||||
|
Provides: perl(Business::ISBN) = %{version}
|
||||||
|
Provides: perl(Business::ISBN10) = %{version}
|
||||||
|
Provides: perl(Business::ISBN13) = %{version}
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,7 +49,7 @@ whatever _RangeMessage.xml_ you like if you have updated data. See that
|
|||||||
module for details.
|
module for details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user