Accepting request 178992 from devel:languages:perl

- updated to 2.06
       * Fix test with now-valid group code (RT 78671)
       * Update the URL for the Worldcat stuff so xisbn works.
       * Various distro cleanups.

OBS-URL: https://build.opensuse.org/request/show/178992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2013-06-21 11:27:30 +00:00 committed by Git OBS Bridge
commit d20f5935ba
4 changed files with 26 additions and 33 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9816bfb7aa6d87843f8484c9aac23e4c5ec1173ebfec458843e89ea5cf375ee
size 355413

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cafff48f2f3a060ff0b1c35ebc3c239e507b351e45ec922e5ffab4577cab1eb6
size 355843

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jun 14 14:35:16 UTC 2013 - coolo@suse.com
- updated to 2.06
* Fix test with now-valid group code (RT 78671)
* Update the URL for the Worldcat stuff so xisbn works.
* Various distro cleanups.
-------------------------------------------------------------------
Fri Nov 18 11:08:47 UTC 2011 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,41 +16,29 @@
#
%bcond_with pod
%bcond_with opt
Name: perl-Business-ISBN
Version: 2.06
Release: 0
%define cpan_name Business-ISBN
Summary: Work with International Standard Book Numbers
Version: 2.05
Release: 15
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Business-ISBN/
#Source: http://www.cpan.org/modules/by-module/Business/Business-ISBN-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage)
%endif
%if %{with opt}
BuildRequires: perl(GD::Barcode::EAN13)
%endif
BuildRequires: perl(Business::ISBN::Data) >= 20081208
BuildRequires: perl(Test::More)
## URI required by Makefile.PL
## but not used
#BuildRequires: perl(URI)
BuildRequires: perl(URI)
#BuildRequires: perl(Business::ISBN)
#BuildRequires: perl(Business::ISBN10)
#BuildRequires: perl(Business::ISBN13)
#BuildRequires: perl(GD::Barcode::EAN13)
#BuildRequires: perl(LWP::Simple)
Requires: perl(Business::ISBN::Data) >= 20081208
%if 0%{?suse_version} > 1010
Recommends: perl(GD::Barcode::EAN13)
Recommends: perl(LWP::Simple)
%endif
Requires: perl(URI)
%{perl_requires}
%description
This modules handles International Standard Book Numbers, including ISBN-10
@ -71,11 +59,8 @@ and ISBN-13.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc bad-isbn13s.txt bad-isbns.txt Changes isbn13s.txt isbns.txt LICENSE README
%defattr(-,root,root,755)
%doc bad-isbn13s.txt bad-isbns.txt Changes examples isbn13s.txt isbns.txt LICENSE MYMETA.json MYMETA.yml README
%changelog