public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Business-ISBN] epel10: 2.010 bump
@ 2026-08-18 10:41 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-18 10:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Business-ISBN
Branch : epel10
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=epel10

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 10:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 10:41 [rpms/perl-Business-ISBN] epel10: 2.010 bump Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox