forked from pool/perl-Business-ISBN
Compare commits
23 Commits
b5850fea45
...
main
Author | SHA256 | Date | |
---|---|---|---|
b65a295227 | |||
e19bf80d2a | |||
ae51e20f07 | |||
eebef7e4aa | |||
08c8399f96 | |||
c51f710f89 | |||
e33d76bd15 | |||
6d2b083b14 | |||
fda8926798 | |||
b29642df09 | |||
fa508131cb | |||
b47334c9e9 | |||
09d492b321 | |||
5df5d563fb | |||
|
f955617b82 | ||
|
bf043b75e1 | ||
|
d20f5935ba | ||
|
14e138a20f | ||
|
db1de6fc13 | ||
|
1f4eb29521 | ||
|
e756c9b48d | ||
|
c5b08d5126 | ||
|
1a153d1168 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2ec1970454af1b2c099dd34caa7a348ca6fd323bb7ddbfad55389bd7f96789b
|
||||
size 363252
|
3
Business-ISBN-3.012.tar.gz
Normal file
3
Business-ISBN-3.012.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:567fecf073ed0ba2889bfe09c9f3c9996baf21bd2d48299b7330832809d501cb
|
||||
size 364190
|
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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 05:35:28 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.12.0 (3.012)
|
||||
see /usr/share/doc/packages/perl-Business-ISBN/Changes
|
||||
|
||||
3.012 2025-04-14T18:53:47Z
|
||||
* require a newer version.pm for v5.10.1 tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 05:29:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.11.0 (3.011)
|
||||
see /usr/share/doc/packages/perl-Business-ISBN/Changes
|
||||
|
||||
3.011 2025-01-04T03:01:58Z
|
||||
* add SECURITY.md; no code changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:00:01 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Business-ISBN
|
||||
#
|
||||
# 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-ISBN
|
||||
Name: perl-Business-ISBN
|
||||
Version: 3.9.0
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
%define cpan_version 3.009
|
||||
# 3.012 -> normalize -> 3.12.0
|
||||
%define cpan_version 3.012
|
||||
License: Artistic-2.0
|
||||
Summary: Work with International Standard Book 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(Business::ISBN::Data) >= 20230322.001
|
||||
BuildRequires: perl(Business::ISBN::Data) >= 20230322.1.0
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
Requires: perl(Business::ISBN::Data) >= 20230322.001
|
||||
BuildRequires: perl(version) >= 0.86
|
||||
Requires: perl(Business::ISBN::Data) >= 20230322.1.0
|
||||
Provides: perl(Business::ISBN) = %{version}
|
||||
Provides: perl(Business::ISBN10) = %{version}
|
||||
Provides: perl(Business::ISBN13) = %{version}
|
||||
@@ -49,7 +52,7 @@ whatever _RangeMessage.xml_ you like if you have updated data. See that
|
||||
module for details.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -64,7 +67,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt
|
||||
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt SECURITY.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user