Accepting request 1076915 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1076915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISMN?expand=0&rev=9
This commit is contained in:
commit
0305a016a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca8db9253ddda906b47d5068e745b9f2a03754589455ffcf26b0706c8194db26
|
|
||||||
size 14872
|
|
BIN
Business-ISMN-1.203.tar.gz
(Stored with Git LFS)
Normal file
BIN
Business-ISMN-1.203.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 03:06:46 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.203
|
||||||
|
see /usr/share/doc/packages/perl-Business-ISMN/Changes
|
||||||
|
|
||||||
|
1.203 2023-03-16T11:10:05Z
|
||||||
|
* Fix ean_to_ismn, which was not adding the M to the start.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 17 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Wed Feb 17 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Business-ISMN
|
# spec file for package perl-Business-ISMN
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 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,16 +18,17 @@
|
|||||||
|
|
||||||
%define cpan_name Business-ISMN
|
%define cpan_name Business-ISMN
|
||||||
Name: perl-Business-ISMN
|
Name: perl-Business-ISMN
|
||||||
Version: 1.202
|
Version: 1.203
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Work with International Standard Music Numbers
|
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
|
Summary: Work with International Standard Music 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/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||||
BuildRequires: perl(Test::More) >= 1
|
BuildRequires: perl(Test::More) >= 1
|
||||||
BuildRequires: perl(Tie::Cycle) >= 1.21
|
BuildRequires: perl(Tie::Cycle) >= 1.21
|
||||||
Requires: perl(Tie::Cycle) >= 1.21
|
Requires: perl(Tie::Cycle) >= 1.21
|
||||||
@ -39,6 +40,8 @@ work with International Standard Music Numbers
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user