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:
parent
3ac67d8c3d
commit
e90635cf87
@ -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
|
Sat Jul 25 19:29:00 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Business-ISBN (Version 2.05)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Work with International Standard Book Numbers
|
Summary: Work with International Standard Book Numbers
|
||||||
Version: 2.05
|
Version: 2.05
|
||||||
Release: 1
|
Release: 2
|
||||||
License: Artistic License ..
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/perldoc?Business::ISBN
|
Url: http://search.cpan.org/perldoc?Business::ISBN
|
||||||
Source: %{cpan_name}-%{version}.tar.bz2
|
Source: %{cpan_name}-%{version}.tar.bz2
|
||||||
@ -41,7 +41,7 @@ BuildRequires: perl(IO::Socket)
|
|||||||
BuildRequires: perl(GD::Barcode::EAN13)
|
BuildRequires: perl(GD::Barcode::EAN13)
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Requires: perl(Business::ISBN::Data) >= 20081208
|
Requires: perl(Business::ISBN::Data) >= 20081208
|
||||||
Requires: perl(LWP::Simple)
|
Requires: perl-libwww-perl
|
||||||
Requires: perl(GD::Barcode::EAN13)
|
Requires: perl(GD::Barcode::EAN13)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +55,7 @@ ISBN-10 and ISBN-13.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||||
%{__make}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user