diff --git a/.perl-Business-ISBN.metadata b/.perl-Business-ISBN.metadata new file mode 100644 index 0000000..a7afa3b --- /dev/null +++ b/.perl-Business-ISBN.metadata @@ -0,0 +1 @@ +fa29d5e6addb54e872409a02a9304af23d4b1085 SOURCES/Business-ISBN-2.06.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Business-ISBN.spec b/SPECS/perl-Business-ISBN.spec new file mode 100644 index 0000000..41c466d --- /dev/null +++ b/SPECS/perl-Business-ISBN.spec @@ -0,0 +1,125 @@ +Name: perl-Business-ISBN +%global cpan_version 2.06 +Version: %(echo '%{cpan_version}' | tr '_' '.'}) +Release: 1%{?dist} +Summary: Perl module to work with International Standard Book Numbers + +Group: Development/Libraries +License: GPL+ or Artistic +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: perl +BuildRequires: perl(ExtUtils::MakeMaker) +# Test::Manifest 1.21 is optional +# Run-time: +BuildRequires: perl(base) +BuildRequires: perl(Business::ISBN::Data) >= 20120719.001 +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 +# Tests: +BuildRequires: perl(IO::Socket) +BuildRequires: perl(Test::More) >= 0.95 +BuildRequires: perl(Test::Pod::Coverage) +BuildRequires: perl(warnings) +# Optional tests: +BuildRequires: perl(Test::Pod) >= 1.00 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +This modules handles International Standard Book Numbers, including +ISBN-10 and ISBN-13. + +%prep +%setup -q -n Business-ISBN-%{cpan_version} + +%build +perl Makefile.PL INSTALLDIRS=vendor +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 +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + +%changelog +* Mon Jun 03 2013 Petr Pisar - 2.06-1 +- 2.06 bump + +* Wed Feb 27 2013 Paul Howarth - 2.05.03-3 +- Don't BR: perl(LWP::Simple) for optional tests when bootstrapping; this is a + cleaner fix than nobbling perl-URI's runtime dependencies + +* Thu Feb 14 2013 Fedora Release Engineering - 2.05.03-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Oct 09 2012 Jitka Plesnikova - 2.05.03-1 +- 2.05_03 bump. Fix failing tests (RT#78671, RT#75686) + +* Fri Jul 20 2012 Fedora Release Engineering - 2.05-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 15 2012 Petr Pisar - 2.05-8 +- Perl 5.16 rebuild +- Specify all dependencies + +* Fri Jan 13 2012 Fedora Release Engineering - 2.05-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 19 2011 Petr Sabata - 2.05-6 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.05-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 15 2010 Marcela Maslanova - 2.05-4 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu Apr 29 2010 Marcela Maslanova - 2.05-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 2.05-2 +- rebuild against perl 5.10.1 + +* Mon Oct 5 2009 Stepan Kasal - 2.05-1 +- new upstream version + +* Sat Jul 25 2009 Fedora Release Engineering - 2.04_01-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 2.04_01-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Nov 24 2008 Stepan Kasal - 2.04_01-1 +- new upstream version +- drop integrated patch + +* Thu Feb 7 2008 Tom "spot" Callaway - 2.03-4 +- rebuild for new perl + +* Fri Oct 26 2007 Robin Norwood - 2.03-3 +- Apply patch to fix barcode test + +* Thu Oct 25 2007 Robin Norwood - 2.03-2 +- Fix buildrequires and doc list + +* Thu Oct 25 2007 Robin Norwood - 2.03-1 +- Initial build