Accepting request 28671 from devel:languages:perl

Copy from devel:languages:perl/perl-Business-ISBN based on submit request 28671 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Business-ISBN?expand=0&rev=3
This commit is contained in:
OBS User autobuild 2010-01-11 17:10:33 +00:00 committed by Git OBS Bridge
parent 3ac67d8c3d
commit e90635cf87
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 30 12:14:26 CEST 2009 - lars@linux-schulserver.de
- hardcode perl-libwww-perl requirement
-------------------------------------------------------------------
Sat Jul 25 19:29:00 CEST 2009 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Business-ISBN (Version 2.05)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -22,8 +22,8 @@ Name: perl-Business-ISBN
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Work with International Standard Book Numbers
Version: 2.05
Release: 1
License: Artistic License ..
Release: 2
License: Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/perldoc?Business::ISBN
Source: %{cpan_name}-%{version}.tar.bz2
@ -41,7 +41,7 @@ BuildRequires: perl(IO::Socket)
BuildRequires: perl(GD::Barcode::EAN13)
Requires: perl = %{perl_version}
Requires: perl(Business::ISBN::Data) >= 20081208
Requires: perl(LWP::Simple)
Requires: perl-libwww-perl
Requires: perl(GD::Barcode::EAN13)
%description
@ -55,7 +55,7 @@ ISBN-10 and ISBN-13.
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test