forked from pool/perl-Business-ISSN
Compare commits
5 Commits
8841650173
...
203abb5ecd
Author | SHA256 | Date | |
---|---|---|---|
203abb5ecd | |||
c2e07ff420 | |||
a7a95b2a6b | |||
79e2005740 | |||
281e35a55d |
BIN
Business-ISSN-1.005.tar.gz
(Stored with Git LFS)
BIN
Business-ISSN-1.005.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Business-ISSN-1.008.tar.gz
(Stored with Git LFS)
Normal file
BIN
Business-ISSN-1.008.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 05:30:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.8.0 (1.008)
|
||||
see /usr/share/doc/packages/perl-Business-ISSN/Changes
|
||||
|
||||
1.008 2025-01-27T13:08:21Z
|
||||
* refresh distro and move to BRIANDFOY
|
||||
|
||||
1.007 2025-01-03T23:31:57Z
|
||||
* refresh distro and move to BRIANDFOY
|
||||
|
||||
1.006 2024-02-10T21:59:55Z
|
||||
* refresh distro, update email addresses, move to BRIANDFOY
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 19 03:06:07 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Business-ISSN
|
||||
#
|
||||
# Copyright (c) 2022 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,18 +18,22 @@
|
||||
|
||||
%define cpan_name Business-ISSN
|
||||
Name: perl-Business-ISSN
|
||||
Version: 1.005
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
# 1.008 -> normalize -> 1.8.0
|
||||
%define cpan_version 1.008
|
||||
License: Artistic-2.0
|
||||
Summary: Perl extension for International Standard Serial 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
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
||||
BuildRequires: perl(Test::More) >= 1
|
||||
Provides: perl(Business::ISSN) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -84,8 +88,9 @@ ISSN passed to the constructor was invalid, the error might have been in
|
||||
any of the other nine positions.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%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
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -100,7 +105,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes CITATION.cff examples
|
||||
%doc Changes CITATION.cff examples SECURITY.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user