public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Business-ISBN] epel9: 2.010 bump
Date: Tue, 18 Aug 2026 10:50:51 GMT [thread overview]
Message-ID: <178705025159.1.15327293145943721342.rpms-perl-Business-ISBN-99561dd819a9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Business-ISBN
Branch : epel9
Commit : 99561dd819a90fc3226bdea8907dea3c8a8507cd
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2015-12-16T10:38:27+01:00
Stats : +25/-15 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Business-ISBN/c/99561dd819a90fc3226bdea8907dea3c8a8507cd?branch=epel9
Log:
2.010 bump
---
diff --git a/.gitignore b/.gitignore
index f69498e..1185e32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Business-ISBN-2.05.tar.gz
/Business-ISBN-2.06.tar.gz
/Business-ISBN-2.07.tar.gz
/Business-ISBN-2.09.tar.gz
+/Business-ISBN-2.010.tar.gz
diff --git a/perl-Business-ISBN.spec b/perl-Business-ISBN.spec
index 1c7fa3d..9e2ddfd 100644
--- a/perl-Business-ISBN.spec
+++ b/perl-Business-ISBN.spec
@@ -1,40 +1,46 @@
Name: perl-Business-ISBN
-%global cpan_version 2.09
+%global cpan_version 2.010
Version: %(echo '%{cpan_version}' | tr '_' '.'})
-Release: 7%{?dist}
+Release: 1%{?dist}
Summary: Perl module to work with International Standard Book Numbers
Group: Development/Libraries
-License: GPL+ or Artistic
+License: Artistic 2.0
URL: http://search.cpan.org/dist/Business-ISBN/
Source0: http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Business-ISBN-%{cpan_version}.tar.gz
BuildArch: noarch
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
BuildRequires: perl
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(File::Spec)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
# Test::Manifest 1.21 is optional
# Run-time:
BuildRequires: perl(base)
-BuildRequires: perl(Business::ISBN::Data) >= 20140910
+BuildRequires: perl(Business::ISBN::Data) >= 20140910.002
BuildRequires: perl(Carp)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Exporter)
-BuildRequires: perl(strict)
BuildRequires: perl(subs)
BuildRequires: perl(vars)
# Optinonal run-time
BuildRequires: perl(GD::Barcode::EAN13)
-# Break build dependency cycle involving LWP::Simple and URI
-%if 0%{!?perl_bootstrap:1}
-BuildRequires: perl(LWP::Simple)
-%endif
+BuildRequires: perl(Mojo::DOM)
+BuildRequires: perl(Mojo::UserAgent)
# Tests:
BuildRequires: perl(IO::Socket)
BuildRequires: perl(Test::More) >= 0.95
-BuildRequires: perl(warnings)
# Optional tests:
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires: perl(GD::Barcode::EAN13)
+Requires: perl(Mojo::DOM)
+Requires: perl(Mojo::UserAgent)
%description
This modules handles International Standard Book Numbers, including
@@ -44,23 +50,26 @@ ISBN-10 and ISBN-13.
%setup -q -n Business-ISBN-%{cpan_version}
%build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check
make test
%files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README.pod
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*
%changelog
+* Tue Dec 15 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.010-1
+- 2.010 bump
+
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.09-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
diff --git a/sources b/sources
index 5ea23d5..caa4e55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ebf339c409d99cdfa6f96974ef96780 Business-ISBN-2.09.tar.gz
+2fd4f8282e81086836ce235550988b75 Business-ISBN-2.010.tar.gz
reply other threads:[~2026-08-18 10:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178705025159.1.15327293145943721342.rpms-perl-Business-ISBN-99561dd819a9@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox