Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
4fea989249 | |||
141c9852b1 | |||
58eb057597 |
BIN
Business-ISMN-1.204.tar.gz
(Stored with Git LFS)
BIN
Business-ISMN-1.204.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Business-ISMN-1.205.tar.gz
Normal file
3
Business-ISMN-1.205.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c48e9b00bc32578b2176e6f79c4a11713d875befa8fbb7f48b7a9c8172fe8bd
|
||||
size 16484
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 05:35:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.205.0 (1.205)
|
||||
see /usr/share/doc/packages/perl-Business-ISMN/Changes
|
||||
|
||||
1.205 2025-04-13T22:56:31Z
|
||||
* require a newer version.pm for v5.10.1 tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:00:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Business-ISMN
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,21 +18,24 @@
|
||||
|
||||
%define cpan_name Business-ISMN
|
||||
Name: perl-Business-ISMN
|
||||
Version: 1.204.0
|
||||
Version: 1.205.0
|
||||
Release: 0
|
||||
%define cpan_version 1.204
|
||||
# 1.205 -> normalize -> 1.205.0
|
||||
%define cpan_version 1.205
|
||||
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/BR/BRIANDFOY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
BuildRequires: perl(Tie::Cycle) >= 1.21
|
||||
Requires: perl(Tie::Cycle) >= 1.21
|
||||
BuildRequires: perl(Tie::Cycle) >= 1.210
|
||||
BuildRequires: perl(version) >= 0.86
|
||||
Requires: perl(Tie::Cycle) >= 1.210
|
||||
Provides: perl(Business::ISMN) = %{version}
|
||||
Provides: perl(Business::ISMN::Data) = %{version}
|
||||
%undefine __perllib_provides
|
||||
@@ -42,7 +45,7 @@ Provides: perl(Business::ISMN::Data) = %{version}
|
||||
work with International Standard Music Numbers
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
@@ -59,7 +62,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes examples ismns.txt
|
||||
%doc Changes examples ismns.txt SECURITY.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user