From e90635cf875e0d5e45fd15d068d19aa0fc873e57b6c01c71839479912f661a98 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 11 Jan 2010 17:10:33 +0000 Subject: [PATCH] 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 --- perl-Business-ISBN.changes | 5 +++++ perl-Business-ISBN.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/perl-Business-ISBN.changes b/perl-Business-ISBN.changes index a3ed2c4..7b78cd0 100644 --- a/perl-Business-ISBN.changes +++ b/perl-Business-ISBN.changes @@ -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 diff --git a/perl-Business-ISBN.spec b/perl-Business-ISBN.spec index 732c606..527ee97 100644 --- a/perl-Business-ISBN.spec +++ b/perl-Business-ISBN.spec @@ -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