Accepting request 1153685 from devel:languages:perl:autoupdate
- updated to 1.204 see /usr/share/doc/packages/perl-Business-ISMN/Changes 1.204 2024-02-11T06:50:27Z * refresh distro, update email address, move to BRIANDFOY OBS-URL: https://build.opensuse.org/request/show/1153685 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISMN?expand=0&rev=15
This commit is contained in:
parent
0ae0ed86de
commit
9abafab7e7
BIN
Business-ISMN-1.203.tar.gz
(Stored with Git LFS)
BIN
Business-ISMN-1.203.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Business-ISMN-1.204.tar.gz
(Stored with Git LFS)
Normal file
BIN
Business-ISMN-1.204.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 03:06:12 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.204
|
||||
see /usr/share/doc/packages/perl-Business-ISMN/Changes
|
||||
|
||||
1.204 2024-02-11T06:50:27Z
|
||||
* refresh distro, update email address, move to BRIANDFOY
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 03:06:46 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Business-ISMN
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name Business-ISMN
|
||||
Name: perl-Business-ISMN
|
||||
Version: 1.203
|
||||
Version: 1.204.0
|
||||
Release: 0
|
||||
%define cpan_version 1.204
|
||||
License: Artistic-2.0
|
||||
Summary: Work with International Standard Music Numbers
|
||||
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
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
@ -32,15 +33,18 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Tie::Cycle) >= 1.21
|
||||
Requires: perl(Tie::Cycle) >= 1.21
|
||||
Provides: perl(Business::ISMN) = %{version}
|
||||
Provides: perl(Business::ISMN::Data) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
work with International Standard Music Numbers
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
x
Reference in New Issue
Block a user